This is the namespace that contains bu.action.Action specific for the
bu.ortho.Viewer.
- Source:
- bu-ortho/actions/bu.ortho.action.jsdoc
Classes
- BaselayerTypeSwitcher
- FeatureInfo
- Goto
- LayerSwitcher
- Measurements
- MeasurementsClear
- MeasurementsLabels
- North
- OpenStreetImage
- Orientation
- ScaleLine
- ScreenShot
- Search
- Spinner
- UserPlace
- ViewerInfo
- Zoom
- ZoomSlider
Type Definitions
-
FeatureInfoOptions
-
Options for
bu.ortho.action.FeatureInfo.Type:
- Object
- Source:
- bu-ortho/typedefs.js
Properties:
Name Type Description controlbu.control.Control | undefined The control this action is attached to.
viewerbu.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. -
MapRotationProperty
-
Properties of a
bu.ortho.action.MousePosition.ROTATION: 'rotation'Type:
- string
- Source:
- bu-ortho/enums.js
-
MeasurementsOptions
-
Options for
bu.ortho.action.Measurements.Type:
- Object
- Source:
- bu-ortho/typedefs.js
Properties:
Name Type Description controlbu.control.Control | undefined The control this action is attached to.
viewerbu.Viewer | undefined The viewer this action is tied to.
styleol.style.Style | undefined style for the measurements once they are drawn.
interactionStyleol.style.Style | undefined style for the measurements while interaction occurs.
formatFunctionsObject.<string, function()> | undefined an object with
bu.ortho.MeasurementTypeas keys and functions as values. Functions receive aol.geom.Geometryas param and return a formatted string with the measurement. -
NorthOptions
-
Options for
bu.ortho.action.North.Type:
- Object
- Source:
- bu-ortho/typedefs.js
Properties:
Name Type Description controlbu.control.Control | undefined The control this action is attached to.
viewerbu.Viewer | undefined The viewer this action is tied to.
durationnumber | undefined Duration of the rotation animation in milliseconds.
-
SearchOptions
-
Options for
bu.ortho.action.Search.Type:
- Object
- Source:
- bu-ortho/typedefs.js
Properties:
Name Type Description controlbu.control.Control | undefined The control this action is attached to.
viewerbu.Viewer | undefined The viewer this action is tied to.
durationnumber | undefined Duration of the animation in milliseconds.
-
SpinnerOptions
-
Options for
bu.ortho.action.SpinnerType:
- Object
- Source:
- bu-ortho/typedefs.js
Properties:
Name Type Description controlbu.control.Control | undefined The control this action is attached to.
viewerbu.Viewer | undefined The viewer this action is tied to.
durationnumber | undefined Duration of the rotation animation in milliseconds.
-
UserPlaceOptions
-
Options for
bu.ortho.action.UserPlaceType:
- Object
- Source:
- bu-ortho/typedefs.js
Properties:
Name Type Description controlbu.control.Control | undefined The control this action is attached to.
viewerbu.Viewer | undefined The viewer this action is tied to.
baseResolutionnumber | undefined The base resolution at which the user place icon toggles visibility.
userLocationbu.Coordinate | undefined The coordinate of the default user location, in current internal ol.Map projection, which usually is 'EPSG:3857'.
-
ViewerInfoOptions
-
Options for
bu.ortho.action.ViewerInfo.Type:
- Object
- Source:
- bu-ortho/typedefs.js
Properties:
Name Type Description controlbu.control.Control | undefined The control this action is attached to.
viewerbu.Viewer | undefined The viewer this action is tied to.
infoSetupArray.<bu.ViewerInfoOption> | undefined the definition of the different informations.
projectionol.proj.Projection | undefined For coordinates, a projection object to which transform coordinates. If no projection is given then current map projection is used.
undefinedHTMLstring | undefined For coordinates HTML to show when no data is available. Defaults to an empty string.
-
ViewerInfoProperty
-
Properties of a
bu.ortho.action.ViewerInfo.PROJECTION: 'projection'Type:
- string
- Source:
- bu-ortho/enums.js
-
ZoomOptions
-
Options for
bu.ortho.action.ZoomType:
- Object
- Source:
- bu-ortho/typedefs.js
Properties:
Name Type Description controlbu.control.Control | undefined The control this action is attached to.
viewerbu.Viewer | undefined The viewer this action is tied to.
durationnumber | undefined Duration of the zoom animation in milliseconds.
Javascript API 7.x