Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubtypeGroupLayerProperties

Hierarchy

Index

Properties

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 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 definitionExpression

definitionExpression: string

The SQL where clause used to filter features on the client.

Read more...

Optional displayField

displayField: string

The name of the layer's primary display field.

Read more...

Optional editingEnabled

editingEnabled: boolean

Determines if the layer is editable.

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 features are placed on the vertical axis (z).

Read more...

Optional fields

fields: FieldProperties[]

An array of fields in the layer.

Read more...

Optional floorInfo

When a feature layer is configured as floor-aware, it has a floorInfo property defined.

Read more...

Optional formTemplate

The associated template used in an associated layer's FeatureForm.

Read more...

Optional fullExtent

fullExtent: ExtentProperties

The full extent of the layer.

Read more...

Optional gdbVersion

gdbVersion: string

The version of the geodatabase of the feature service data.

Read more...

Optional geometryType

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

The geometry type of features in the layer.

Read more...

Optional hasM

hasM: boolean

Indicates whether the client-side features in the layer have M (measurement) values.

Read more...

Optional hasZ

hasZ: boolean

Indicates whether the client-side features in the layer have Z (elevation) values.

Read more...

Optional historicMoment

historicMoment: DateProperties

The historic moment to query.

Read more...

Optional id

id: string

The unique ID assigned to the layer.

Read more...

Optional layerId

layerId: number

The layer ID, or layer index, of a Feature Service 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 name of an oid field containing a unique value or identifier for each feature in the layer.

Read more...

Optional opacity

opacity: number

The opacity of the layer.

Read more...

Optional outFields

outFields: string[]

An array of field names from the service to include with each feature.

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 returnM

returnM: boolean

When true, indicates that M values will be returned.

Read more...

Optional returnZ

returnZ: boolean

When true, indicates that z-values will always be returned.

Read more...

Optional screenSizePerspectiveEnabled

screenSizePerspectiveEnabled: boolean

Apply perspective scaling to screen-size point symbols in a SceneView.

Read more...

Optional sourceJSON

sourceJSON: any

The feature service's metadata JSON exposed by the ArcGIS REST API.

Read more...

Optional spatialReference

spatialReference: SpatialReferenceProperties

The spatial reference of the layer.

Read more...

Optional sublayers

A Collection of SubtypeSublayer objects that allow you to alter the properties of one or more sublayers of the SubtypeGroupLayer.

Read more...

Optional subtypeField

subtypeField: string

The name of the SubtypeGroupLayer's subtype field.

Read more...

Optional timeExtent

The layer's time extent.

Read more...

Optional timeInfo

TimeInfo provides information such as date fields that store start and end time for each feature and the fullTimeExtent for the layer.

Read more...

Optional timeOffset

A temporary offset of the time data based on a certain TimeInterval.

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 typeIdField

typeIdField: string

The name of the field holding the type ID or subtypes for the features.

Read more...

Optional url

url: string

The URL of the REST endpoint of the layer, non-spatial table or service.

Read more...

Optional useViewTime

useViewTime: boolean

Determines if the layer will update its temporal data based on the view's timeExtent.

Read more...

Optional visible

visible: boolean

Indicates if the layer is visible in the View.

Read more...

Generated using TypeDoc