PointCloudLayer

constructor(item: Item)

Creates a point cloud layer from the specified portal item.

Since

200.1.0

Parameters

item

The point cloud layer item (only PortalItem are supported).

See also

PortalItem.PortalItem

(String)


constructor(uri: String)

Creates a point cloud layer with the specified service or package URI. If the specified URI is a portal item URL (see PortalItem.PortalItem for the supported URL formats), the underlying PortalItem will be created and accessible through Layer.item.

Since

200.1.0

Parameters

uri

The URL to a SceneServer REST endpoint or the path to a Scene Layer Package (.slpk) file.

See also

PortalItem.PortalItem

(String)