Members
# inner constant 3DEvents
Events triggered by 3d availability event
Properties:
Name | Type | Description |
---|---|---|
STOP |
string
|
Data not available |
DOWNLOADING |
string
|
Downloading data |
FINISHED |
string
|
Finished downloading available data |
# inner constant AreaUnits
Area Units
Properties:
Name | Type | Description |
---|---|---|
METRIC |
Array.<string>
|
Metric system |
km2 |
string
|
Square kilometer |
ha |
string
|
Hectare |
m2 |
string
|
Square meters |
IMPERIAL |
Array.<string>
|
Imperial values system |
mi2 |
string
|
Square miles |
ac |
string
|
Acre |
yd2 |
string
|
Square yards |
ft2 |
string
|
Square feet |
# inner constant BuiltInLayers
Vexcel layer name for BuiltInLayers
Properties:
Name | Type | Description |
---|---|---|
BLUESKY |
string
|
BlueSky ultra, Osprey cam |
BLUESKY_G |
string
|
BlueSky ultra G, Leica/Midas data |
BLUESKY_HIGH |
string
|
BlueSky high res, Condor data |
GRAYSKY |
string
|
GraySky ultra, Osprey cam |
GRAYSKY_G |
string
|
GraySky ultra, Geomni data |
BLUESKY_EUROPE |
string
|
BlueSky ultra, Osprey cam |
BLUESKY_OCEANIA |
string
|
BlueSky ultra, Osprey cam |
BLUESKY_HIGH_EUROPE |
string
|
BlueSky High res, Condor |
BLUESKY_HIGH_OCEANIA |
string
|
BlueSky High res, Condor |
# inner constant FeatureEvents
Events triggered by feature
Properties:
Name | Type | Description |
---|---|---|
FEATURE_CLICK |
string
|
Triggered when user clicks on a feature |
FEATURE_HOVER |
string
|
Triggered when user hovers over a feature |
# inner constant LengthUnits
Length Units
Properties:
Name | Type | Description |
---|---|---|
METRIC |
Array.<string>
|
Metric system |
km |
string
|
Kilometer |
m |
string
|
Meters |
IMPERIAL |
Array.<string>
|
Imperial values system |
mi |
string
|
Miles |
yd |
string
|
Yards |
ft |
string
|
Feet |
# inner constant MapEvents
Events triggered by map object
Properties:
Name | Type | Description |
---|---|---|
POINTER_MOVE |
string
|
Triggered when a pointer is moved. Note that on touch devices this is triggered when the map is panned, so this is not the same as moving the mouse. |
MOVE_END |
string
|
Triggered when map finishes moving |
MOVE_START |
string
|
Triggered when map starts moving |
TILES_START_LOAD |
string
|
Triggered when map starts to load tiles |
TILES_END_LOAD |
string
|
Triggered when map finishes loading tiles |
MAP_INITIALIZE |
string
|
Triggered when map finishes the initialization |
LAYER_AOIS |
string
|
Triggered when layer receives data layer data with AOIs |
CLICK |
string
|
Triggered when single click over the map |
DBL_CLICK |
string
|
Triggered when double click over the map |
FEATURES |
string
|
Trigger when click on a feature * |
STATUS_3D_MEASURES |
string
|
Triggered when 3d measure status is updated |
CHANGE_MEASURE |
string
|
Triggered after a measurement is created or edited with the measurement tools |
FINISH_MEASURE |
string
|
Triggered when a measure is finished |
START_MEASURE |
string
|
Triggered when a measure is started |
NO_3D_IMAGES |
string
|
Triggered when no images to 3D mode |
CENTER_DATE_IMAGE |
string
|
Triggered when center date image change |
# inner constant MapOrientation
Map Orientations
Properties:
Name | Type | Description |
---|---|---|
V |
string
|
Vertical orientation |
N |
string
|
North orientation |
S |
string
|
South orientation |
E |
string
|
East orientation |
W |
string
|
West orientation |
# inner constant MeasurementTools
Tools for drawing geometries and taking measurements
Properties:
Name | Type | Description |
---|---|---|
POINT |
string
|
Tool for drawing points |
LINE |
string
|
Tool for drawing lines |
POLYGON |
string
|
Tool for drawing polygons |
HEIGHT |
string
|
Tool for drawing height |
RELATIVE_ELEVATION |
string
|
Tool for drawing relative elevation |
RECTANGLE |
string
|
Tool for drawing boxes/rectanges |
# inner constant MeasureSystem
Measurement Systems
Properties:
Name | Type | Description |
---|---|---|
METRIC |
string
|
Metric system |
IMPERIAL |
string
|
Imperial system |
# inner constant ObliqueProjections
Set how the vector layer will reprojects itself in oblique mode
Properties:
Name | Type | Description |
---|---|---|
NONE |
string
|
The layer won´t be reprojected in oblique mode. |
DTM |
string
|
The layer will be reprojected in oblique mode using the dtm. |
DSM |
string
|
The layer will be reprojected in oblique mode using the dsm. |
# inner constant SlopeUnits
Slope Units
Properties:
Name | Type | Description |
---|---|---|
METRIC |
Array.<string>
|
Metric system |
deg |
string
|
Degree |
rad |
string
|
Radians |
% |
string
|
Slope percentage |
IMPERIAL |
Array.<string>
|
Imperial values system |
rise/run |
string
|
Rise/run |
% |
string
|
Slope percentage |
# inner constant ViewMode
View Modes
Properties:
Name | Type | Description |
---|---|---|
2D |
string
|
Ortho Mode |
3D |
string
|
Oblique mode |