Cartographic Structure |
Namespace: AGI.Foundation.Coordinates
The Cartographic type exposes the following members.
Name | Description | |
---|---|---|
Cartographic(Double) |
Initializes a set of Cartographic coordinates from the first 3 consecutive elements in the provided array.
| |
Cartographic(Double, Int32) |
Initializes a set of Cartographic coordinates from the provided array.
| |
Cartographic(Double, Double, Double) |
Initializes a set of Cartographic coordinates from the provided values.
|
Name | Description | |
---|---|---|
Height |
Gets the linear coordinate measured perpendicular to the surface of the ellipsoid and positive above the surface.
| |
IsUndefined |
Gets a value indicating whether or not any of the coordinates for this instance have the value NaN.
| |
Item | ||
Latitude |
Gets the angular coordinate measured perpendicular to the equatorial plane.
| |
Length |
Gets the number of elements in this set of coordinates.
| |
Longitude |
Gets the angular coordinate lying in the equatorial plane of the ellipsoid and measured from the prime meridian.
| |
Undefined |
Gets a set of Cartographic coordinates with values of NaN.
| |
Zero |
Gets a set of Cartographic coordinates representing the zero vector.
|
Name | Description | |
---|---|---|
Equals(Cartographic) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
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.) | |
IsAtPole | ||
IsAtPole(Double) | ||
IsEquivalent(Cartographic) |
Indicates whether another instance of this type is mathematically equivalent to this instance.
Instances are equivalent if each coordinate value of one instance is equal to the corresponding coordinate value of the other instance,
or if both points are at the same pole.
| |
IsEquivalent(Cartographic, Double) |
Indicates whether another instance of this type is mathematically equivalent to this instance, within the required tolerance.
Instances are equivalent if each coordinate value of one instance is equal to the corresponding coordinate value of the other instance,
or if both points are at the same pole.
| |
ToString |
Returns the string representation of the value of this instance.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
Equality |
Returns if the two instances are exactly equal.
| |
Inequality |
Returns if the two instances are not exactly equal.
|