ApsGis.dll

Geodetic Members

Geodetic overview

Public Static Methods

CalculateBearingInDegOverloaded. Calculates a bearing (in degrees) between two geodetic coordinates on the surface of a reference ellipsoid.
CalculateDestinationOverloaded. Calculates a destination geodetic coordinate on the surface of a reference ellipsoid, for the specified starting point on the ellipsoid, bearing (in decimal degrees) and distance (in meters).
CalculateDistanceInMOverloaded. Calculates a distance, greate circle distance, (in meters) between two geodetic coordinates on the surface of a reference ellipsoid.
IsValidBearingInDeg Checks if the provided bearing (in decimal degrees) is valid, i.e. if it can be used in GIS calculations in the Geodetic coordinate system.
IsValidCentralMeridianInDeg Checks if the provided central meridian (in decimal degrees) is valid, i.e. if it can be used in GIS calculations in the Geodetic coordinate system.
IsValidDistanceInM Checks if the provided distance is valid, i.e. if it can be used in GIS calculations in the Geodetic coordinate system.
IsValidInverseFlattening Checks if the provided inverse flattening is valid, i.e. if it can be used in GIS calculations in the Geodetic coordinate system.
IsValidPrecision Checks if the provided precision is valid, i.e. if it can be used in GIS calculations in the Geodetic coordinate system.
IsValidSemiMajorAxisAInM Checks if the provided semi major axis A (in meters) is valid, i.e. if it can be used in GIS calculations in the Geodetic coordinate system.
ParseBearingInDeg Parses bearing (in decimal degrees) from the provided string.
ParseCentralMeridian Parses central meridian from the provided string, assuming that the DecimalDegrees (DD) format or the DegreesMinutesSecondsDirection (DMS) format is in use.
ParseCentralMeridianInDeg Parses central meridian from the provided string, assuming that the DecimalDegrees (DD) format is in use.
ParseCentralMeridianInDmsd Parses central meridian from the provided string, assuming that the DegreesMinutesSecondsDirection (DMS) format is in use.
ParseDistanceInM Parses distance (in meters) from the provided string.
ParseGeoCoordinateFormat Parses / determines geodetic coordinate format in use from the provided string.
ParseInverseFlattening Parses inverse flattening of a reference ellipsoid from the provided string.
ParsePrecision Parses precision from the provided string.
ParseSemiMajorAxisAInM Parses semi major axis A of a reference ellipsoid from the provided string.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Geodetic Class | ApsGis Namespace