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:
|
Members
-
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
-
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
-
Gets or sets the Z coordinate value of the 3D geographic point geometric object, that is, the height, in meters.
-
Default Value:
0.0