Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "api/builders/deArrayify"

Index

Functions

buildSelectionXml

  • buildSelectionXml(selection: FeatureSet | undefined, layerIds?: string[]): string
  • Builds an XML selection string from the given selection set.

    export

    Parameters

    • selection: FeatureSet | undefined

      The selection set

    • Optional layerIds: string[]

    Returns string

    The selection XML string

deArrayify

  • deArrayify(json: any): any
  • Normalizes the given JSON object to match the content model of its original XML form

    export

    Parameters

    • json: any

      The JSON object to normalize

    Returns any

    The normalized JSON object

getActiveSelectedFeatureXml

Generated using TypeDoc