Interface CursorDataInterface

interface CursorDataInterface {
    datasetId: number;
    datasetLocation: Vector3;
    datasetOrientation: Quaternion;
    geometry: Point;
    location: Vector3;
    orientation: Quaternion;
}

Properties

datasetId: number

The dataset id. Can be undefined when in the map view.

datasetLocation: Vector3

Orientation of the cursor in the dataset coordinate system. Can be undefined when in the map view.

datasetOrientation: Quaternion

Coordinates of the cursor in the dataset coordinate system. Can be undefined when in the map view.

geometry: Point

Coordinates of the cursor in WGS 84. Do not use, use the location field instead.

Deprecated

location: Vector3

Coordinates of the cursor in the site coordinate system.

orientation: Quaternion

Orientation of the cursor in the site coordinate system.

Generated using TypeDoc