LongitudeLatitudeRadius Constructor (Double, Double, Double) | 
  
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic LongitudeLatitudeRadius(
	double longitude,
	double latitude,
	double radius
)
Public Sub New ( 
	longitude As Double,
	latitude As Double,
	radius As Double
)
public:
LongitudeLatitudeRadius(
	double longitude, 
	double latitude, 
	double radius
)
new : 
        longitude : float * 
        latitude : float * 
        radius : float -> LongitudeLatitudeRadiusParameters
- longitude
 - Type: SystemDouble
The angular coordinate lying in the xy-plane measured from the positive x-axis and toward the positive y-axis. - latitude
 - Type: SystemDouble
The angular coordinate measured from the xy-plane and toward the positive z-axis. - radius
 - Type: SystemDouble
The linear coordinate measured from the origin. 
See Also