Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OGCFeatureLayerProperties

Hierarchy

Index

Properties

Optional apiKey

apiKey: string

An authorization string used to access a resource or service.

Read more...

Optional blendMode

blendMode: "average" | "color-burn" | "color-dodge" | "color" | "darken" | "destination-atop" | "destination-in" | "destination-out" | "destination-over" | "difference" | "exclusion" | "hard-light" | "hue" | "invert" | "lighten" | "lighter" | "luminosity" | "minus" | "multiply" | "normal" | "overlay" | "plus" | "reflect" | "saturation" | "screen" | "soft-light" | "source-atop" | "source-in" | "source-out" | "vivid-light" | "xor"

Blend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.

Read more...

Optional collectionId

collectionId: string

The unique identifier of the collection on the server.

Read more...

Optional copyright

copyright: string

Copyright information for the layer.

Read more...

Optional customParameters

customParameters: any

A list of custom parameters appended to the URL of all resources fetched by the layer.

Read more...

Optional displayField

displayField: string

The name of the layer's primary display field.

Read more...

Optional effect

effect: string | any[]

Effect provides various filter functions that can be performed on the layer to achieve different visual effects similar to how image filters work.

Read more...

Optional elevationInfo

Specifies how graphics are placed on the vertical axis (z).

Read more...

Optional featureReduction

featureReduction: (FeatureReductionClusterProperties & { type: "cluster" }) | (FeatureReductionSelectionProperties & { type: "selection" })

Configures the method for reducing the number of point features in the view.

Read more...

Optional fields

fields: FieldProperties[]

An array of fields in the layer.

Read more...

Optional fullExtent

fullExtent: ExtentProperties

The full extent of the layer.

Read more...

Optional geometryType

geometryType: "polygon" | "point" | "multipoint" | "polyline"

The geometry type of features in the layer.

Read more...

Optional id

id: string

The unique ID assigned to the layer.

Read more...

Optional labelingInfo

labelingInfo: LabelClassProperties[]

The label definition for this layer, specified as an array of LabelClass.

Read more...

Optional labelsVisible

labelsVisible: boolean

Indicates whether to display labels for this layer.

Read more...

Optional legendEnabled

legendEnabled: boolean

Indicates whether the layer will be included in the legend.

Read more...

Optional listMode

listMode: "show" | "hide" | "hide-children"

Indicates how the layer should display in the LayerList widget.

Read more...

Optional maxScale

maxScale: number

The maximum scale (most zoomed in) at which the layer is visible in the view.

Read more...

Optional minScale

minScale: number

The minimum scale (most zoomed out) at which the layer is visible in the view.

Read more...

Optional objectIdField

objectIdField: string

The OGCFeatureLayer requires that each feature be uniquely identified with an object id.

Read more...

Optional opacity

opacity: number

The opacity of the layer.

Read more...

Optional popupEnabled

popupEnabled: boolean

Indicates whether to display popups when features in the layer are clicked.

Read more...

Optional popupTemplate

The popup template for the layer.

Read more...

Optional portalItem

The portal item from which the layer is loaded.

Read more...

Optional refreshInterval

refreshInterval: number

Refresh interval of the layer in minutes.

Read more...

Optional renderer

The renderer assigned to the layer.

Read more...

Optional title

title: string

The title of the layer used to identify it in places such as the LayerList widget.

Read more...

Optional url

url: string

The URL to the server.

Read more...

Optional visible

visible: boolean

Indicates if the layer is visible in the View.

Read more...

Generated using TypeDoc