I'm using AnyLogic's new GIS capabilities, which in turn uses the OpenMap API. I want to figure out the area of each shapefile I'm using, each of which is represented by an AnyLogic ShapeGISMap.Layer
that uses an OpenMap AreaShapeLayer
(both of which I can play with). How do I calculate the area?
Asked
Active
Viewed 217 times
2

Dylan Knowles
- 2,726
- 1
- 26
- 52
1 Answers
0
Only one way I can think of: Plot the content of your shapefile using a polyline (or some other AL markup element) and calculate its area using known syntax. Otherwise, resort to some geo-processing tool such as ArcGIS :-(

Benjamin
- 10,603
- 3
- 16
- 28