Options
All
  • Public
  • Public/Protected
  • All
Menu

A composition of a MapGuide selection set and a client-side vector feature selection

since

0.14

Hierarchy

  • ICompositeSelection

Implemented by

Index

Methods

  • getFeatureAt(layerIndex: number, featureIndex: number): undefined | SelectedFeature
  • Gets the feature for the given layer at the specified indices

    Parameters

    • layerIndex: number

      The selection layer index

    • featureIndex: number

      The feature index

    Returns undefined | SelectedFeature

  • Gets the layer at the specified index

    Parameters

    • layerIndex: number

      The selection layer index

    Returns undefined | ICompositeSelectionLayer

  • getLayerCount(): number
  • Gets the number of layers in this selection set

    Returns number

Generated using TypeDoc