Click or drag to resize
UTMRef Class
doogal.co.uk Home



Class to represent a Universal Transverse Mercator (UTM) reference.
Inheritance Hierarchy

Namespace:  DotNetCoords
Assembly:  DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.22 (1.0.0.22)
Syntax
public sealed class UTMRef : CoordinateSystem

The UTMRef type exposes the following members.

Constructors
  NameDescription
Public methodUTMRef(Int32, Char, Double, Double)
Create a new UTM reference object using the WGS84 datum. Checks are made to make sure that the given parameters are roughly valid, but the checks are not exhaustive with regards to the easting value. Catching a NotDefinedOnUTMGridException does not necessarily mean that the UTM reference is well-formed. This is because that valid values for the easting vary depending on the latitude.
Public methodUTMRef(Int32, Char, Double, Double, Datum)
Create a new UTM reference object. Checks are made to make sure that the given parameters are roughly valid, but the checks are not exhaustive with regards to the easting value. Catching a NotDefinedOnUTMGridException does not necessarily mean that the UTM reference is well-formed. This is because that valid values for the easting vary depending on the latitude.
Top
Properties
  NameDescription
Public propertyDatum
Gets the datum.
(Inherited from CoordinateSystem.)
Public propertyEasting
Gets the easting.
Public propertyLatZone
Gets the latitude zone character.
Public propertyLngZone
Get the longitude zone number.
Public propertyNorthing
Gets the northing.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetUTMLatitudeZoneLetter
Work out the UTM latitude zone from the latitude.
Public methodToLatLng
Convert this UTM reference to a latitude and longitude.
(Overrides CoordinateSystemToLatLng.)
Public methodToString
Convert this UTM reference to a String representation for printing out.
(Overrides ObjectToString.)
Top
See Also