Does ArcGIS have standard tools for measuring distances and areas?

934
3
Jump to solution
07-20-2017 11:20 PM
YuriGvozdev
New Contributor II
Does ArcGIS have standard tools for measuring distances and areas?
1 Solution

Accepted Solutions
NagmaYasmin
Occasional Contributor III

You may use GeometryEngine.Area() and GeometryEngine.Distance() method.

GeometryEngine.Area Method 

GeometryEngine.Distance Method 

Best,

Nagma

View solution in original post

0 Kudos
3 Replies
NagmaYasmin
Occasional Contributor III

You may use GeometryEngine.Area() and GeometryEngine.Distance() method.

GeometryEngine.Area Method 

GeometryEngine.Distance Method 

Best,

Nagma

0 Kudos
SergeyShutko
New Contributor II

My collegue asked for MeasureAction alternative in v100 SDK. Does it exist ? It was VERY usefull function, but we can't find it...

It looks like SDK.v100 got some serious functionality degradation since 10.2.2 version. No Clusterer, no MeasureAction, no esri:Navigation, no esri:ScaleLine and many others...

0 Kudos
MichaelBranscomb
Esri Frequent Contributor

Hi,

Measure and ScaleLine (ScaleBar) are coming soon - in fact you can start working with them right now in the v100 toolkit branch: GitHub - Esri/arcgis-toolkit-dotnet at v100 

Clustering support is on the roadmap.

Please can you provide more details on what type of navigation control you would like to see? Your feedback will be used in our design process.

Cheers

Mike

0 Kudos