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:
|
Members
-
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
-
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
-
Get or set the Z coordinate value of the 3D geographic point geometric object, that is, the height, unit: meter.
-
Default Value:
0.0