![]() | UniversalTransverseMercator Class |
Namespace: CoordinateSharp
[SerializableAttribute] public class UniversalTransverseMercator
The UniversalTransverseMercator type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | UniversalTransverseMercator(String, Double, Double) |
Creates a UniversalTransverMercator (UTM) object with a default WGS84 datum(ellipsoid).
|
![]() ![]() | UniversalTransverseMercator(String, Int32, Double, Double) |
Creates a UniversalTransverMercator (UTM) object with a default WGS84 datum(ellipsoid).
|
![]() ![]() | UniversalTransverseMercator(String, Double, Double, Double, Double) |
Creates a UniversalTransverMercator (UTM) object with a custom WGS84 datum(ellipsoid).
|
![]() ![]() | UniversalTransverseMercator(String, Int32, Double, Double, Double, Double) |
Creates a UniversalTransverMercator (UTM) object with a custom datum(ellipsoid).
|
Name | Description | |
---|---|---|
![]() | Easting |
UTM Easting
|
![]() | Equatorial_Radius |
Datum Equatorial Radius / Semi Major Axis
|
![]() | Inverse_Flattening |
Datum Flattening
|
![]() | LatZone |
UTM Latitude Band Grid Zone Designation
|
![]() | LongZone |
UTM Longitude Band Grid Zone Designation
|
![]() | Northing |
UTM Northing
|
![]() | SystemType |
Coordinate system that the UTM coordinate is working in.
|
![]() | WithinCoordinateSystemBounds | Obsolete.
Determine if the UTM conversion within the coordinate system's accurate boundaries after conversion from Lat/Long.
|
Name | Description | |
---|---|---|
![]() ![]() ![]() | ConvertUTMtoLatLong(UniversalTransverseMercator) |
Converts UTM coordinate to Lat/Long
|
![]() ![]() ![]() | ConvertUTMtoLatLong(UniversalTransverseMercator, EagerLoad) |
Converts UTM coordinate to Lat/Long
|
![]() ![]() ![]() | ConvertUTMtoSignedDegree |
Converts UTM coordinate to Signed Degree Lat/Long
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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 | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() ![]() | Parse(String) |
Parses a string into a UTM coordinate.
|
![]() ![]() ![]() | Parse(String, Earth_Ellipsoid_Spec) |
Parses a string into a UTM coordinate.
|
![]() ![]() ![]() | Parse(String, Double, Double) |
Parses a string into a UTM coordinate.
|
![]() | ToCentimeterString |
Centimeter formatted UTM string (to the 5th decimal)
|
![]() | ToRoundedString |
Rounded UTM string
|
![]() | ToString |
Default formatted UTM string
(Overrides ObjectToString.) |
![]() ![]() ![]() | TryParse(String, UniversalTransverseMercator) |
Attempts to parse a string into an UTM coordinate.
|
![]() ![]() ![]() | TryParse(String, Earth_Ellipsoid_Spec, UniversalTransverseMercator) |
Attempts to parse a string into an UTM coordinate.
|
![]() ![]() ![]() | TryParse(String, Double, Double, UniversalTransverseMercator) |
Attempts to parse a string into an UTM coordinate.
|