Options
All
  • Public
  • Public/Protected
  • All
Menu

MapGuide-specific viewer functionality

export
interface

IMapGuideViewerSupport

since

0.14

Hierarchy

  • IMapGuideViewerSupport

Implemented by

Index

Methods

  • clearSelection(): void
  • Clears the map selection

    memberof

    IMapViewer

    Returns void

  • getSelectionXml(selection: FeatureSet, layerIds?: string[]): string
  • Gets the current selection model as a selection XML string

    memberof

    IMapViewer

    Parameters

    Returns string

  • getSessionId(): string
  • Gets the current session id

    memberof

    IMapViewer

    Returns string

  • isFeatureTooltipEnabled(): boolean
  • Gets whether feature tooltips are enabled

    memberof

    IMapViewer

    Returns boolean

  • Performs a map selection by the given geometry

    memberof

    IMapViewer

    Parameters

    • geom: Geometry

      The geometry to select with

    • Optional selectionMethod: SelectionVariant

      The selection method

    Returns void

  • setFeatureTooltipEnabled(enabled: boolean): void
  • Enables/disables feature tooltips

    memberof

    IMapViewer

    Parameters

    • enabled: boolean

    Returns void

Generated using TypeDoc