This is the namespace that contains bu.action.Action specific for the
bu.oblique.Viewer.
- Source:
- bu-oblique/actions/bu.oblique.action.jsdoc
Classes
- FeatureInfo
- Goto
- LayerSwitcher
- Measurements
- MeasurementsClear
- MeasurementsLabels
- North
- ObliqueLabel
- OpenStreetImage
- ScaleLine
- ScreenShot
- Search
- Spinner
- ViewerInfo
- Zoom
- ZoomSlider
Type Definitions
-
FeatureInfoOptions
-
Options for
bu.oblique.action.FeatureInfoType:
- Object
- Source:
- bu-oblique/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. -
MousePositionOptions
-
Options for
bu.oblique.action.MousePositionType:
- Object
- Source:
- bu-oblique/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.
coordinateFormatol.CoordinateFormatType | undefined This a function that receives a coordinate and returns a string.
projectionol.proj.Projection | undefined A projection object to which transform coordinates. If no projection is given then current map projection is used.
undefinedHTMLstring | undefined HTML to show when no data is available. Defaults to an empty string.
showProjectionNameboolean | undefined If true the EPSG code is attached after the coordinates. Defaults to true.
-
MousePositionProperty
-
Properties of a
bu.oblique.action.MousePosition.PROJECTION: 'projection' COORDINATE_FORMAT: 'coordinateFormat'Type:
- string
- Source:
- bu-oblique/enums.js
-
NorthOptions
-
Options for
bu.oblique.action.NorthType:
- Object
- Source:
- bu-oblique/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-oblique/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.oblique.action.Spinner.Type:
- Object
- Source:
- bu-oblique/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.
-
ViewerInfoOptions
-
Options for
bu.oblique.action.ViewerInfo.Type:
- Object
- Source:
- bu-oblique/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.oblique.action.ViewerInfo.PROJECTION: 'projection'Type:
- string
- Source:
- bu-oblique/enums.js
-
ZoomOptions
-
Options for
bu.oblique.action.ZoomType:
- Object
- Source:
- bu-oblique/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