AnchorPointIndirect

new Ditap.AnchorPointIndirect(options)

Metadata for one stored anchor point. This reflects the `anchronPointIndirect` definition of the NGA_gpm_local glTF extension.
Name Type Description
options AnchorPointIndirect.ConstructorOptions An object describing initialization options
Experimental

This feature is not final and is subject to change without Cesium's standard deprecation policy.

Members

readonly adjustmentParams : Cartesian3

The delta-x delta-y delta-z adjustment values in meters per anchor point.

readonly covarianceMatrix : Matrix3

The 3x3 covariance matrix.

readonly position : Cartesian3

Anchor point geographic coordinates in meters as X/Easting, Y/Northing, Z/HAE

Type Definitions

Ditap.AnchorPointIndirect.ConstructorOptions

Initialization options for the AnchorPointIndirect constructor
Properties:
Name Type Description
position Cartesian3 Anchor point geographic coordinates
adjustmentParams Cartesian3 The adjustment values in meters
covarianceMatrix Matrix3 The 3x3 covariance matrix