i am working in arcgis10. in java. can you all provide me with links to some sample program of Text3dElement.
til now what i have implemented is given below
Text3DElement td=new Text3DElement(); td.setText("run away"); IElement e=new Text3DElement(); e=(IElement)td; e.setGeometry(point); iGlbCnt=new GlobeGraphicsLayer(); iGlbCnt.addElement(e,0);`
i was originally using TextElement, but it was not working properly on 3d globe. hence, i am trying to work with Text3dElement but unable to find any sort of example.
أكثر...
til now what i have implemented is given below
Text3DElement td=new Text3DElement(); td.setText("run away"); IElement e=new Text3DElement(); e=(IElement)td; e.setGeometry(point); iGlbCnt=new GlobeGraphicsLayer(); iGlbCnt.addElement(e,0);`
i was originally using TextElement, but it was not working properly on 3d globe. hence, i am trying to work with Text3dElement but unable to find any sort of example.
أكثر...