![]() IsValidDegrees | Checks if the provided degrees part of a latitude in DMS is valid |
![]() IsValidLatitudeInDeg | Checks if the provided latitude (in decimal degrees) is valid. |
![]() IsValidMinutes | Checks if the provided minutes part of a latitude in DMS is valid |
![]() IsValidPrecision | Checks if the provided precision is valid. |
![]() IsValidSeconds | Checks if the provided seconds part of a latitude in DMS is valid |
![]() LatInDegToDms | Converts a latitude in decimal degrees to the latitude in DMS (degrees, minutes, seconds). |
![]() LatInDegToDmsString | Converts a latitude in decimal degrees to DMS string. |
![]() LatInDmsToDeg | Converts a latitude in DMS (degrees, minutes, seconds) to decimal degrees. |
![]() ParseGeoCoordinateFormat | Parses / determines the geographic coordinate format used in the specified string. |
![]() ParseLatitude | Parses latitude from the provided string, assuming that the DecimalDegrees (DD) format or the DegreesMinutesSecondsDirection (DMS) format is in use. |
![]() ParseLatitudeDirection | Parses latitude direction from the provided string with a geographic coordinate. |
![]() ParseLatitudeInDeg | Parses latitude from the provided string, assuming that the DecimalDegrees (DD) format is in use. |
![]() ParseLatitudeInDmsd | Parses latitude from the provided string, assuming that the DegreesMinutesSecondsDirection (DMS) format is in use. |
![]() ParsePrecision | Parses precision from the provided string. |
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. |
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. |