Appearance
KBE3D / KBCore / Cesium / AnchorPointDirect
类: AnchorPointDirect
Metadata for one stored anchor point using direct storage.
This reflects the anchronPointDirect definition of the NGA_gpm_local glTF extension.
参数
An object describing initialization options
属性
position
readonlyposition:Cartesian3
Anchor point geographic coordinates in meters as X/Easting, Y/Northing, Z/HAE
adjustmentParams
readonlyadjustmentParams:Cartesian3
The delta-x delta-y delta-z adjustment values in meters per anchor point.
构造函数
构造函数
new AnchorPointDirect(
options:ConstructorOptions):AnchorPointDirect
参数
options
返回
AnchorPointDirect
