Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDescribeRuntimeMapOptions

Options for describing a runtime map

export
interface

IDescribeRuntimeMapOptions

extends

{IRuntimeMapRequest}

Hierarchy

Index

Properties

Optional iconFormat

iconFormat: "PNG" | "PNG8" | "GIF" | "JPG"

The image format for requested icons

type

{("PNG" | "PNG8" | "GIF" | "JPG")}

memberof

IDescribeRuntimeMapOptions

Optional iconHeight

iconHeight: undefined | number

The height of requested icons

type

{number}

memberof

IDescribeRuntimeMapOptions

Optional iconWidth

iconWidth: undefined | number

The width of requested icons

type

{number}

memberof

IDescribeRuntimeMapOptions

Optional iconsPerScaleRange

iconsPerScaleRange: undefined | number

If requesting icons, the number of icons per scale range

type

{number}

memberof

IDescribeRuntimeMapOptions

mapname

mapname: string

The name of the runtime map

type

{string}

memberof

IRuntimeMapRequest

Optional requestedFeatures

requestedFeatures: number | RuntimeMapFeatureFlags.LayersAndGroups | RuntimeMapFeatureFlags.LayerIcons | RuntimeMapFeatureFlags.LayerFeatureSources

A bitmask of data to return about a runtime map

type

{(number | RuntimeMapFeatureFlags)}

memberof

IDescribeRuntimeMapOptions

session

session: string

The session id

type

{string}

memberof

ISessionBasedRequest

Generated using TypeDoc