Hierarchy

  • ObjectEditingQuery

Properties

getQueryableLayerNodesDefered_: IDeferred<ObjectEditingQueryableLayerInfo[]>
gmfThemes_: any
http_: IHttpService
q_: IQService

Methods

  • From a queryable layer (WMS layer node), use its associated OGC server to issue a single WMS GetFeatureInfo request at a specific location on a specific map to fetch a single feature. If no feature is found, a null value is returned.

    Returns

    Promise.

    Parameters

    • layerInfo: any

      Queryable layer information.

    • coordinate: Coordinate

      Coordinate.

    • map: Map

      Map.

    Returns IPromise<Feature<Geometry>>

Generated using TypeDoc