3D ellipsoid geometry object class.
Name | Type | Description |
---|---|---|
xAxis |
Number | The length of the ellipsoid in the x-axis direction, unit: meter. |
yAxis |
Number | The length of the ellipsoid in the y-axis direction, unit: meter. |
zAxis |
Number | The length of the ellipsoid in the z-axis direction, unit: meter. |
Members
-
Get or set the length of the ellipsoid in the x-axis direction, unit: meter.
-
Default Value:
0.0
-
Get or set the length of the ellipsoid in the y-axis direction, unit: meter.
-
Default Value:
0.0
-
Get or set the length of the ellipsoid in the z-axis direction, unit: meter.
-
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 geometric object. -
Get whether the ellipsoid geometry object is valid.
Returns:
Returns true if the ellipsoid geometry object is valid, false otherwise.