Click or drag to resize

UniversalTransverseMercator Structure

A set of coordinates for specifying locations on the Earth based on a grid of longitude zones as outlined in Defense Mapping Agency Technical Manual (DMA TM) 8358.2, "The Universal Grids: Universal Transverse Mercator (UTM) and Universal Polar Stereographic (UPS)", Edition 1, 18 September 1989.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public struct UniversalTransverseMercator : IEquatable<UniversalTransverseMercator>, 
	IEquatableEpsilon<UniversalTransverseMercator>

The UniversalTransverseMercator type exposes the following members.

Constructors
  NameDescription
Public methodUniversalTransverseMercator
Initializes a set of UniversalTransverseMercator coordinates from the provided values.
Top
Properties
  NameDescription
Public propertyEasting
Gets the eastward distance of the location into the zone.
Public propertyHemisphere
Gets the hemisphere of the coordinates.
Public propertyIsUndefined
Gets a value indicating whether or not the Easting and Northing coordinates for this instance have the value NaN, the Zone is not in the correct range, or the Hemisphere is invalid.
Public propertyNorthing
Gets the northward distance of the location into the zone.
Public propertyStatic memberUndefined
Gets a set of UniversalTransverseMercator coordinates with Easting and Northing values of NaN, Zone 0, and Hemisphere 0.
Public propertyZone
Gets the longitude zone of the location.
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(UniversalTransverseMercator)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEqualsEpsilon
Indicates whether each coordinate value of another instance of this type is within the required tolerance of the corresponding coordinate value of this instance.
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the string representation of the value of this instance.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Top
See Also