Click or drag to resize

LongitudeLatitudeRadius Constructor

Overload List
  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
See Also