Metadata for one stored anchor point using direct storage.
This reflects the `anchronPointDirect` definition of the
NGA_gpm_local glTF extension.
参数名称 | 类型 | 描述信息 |
---|---|---|
options |
AnchorPointDirect.ConstructorOptions | An object describing initialization options |
Experimental
This feature is not final and is subject to change without Cesium's standard deprecation policy.
成员(属性)
readonly adjustmentParams : Cartesian3
The delta-x delta-y delta-z adjustment values in meters per anchor
point.
readonly position : Cartesian3
Anchor point geographic coordinates in meters as X/Easting, Y/Northing, Z/HAE
定义的类型
Initialization options for the AnchorPointDirect constructor
属性:
属性名称 | 类型 | 描述信息 |
---|---|---|
position |
Cartesian3 | Anchor point geographic coordinates |
adjustmentParams |
Cartesian3 | The adjustment values in meters |