ApsGis.dll

Geodetic.Longitude Members

Geodetic.Longitude overview

Public Static Methods

IsValidLonitudeDegrees Checks if the provided degrees part of a longitude in DMS is valid
IsValidLonitudeInDeg Checks if the provided longitude (in decimal degrees) is valid.
IsValidMinutes Checks if the provided minutes part of a longitude in DMS is valid
IsValidPrecision Checks if the provided precision is valid.
IsValidSeconds Checks if the provided seconds part of a longitude in DMS is valid
LonInDegToDms Converts a longitude in decimal degrees to the longitude in DMS (degrees, minutes, seconds).
LonInDegToString Converts a longitude in decimal degrees to DMS string.
LonInDmsToDeg Converts a longitude in DMS (degrees, minutes, seconds) to decimal degrees.
ParseGeoCoordinateFormat Parses / determines the geographic coordinate format used in the specified string.
ParseLongitude Parses longitude from the provided string, assuming that the DecimalDegrees (DD) format or the DegreesMinutesSecondsDirection (DMS) format is in use.
ParseLongitudeInDeg Parses longitude from the provided string, assuming that the DecimalDegrees (DD) format is in use.
ParseLongitudeInDmsd Parses longitude from the provided string, assuming that the DegreesMinutesSecondsDirection (DMS) format is in use.
ParseLongitudeSign Parses longitude direction from the provided string with a geographic coordinate.
ParsePrecision Parses precision 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

Longitude Class | ApsGis Namespace