OrientedImageryLayer

constructor(featureTable: ArcGISFeatureTable)

Creates a new oriented imagery layer object from a feature table containing oriented imagery data. If the feature table does not contain oriented imagery data, the layer will fail to load. ArcGISFeatureTable.layerInfo and ArcGISFeatureLayerInfo.featureServiceType can be checked to verify the feature type before attempting to create an OrientedImageryLayer.

Since

300.0.0

Parameters

featureTable

The feature table containing point features representing camera locations, with attributes that define imagery metadata and camera characteristics.


constructor(portalItem: PortalItem, layerId: Long)

Creates a new oriented imagery layer object from a feature service portal item.

Since

300.0.0

Parameters

portalItem

The feature service PortalItem.

layerId

The layer id for which to create the layer.


constructor(url: String)

Creates a new oriented imagery layer object with a URL. The layer will fail to load if the specified URL is not a valid oriented imagery layer endpoint. A valid oriented imagery layer is a feature service layer whose type is "Oriented Imagery Layer" and that includes the required oriented imagery metadata in the layer-level orientedImageryInfo property.

Since

300.0.0

Parameters

url

The URL of an individual layer in an ArcGIS map or feature service.