Back to Devexpress

GeoUtils Methods

windowsforms-devexpress-dot-xtramap-dot-geoutils-dot-underscore-methods.md

latest4.6 KB
Original Source

GeoUtils Methods

Cartography measurement API for maps with a geographical coordinate system.

NameDescription
CalculateArea(MapShape) staticComputes the closed shape area.
CalculateArea(IList<GeoPoint>) staticComputes the area of a closed shape formed by the given points.
CalculateBearing(GeoPoint, GeoPoint) staticComputes an angle between the Geodetic North direction and a line given by two points, clockwise in degrees.
CalculateCenter(GeoPoint, GeoPoint) staticReturns a center point with geographical coordinates between two given points.
CalculateDestinationPoint(GeoPoint, Double, Double) staticCalculates a geographical point based on the specified start point, distance, and bearing.
CalculateDistance(GeoPoint, GeoPoint, Boolean) staticDetermines 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) staticCalculates the distance between specified points.
CalculateLength(IList<GeoPoint>) staticCalculates a polyline length in meters.
CalculateStrokeLength(MapShape) staticReturns the map shape’s stroke length in meters.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

GeoUtils Class

GeoUtils Members

DevExpress.XtraMap Namespace