Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IQueryMapFeaturesOptions

Options for querying map features

export
interface

IQueryMapFeaturesOptions

Hierarchy

Index

Properties

Optional featurefilter

featurefilter: undefined | string

An optional selection XML string. If specified, the rendering/query will be based off of a selection initialized with this selection XML

Optional geometry

geometry: undefined | string

The WKT of the query geometry

Optional layerattributefilter

layerattributefilter: undefined | number

Optional layernames

layernames: undefined | string

A comma-seperated list of layer name to restrict the query on. Omit to cover all selectable layers

mapname

mapname: string

The name of the runtime map

memberof

IRuntimeMapRequest

Optional maxfeatures

maxfeatures: undefined | number

The maximum number of features to select. Use -1 for no limit.

Optional persist

persist: undefined | number

1 = Persist the query selection changes to the current selection set 0 = The query selection does not modify the current selection set

Optional requestdata

requestdata: QueryFeaturesSet

A bitmask containing what features to ask for

Optional selectioncolor

selectioncolor: undefined | string

The color of the selection

Optional selectionformat

selectionformat: "PNG" | "JPG" | "GIF" | "PNG8"

The image format of the requested selection image

Optional selectionvariant

selectionvariant: SelectionVariant

The spatial query operator to use with the input geometry

session

session: string

The session id

memberof

ISessionBasedRequest

Generated using TypeDoc