GeoEllipsoid

new Cesium.GeoEllipsoid(xAxis, yAxis, zAxis)

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

geoXAxis : Number

Gets or sets the length of the ellipsoid in the x-axis direction, in meters.
Default Value: 0.0

geoYAxis : Number

Gets or sets the length of the ellipsoid in the y-axis direction, in meters.
Default Value: 0.0

geoZAxis : Number

Gets or sets the length of the ellipsoid in the z-axis direction, in meters.
Default Value: 0.0

Methods

getCenter()Number

Get the center point of the ellipsoid geometry object.
Returns:
The geographic coordinate value of the center point of the ellipsoid geometry object.

isValid()Boolean

Get whether the ellipsoid geometry object is valid.
Returns:
It returns true if the ellipsoid geometry object is valid, otherwise it returns false.