Oriented Imagery Layer
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
The feature table containing point features representing camera locations, with attributes that define imagery metadata and camera characteristics.
Creates a new oriented imagery layer object from a feature service portal item.
Since
300.0.0
Parameters
The feature service PortalItem.
The layer id for which to create the layer.
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
The URL of an individual layer in an ArcGIS map or feature service.