This document is archived and information here might be outdated.  Recommended version.


IGeodeticMeasurement Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeodeticMeasurement Interface
ArcGIS Developer Help

IGeodeticMeasurement Interface

Provides access to members that perform measurements along geodetic lines between two points

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method CalculateGeodeticDistanceAndAzimuth Calculates distance(in meters) and azimuths(in radians) on the Spheroid between this and otherPoint using given geodetic curve type.
Method MovePointByGeodeticDistance Move point by given distance in meters on the Spheroid in the direction of the given azimuth(given in radians).

Classes that implement IGeodeticMeasurement

Classes Description
Point A two dimensional point, optionally with measure, height, and ID attributes.