Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SceneViewProperties

Hierarchy

Index

Properties

Optional allLayerViews

Collection containing a flat list of all the created LayerViews related to the basemap, operational layers, and group layers in this view.

Read more...

Optional alphaCompositingEnabled

alphaCompositingEnabled: boolean

Allows the view to be partially or fully transparent when composited with the webpage elements behind it.

Read more...

Optional animation

Represents an ongoing view animation initialized by goTo().

Read more...

Optional basemapView

Represents the view for a single basemap after it has been added to the map.

Read more...

Optional breakpoints

A convenience property used for defining the breakpoints on the height and width of the view.

Read more...

Optional camera

The observation point from which the visible portion (or perspective) of the SceneView is determined.

Read more...

Optional center

center: number[] | (PointProperties & { type: "point" })

Represents the view's center point; when setting the center you may pass a Point instance or an array of numbers representing at longitude/latitude pair ([-100.4593, 36.9014]).

Read more...

Optional clippingArea

clippingArea: ExtentProperties

Represents an optional clipping area used to define the visible extent of a local scene.

Read more...

Optional constraints

Specifies constraints for Camera tilt and altitude that may be applied to the SceneView.

Read more...

Optional container

container: string | HTMLDivElement

The id or node representing the DOM element containing the view.

Read more...

Optional environment

Specifies various properties of the environment's visualization in the view.

Read more...

Optional extent

The extent represents the visible portion of a map within the view as an instance of Extent.

Read more...

Optional fatalError

fatalError: Error

A fatal error returned when the view loses its WebGL context.

Read more...

Optional floors

floors: CollectionProperties<string>

Applies a display filter on the view for a specific set of floor levels.

Read more...

Optional graphics

Allows for adding graphics directly to the default graphics in the View.

Read more...

Optional heightBreakpoint

heightBreakpoint: "small" | "medium" | "large" | "xsmall" | "xlarge"

A convenience property indicating the general size of the view's height.

Read more...

Optional highlightOptions

Options for configuring the highlight.

Read more...

Optional layerViews

A collection containing a hierarchical list of all the created LayerViews of the operational layers in the map.

Read more...

Optional map

An instance of a Map object to display in the view.

Read more...

Optional navigation

Options to configure the navigation behavior of the View.

Read more...

Optional padding

padding: ViewPadding

Use the padding property to make the center, and extent, etc.

Read more...

Optional popup

A Popup object that displays general content or attributes from layers in the map.

Read more...

Optional qualityProfile

qualityProfile: "medium" | "low" | "high"

SceneView can draw scenes in three different quality modes: high, medium and low.

Read more...

Optional scale

scale: number

Represents an approximation of the map scale at the center of the view.

Read more...

Optional spatialReference

spatialReference: SpatialReferenceProperties

The spatial reference of the view.

Read more...

Optional timeExtent

The view's time extent.

Read more...

Optional ui

Exposes the default widgets available in the view and allows you to toggle them on and off.

Read more...

Optional viewingMode

viewingMode: "local" | "global"

The viewing mode (local or global).

Read more...

Optional viewpoint

Represents the current view as a Viewpoint or point of observation on the view.

Read more...

Optional widthBreakpoint

widthBreakpoint: "small" | "medium" | "large" | "xsmall" | "xlarge"

A convenience property indicating the general size of the view's width.

Read more...

Optional zoom

zoom: number

Represents the level of detail (LOD) at the center of the view.

Read more...

Generated using TypeDoc