This is the namespace that contains Mapspace.action.Action specific for the
Mapspace.threed.Viewer.
- Source:
- mapspace-threed/action/bu.threed.action.jsdoc
Classes
- AddressInfo
- Annotations
- DateSelector
- FeatureInfo
- FeaturePanel
- FeatureSelection
- GlobeColor
- GoHome
- LayerSwitcher
- Measurements
- Orbit
- ViewerInfo
- ViewerSettings
Type Definitions
-
AnnotationsOptions
-
Options for
Mapspace.threed.action.Annotations.- Source:
- mapspace-threed/typedefs.js
Properties:
Name Type Description controlMapspace.control.Control | undefined The control this action is attached to.
viewerMapspace.Viewer | undefined The viewer this action is tied to.
interactionStyleol.style.Style | undefined style for the annotations while interaction occurs.
-
FeatureInfoOptions
-
Options for
Mapspace.threed.action.FeatureInfo.- Source:
- mapspace-threed/typedefs.js
Properties:
Name Type Description controlMapspace.control.Control | undefined The control this action is attached to.
viewerMapspace.Viewer | undefined The viewer this action is tied to.
layerFilterFunctionfunction | undefined Any function receiving two params, a resolution number and a
ol.Layer.Layerobject, and returning true or false, and that will be used to filter if feature information must be shown for a given layer. -
MeasurementsOptions
-
Options for
Mapspace.threed.action.Measurements.- Source:
- mapspace-threed/typedefs.js
Properties:
Name Type Description controlMapspace.control.Control | undefined The control this action is attached to.
viewerMapspace.Viewer | undefined The viewer this action is tied to.
interactionStyleol.style.Style | undefined style for the measurements while interaction occurs.
-
ViewerInfoProperty
-
Properties of a
Mapspace.threed.action.ViewerInfo.Name Value Mapspace.threed.action.ViewerInfoProperty.PROJECTION projection - Source:
- mapspace-threed/enums.js