Tagged Questions
0
votes
0answers
28 views
How to modify the coordinates of a SHP geometry using Geotools?
I have a shapefile with some polygons. I would like to change the height for this elements using Java. The rest of the attributes should be the same. I've thought using GeoTools but I haven't found ...
1
vote
1answer
182 views
ESRI android SDK Calculate area in square meters from polygon geometry
Hello I have a Polygon object in ESRI Android SDK that I'm creating on a map, I would like to calculate that polygon object to square meters.
currently I use
double area=polygon.calculateArea2D();
...
4
votes
0answers
207 views
IFeatureClass.Search throws error “0x80041599 The number of points is less than required for feature”
I am creating a buffered geometry around a point feature in order to search for other nearby features. I use the TopologicalOperator to create my buffered geometry. I am attempting to search a feature ...
0
votes
1answer
1k views
Moving graphics in Esri Flex Feature Layer
I have an ESRI Flex 2.3 FeatureLayer with some graphics in it. I am able to access the graphics geometry and parse the geometry as Esris MapPoint class for Flex Api. I am calling the update(x,y,srs) ...