GeoPoint3D

new SuperMap3D.GeoPoint3D(options)

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

Members

X : Number

Get or set the X coordinate value of the 3D geographic point geometric object, that is, the longitude coordinate, unit: degree.
Default Value: 0.0

Y : Number

Get or set the Y coordinate value of the 3D geographic point geometric object, that is, the latitude coordinate, unit: degree.
Default Value: 0.0

Z : Number

Get or set the Z coordinate value of the 3D geographic point geometric object, that is, the height, unit: meter.
Default Value: 0.0