ApsGis.dll

UTM Methods

The methods of the UTM class are listed below. For a complete list of UTM class members, see the UTM Members topic.

Public Static Methods

ConvertGeodeticToUtmOverloaded. Converts a Geodetic coordinate to a UTM coordinate on a reference ellipsoid.
ConvertUtmToGeodeticOverloaded. Converts a UTM coordinate to a Geodetic coordinate on a reference ellipsoid.
FindUtmZoneOverloaded. Finds UTM zone/s of the specified geodetic coordinate on a reference ellipsoid.
GetCentralMeridianInDegOfUtmZone Finds the central meridian of the specified UTM zone.
GetUtmZoneDictionary Returns the entire collection of UTM zone names.
IsValidCentralMeridianInDeg Checks if the provided central meridian (in decimal degrees) is valid, i.e. if it can be used in GIS calculations in the UTM coordinate system.
IsValidInverseFlattening Checks if the provided inverse flattening is valid, i.e. if it can be used in GIS calculations in the UTM coordinate system.
IsValidLatitudeInDegOverloaded. Checks if the provided latitude (in decimal degrees) is valid for a reference ellipsoid, i.e. if it can be used in GIS calculations in the UTM coordinate system.
IsValidLongitudeInDeg Checks if the provided longitude (in decimal degrees) is valid for the user defined reference ellipsoid, i.e. if it can be used in GIS calculations in the UTM coordinate system.
IsValidLonitudeInDeg Checks if the provided longitude (in decimal degrees) is valid for a reference ellipsoid, i.e. if it can be used in GIS calculations in the UTM coordinate system.
IsValidPrecision Checks if the provided precision is valid, i.e. if it can be used in GIS calculations in the UTM 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 UTM coordinate system.
IsValidUtmHemisphere Checks if the provided UTM Hemisphere is valid, i.e. it is not undefined and it is not outside its range.
IsValidUtmXInMOverloaded. Checks if the provided UTM X (in meters) is valid for a reference ellipsoid, i.e. if it can be used in GIS calculations in the UTM coordinate system.
IsValidUtmYInMOverloaded. Checks if the provided UTM Y (in meters) is valid for a reference ellipsoid, i.e. if it can be used in GIS calculations in the UTM coordinate system.
IsValidUtmZone Checks if the provided UTM zone is valid, i.e. it is not undefined and it is not outside its range.
ParseGeoCoordinateFormat Parses / determines geodetic coordinate format in use from the provided string.
ParseInverseFlattening Parses inverse flattening of a reference ellipsoid from the provided string.
ParseLatitudeOverloaded. Parses latitude from the provided string for the specified reference ellipsoid and UTM zone, assuming that the DecimalDegrees (DD) format or the DegreesMinutesSecondsDirection (DMS) format is in use.
ParseLatitudeInDegOverloaded. Parses latitude from the provided string for the specified reference ellipsoid and UTM zone, assuming that the DecimalDegrees (DD) format is in use.
ParseLatitudeInDmsdOverloaded. Parses latitude from the provided string for the specified reference ellipsoid and UTM zone, assuming that the DegreesMinutesSecondsDirection (DMS) format is in use.
ParseLongitudeOverloaded. Parses longitude from the provided string for the specified reference ellipsoid and UTM zone, assuming that the DecimalDegrees (DD) format or the DegreesMinutesSecondsDirection (DMS) format is in use.
ParseLongitudeInDegOverloaded. Parses longitude from the provided string for the specified reference ellipsoid and UTM zone, assuming that the DecimalDegrees (DD) format is in use.
ParseLongitudeInDmsdOverloaded. Parses longitude from the provided string for the specified reference ellipsoid and UTM zone, assuming that the DegreesMinutesSecondsDirection (DMS) format is in use.
ParsePrecision Parses precision from the provided string.
ParseSemiMajorAxisAInM Parses semi major axis A of a reference ellipsoid from the provided string.
ParseUtmHemisphere Parses / determines the UTM hemisphere from the provided string.
ParseUtmXInMOverloaded. Parses UTM X from the provided string for a reference ellipsoid.
ParseUtmYInMOverloaded. Parses UTM Y from the provided string for a reference ellipsoid.
ParseUtmZone Parses / determines the UTM zone 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

UTM Class | ApsGis Namespace