The 3D ellipsoid geometry object class.
Name | Type | Description |
---|---|---|
xAxis |
Number | The length of the ellipsoid in the x-axis direction, in meters. |
yAxis |
Number | The length of the ellipsoid in the y-axis direction, in meters. |
zAxis |
Number | The length of the ellipsoid in the z-axis direction, in meters. |
Members
-
Gets or sets the length of the ellipsoid in the x-axis direction, in meters.
-
Default Value:
0.0
-
Gets or sets the length of the ellipsoid in the y-axis direction, in meters.
-
Default Value:
0.0
-
Gets or sets the length of the ellipsoid in the z-axis direction, in meters.
-
Default Value:
0.0
Methods
-
Get the center point of the ellipsoid geometry object.
Returns:
The geographic coordinate value of the center point of the ellipsoid geometry object. -
Get whether the ellipsoid geometry object is valid.
Returns:
It returns true if the ellipsoid geometry object is valid, otherwise it returns false.