GeoPoint3D

new Cesium.GeoPoint3D(options)

The 3D geographic point geometry object class. This class is used to represent the spatial information of the point-shaped geographic element Feature3D. When the point-shaped geographic element Feature3D is given a certain style, the point-shaped geographic element can be displayed in the 3D scene, and its spatial position is determined by GeoPoint3D. The difference between it and Point3D is: Point3D can only describe a position point.
Name Type Description
options Object optional Contains the following attributes:
Name Type Default Description
x Number 0.0 optional The X coordinate value of the 3D geographic point geometry object, that is, the longitude coordinate, the unit: degree.
y Number 0.0 optional The Y coordinate value of the 3D geographic point geometry object, that is, the latitude coordinate, and the unit: degree.
z Number 0.0 optional The Z coordinate value of the 3D geographic point geometry object, that is, the height, in meters.

Members

X : Number

Gets or sets the X coordinate value of the 3D geographic point geometry object, that is, the longitude coordinate, in degrees.
Default Value: 0.0

Y : Number

Gets or sets the Y coordinate value of the 3D geographic point geometry object, that is, the latitude coordinate, unit: degree.
Default Value: 0.0

Z : Number

Gets or sets the Z coordinate value of the 3D geographic point geometric object, that is, the height, in meters.
Default Value: 0.0