Options
All
  • Public
  • Public/Protected
  • All
Menu

Options for querying map features

export
interface

IQueryMapFeaturesOptions

Hierarchy

Index

Properties

featurefilter?: string

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

geometry?: string

The WKT of the query geometry

layerattributefilter?: number
layernames?: string

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

mapname: string

The name of the runtime map

memberof

IRuntimeMapRequest

maxfeatures?: number

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

persist?: number

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

requestdata?: QueryFeaturesSet

A bitmask containing what features to ask for

selectioncolor?: string

The color of the selection

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

The image format of the requested selection image

selectionvariant?: SelectionVariant

The spatial query operator to use with the input geometry

session: string

The session id

memberof

ISessionBasedRequest

Generated using TypeDoc