Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

_customLayers: {}

Type declaration

  • [name: string]: { layer: LayerBase; order: number }
    • layer: LayerBase
    • order: number
hoverHighlightLayer: OLVectorLayer
mainSet: ILayerSetOL
overviewSet: ILayerSetOL
scratchLayer: OLVectorLayer
wmsSelOverlayLayer: OLVectorLayer

Methods

  • addHighlightedFeature(feature: Feature<Geometry>): void
  • addLayer<T>(map: Map, name: string, layer: T, allowReplace?: boolean): ILayerInfo
  • addScratchFeature(feat: Feature<Geometry>): void
  • addWmsSelectionOverlay(feat: Feature<Geometry>): void
  • attach(map: Map, ovMapControl: OverviewMap, bSetLayers?: boolean): void
  • Parameters

    • map: Map
    • ovMapControl: OverviewMap
    • bSetLayers: boolean = true

    Returns void

  • clearHighlightedFeatures(): void
  • clearScratchLayer(): void
  • clearWmsSelectionOverlay(): void
  • detach(map: Map, ovMapControl: OverviewMap): void
  • fitViewToExtent(): void
  • getDpi(): number
  • getLayer<T>(name: string): undefined | T
  • getLayersForOverviewMap(): BaseLayer[]
  • getMetersPerUnit(): number
  • getProjection(): ProjectionLike
  • getView(): View
  • hasLayer(name: string): boolean
  • registerSourceEvents(source: Source): void
  • removeHighlightedFeature(feature: Feature<Geometry>): void
  • removeLayer(map: Map, name: string): undefined | BaseLayer
  • resolutionToScale(resolution: number): number
  • scaleToResolution(scale: number): number
  • showActiveSelectedFeature(mapExtent: Bounds, size: Size, uri: string): void
  • tryGetSubjectLayer(): undefined | BaseLayer
  • tryGetWmsSource(): undefined | [BaseLayer, ImageWMS | TileWMS]
  • update(showGroups: undefined | string[], showLayers: undefined | string[], hideGroups: undefined | string[], hideLayers: undefined | string[]): void
  • Parameters

    • showGroups: undefined | string[]
    • showLayers: undefined | string[]
    • hideGroups: undefined | string[]
    • hideLayers: undefined | string[]

    Returns void

  • updateSelectionColor(color: string): void
  • Parameters

    • color: string

    Returns void

Generated using TypeDoc