Click or drag to resize

LongitudeLatitudeRadius Structure

A set of curvilinear 3-dimensional coordinates typically used to describe geocentric (or planetocentric on non-Earth central bodies) positions. Longitude is an angle lying in the xy-plane measured from the positive x-axis and toward the positive y-axis. Latitude is an angle measured from the xy-plane and toward the positive z-axis. Radius is a linear coordinate measured from the origin.

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 LongitudeLatitudeRadius : IEquatable<LongitudeLatitudeRadius>, 
	IEquatableEpsilon<LongitudeLatitudeRadius>

The LongitudeLatitudeRadius type exposes the following members.

Constructors
  NameDescription
Public methodLongitudeLatitudeRadius(AzimuthElevationRange)
Initializes a set of LongitudeLatitudeRadius coordinates from the provided set of AzimuthElevationRange coordinates.
Public methodLongitudeLatitudeRadius(Cartesian)
Initializes a set of LongitudeLatitudeRadius coordinates from the provided set of Cartesian coordinates.
Public methodLongitudeLatitudeRadius(Cylindrical)
Initializes a set of LongitudeLatitudeRadius coordinates from the provided set of Cylindrical coordinates.
Public methodLongitudeLatitudeRadius(Double)
Initializes a set of LongitudeLatitudeRadius coordinates from the first 3 consecutive elements in the provided array.
Public methodLongitudeLatitudeRadius(Spherical)
Initializes a set of LongitudeLatitudeRadius coordinates from the provided set of Spherical coordinates.
Public methodLongitudeLatitudeRadius(Double, Int32)
Initializes a set of LongitudeLatitudeRadius coordinates from the provided array.
Public methodLongitudeLatitudeRadius(Double, Double, Double)
Initializes a set of LongitudeLatitudeRadius coordinates from the provided longitude, latitude, and radius.
Top
Properties
  NameDescription
Public propertyItem
Gets the value of the specified element with index of 0, 1, and 2 corresponding to the coordinates Longitude, Latitude, and Radius.
Public propertyLatitude
Gets the angular coordinate measured from the xy-plane and toward the positive z-axis.
Public propertyLength
Gets the number of elements in this set of coordinates.
Public propertyLongitude
Gets the angular coordinate lying in the xy-plane measured from the positive x-axis and toward the positive y-axis.
Public propertyRadius
Gets the linear coordinate measured from the origin.
Public propertyStatic memberZero
Gets a set of LongitudeLatitudeRadius coordinates with values of zero.
Top
Methods
  NameDescription
Public methodStatic memberConvertMotion
Converts the motion given in terms of a set of Cartesian coordinates to motion of the corresponding set of LongitudeLatitudeRadius coordinates.
Public methodEquals(LongitudeLatitudeRadius)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
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