Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PointCloudLayerProperties

Hierarchy

Index

Properties

Optional copyright

copyright: string

The copyright text as defined by the scene service.

Read more...

Optional elevationInfo

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

Read more...

Optional fields

fields: FieldProperties[]

An array of fields accessible in the layer.

Read more...

Optional filters

filters: ((PointCloudValueFilterProperties & { type: "value" }) | (PointCloudReturnFilterProperties & { type: "return" }))[]

An array of pointCloudFilters used to filter points.

Read more...

Optional fullExtent

fullExtent: ExtentProperties

The full extent of the layer.

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 Scene 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 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 popupEnabled

popupEnabled: boolean

Indicates whether to display popups when points 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 renderer

The renderer assigned to the layer.

Read more...

Optional spatialReference

spatialReference: SpatialReferenceProperties

The spatial reference of 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 of the REST endpoint of the layer or scene service.

Read more...

Optional visible

visible: boolean

Indicates if the layer is visible in the View.

Read more...

Generated using TypeDoc