GeoUtils Methods
Cartography measurement API for maps with a geographical coordinate system.| Name | Description |
|---|---|
| CalculateArea(MapShape) static | Computes the closed shape area. |
| CalculateArea(List<GeoPoint>) static | Computes the area of a closed shape formed by the given points. |
| CalculateBearing(GeoPoint, GeoPoint) static | Computes an angle between the Geodetic North direction and a line given by two points, clockwise in degrees. |
| CalculateCenter(GeoPoint, GeoPoint) static | Returns a center point with geographical coordinates between two given points. |
| CalculateDestinationPoint(GeoPoint, Double, Double) static | Calculates a geographical point based on the specified start point, distance, and bearing. |
| CalculateDistance(GeoPoint, GeoPoint, Boolean) static | Determines the distance between two geographical points in meters. Allows you to specify whether to use the ellipsoidal-surface formula for the calculation of distance. |
| CalculateDistance(GeoPoint, GeoPoint) static | Calculates the distance between specified points. |
| CalculateLength(IList<GeoPoint>) static | Calculates a polyline length in meters. |
| CalculateStrokeLength(MapShape) static | Returns the map shape’s stroke length in meters. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also