geospatial-sdk / core/lib
core/lib
Index
Classes
Class | Description |
---|---|
SourceLoadErrorEvent | - |
Interfaces
Interface | Description |
---|---|
FeaturesClickEvent | - |
FeaturesHoverEvent | - |
MapClickEvent | - |
MapContext | - |
MapContextBaseLayer | - |
MapContextDiff | Describes a delta between two contexts, in order to be applied to an existing map. |
MapContextLayer | - |
MapContextLayerGeojson | - |
MapContextLayerMapLibreStyle | - |
MapContextLayerOgcApi | - |
MapContextLayerPositioned | Associates a position to a layer; the position is the index of the layer in the layers array |
MapContextLayerReordered | Describes a layer being moved to a different position |
MapContextLayerWfs | - |
MapContextLayerWms | - |
MapContextLayerWmts | - |
MapContextLayerXyz | - |
MapEventsByType | - |
ViewByExtent | - |
ViewByGeometry | - |
ViewByZoomAndCenter | - |
Type Aliases
Type alias | Description |
---|---|
Coordinate | - |
Extent | Min X, min Y, max X, max Y |
LayerDimensions | - |
LayerExtras | - |
MapContextView | - |
Variables
Variable | Description |
---|---|
FeaturesClickEventType | - |
FeaturesHoverEventType | - |
MapClickEventType | - |
SourceLoadErrorType | - |
Functions
Function | Description |
---|---|
addLayerToContext | Adds a layer to the context at a specific position or at the end if no position is specified. |
changeLayerPositionInContext | Changes the position of a layer in the context. |
computeMapContextDiff | The following logic is produced by identifying layers in both context and determining whether they have been added, removed, changed or reordered. |
createViewFromLayer | - |
deepFreeze | - |
getLayerPosition | - |
removeLayerFromContext | Removes a layer from the context. |
removeSearchParams | Removes the given search params from the URL completely; this is case-insensitive |
replaceLayerInContext | Replaces a layer in the context with a new layer. |