logo
API Documentation
Tutorials
Getting Started Initialization Layers Third party Controls Geometries Vector styles Measures InfoBox Utils
Releases

Documentation

Modules

  • Constants

Events

  • FEATURE_CLICK
  • FEATURE_HOVER
  • CENTER_DATE_IMAGE
  • CHANGE_MEASURE
  • CLICK
  • COMPLETE_COLLECTIONS
  • FEATURES_CLICK
  • FIND_IMAGES_LOADED
  • FINISH_MEASURE
  • MAP_INITIALIZE
  • MAP_STATUS_EVENT
  • MOVE_END
  • NO_3D_IMAGES
  • POINTER_MOVE
  • START_MEASURE
  • TILES_END_LOAD
  • TILES_START_LOAD
  • FEATURE_CLICK
  • FEATURE_HOVER

General

Classes / Controls

  • Bar
  • Button
  • Swipe
  • Toggle

Classes / Managers

  • CollectionManager
  • OverlayManager

Classes

  • Map

Classes / View

  • MapStatusView

Geometry

Classes

  • Extent
  • Feature
  • Line
  • Location
  • MultiPolygon
  • Point
  • Polygon

Classes / Readers

  • GeoJSON
  • WKT

InfoBox

Classes

  • InfoBox

Layers

Classes

  • ArcGISLayer
  • BingLayer
  • GroupLayer
  • ImageryLayer
  • OSMLayer
  • VectorLayer
  • VectorTileLayer
  • WFSLayer
  • WMSLayer
  • WMTSLayer
  • XYZLayer

Classes / Base Layers

  • BaseLayer
  • BaseVectorLayer

Measurements

Classes / Tools

  • CircleTool
  • HeightTool
  • LineTool
  • PointTool
  • PolygonTool
  • RectangleTool
  • RelativeHeightTool

Classes

  • Measure

Objects

Classes

  • Collection
  • CollectionStatus
  • Image
  • LayerCollections
  • LayerCollectionsStatus
  • MapStatus

Services

Classes

  • UserService

Styles

Classes

  • Circle
  • Fill
  • Icon
  • RegularShape
  • Stroke
  • Style
  • Text

Utils

Classes

  • Transform

Class

CollectionStatus

CollectionStatus

Represents the status of a geospatial imagery collection, extending the base Collection class with additional metadata related to image orientations and relevant view information (such as center, zoom, and extent). This class provides structured access to collection information, including resolution, capture details, and orientation options. It supports both standard and GraySky collections.

Extends

  • Collection

Classes

CollectionStatus

Members

string

# firstCaptureDate

First capture date.

Overrides:
  • Collection#firstCaptureDate
geometry

# geometry

Geometry.

Overrides:
  • Collection#geometry
string | null

# graySkyEvent

Graysky event. Only if layer collections is graysky

Overrides:
  • Collection#graySkyEvent
string | null

# graySkyEventPrettyName

Graysky event pretty name. Only if layer collections is graysky

Overrides:
  • Collection#graySkyEventPrettyName
string

# imageryLayer

Imagery layer name. Should be a value from VexcelLayers

Overrides:
  • Collection#imageryLayer
string

# lastCaptureDate

Last capture date.

Overrides:
  • Collection#lastCaptureDate
number

# maxGsd

Max gsd.

Overrides:
  • Collection#maxGsd
number

# minGsd

Min gsd.

Overrides:
  • Collection#minGsd
string

# name

name.

Overrides:
  • Collection#name
boolean

# oblique

Indicates if 3D oblique imagery is available.

Overrides:
  • Collection#oblique
Array.<string>

# orientations

Available orientations.

string

# prettyName

Pretty name.

Overrides:
  • Collection#prettyName
string

# productType

Product type.

Overrides:
  • Collection#productType
MapStatus~ViewInfo

# viewInfo

Relevant info for center, zoom and extent

Documentation generated by Vexcel Imaging