| UniversalPolarStereographic Structure | 
Namespace: AGI.Foundation.Coordinates
 Syntax
SyntaxThe UniversalPolarStereographic type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | UniversalPolarStereographic | 
            Initializes a set of UniversalPolarStereographic coordinates from the provided values.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Easting | 
            Gets the eastward distance of the location into the zone.
             | 
|  | Hemisphere | 
            Gets the hemisphere of the coordinates.
             | 
|  | IsUndefined | 
            Gets a value indicating whether or not the Easting and Northing coordinates for this
            instance have the value NaN or the Hemisphere is invalid.
             | 
|  | Northing | 
            Gets the northward distance of the location into the zone.
             | 
|   | Undefined | 
            Gets a set of UniversalPolarStereographic coordinates with
            Easting and Northing values of NaN
            and Hemisphere 0.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals(Object) | 
        Indicates whether another object is exactly equal to this instance.
      (Overrides ValueTypeEquals(Object).) | 
|  | Equals(UniversalPolarStereographic) | 
        Indicates whether another instance of this type is exactly equal to this instance.
       | 
|  | EqualsEpsilon | 
            Indicates whether each coordinate value of another instance of this type
            is within the required tolerance of the corresponding coordinate value of this instance.
             | 
|  | GetHashCode | 
        Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
      (Overrides ValueTypeGetHashCode.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | 
            Returns the string representation of the value of this instance.
            (Overrides ValueTypeToString.) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | 
        Returns  if the two instances are exactly equal.
       | 
|   | Inequality | 
        Returns  if the two instances are not exactly equal.
       | 
 See Also
See Also