Constructor OrientedImageryLayer
OrientedImageryLayer(ArcGISFeatureTable)
Initializes a new instance of the OrientedImageryLayer class from a feature table containing oriented imagery data.
Declaration
public OrientedImageryLayer(ArcGISFeatureTable featureTable)
Parameters
| Type | Name | Description |
|---|---|---|
| ArcGISFeatureTable | featureTable | The feature table containing point features representing camera locations, with attributes that define imagery metadata and camera characteristics. |
Remarks
If the feature table does not contain oriented imagery data, the layer will fail to load. LayerInfo and ServiceType can be checked to verify the feature type before attempting to create a OrientedImageryLayer.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |
OrientedImageryLayer(PortalItem, long)
Initializes a new instance of the OrientedImageryLayer class from a feature service portal item.
Declaration
public OrientedImageryLayer(PortalItem portalItem, long layerId)
Parameters
| Type | Name | Description |
|---|---|---|
| PortalItem | portalItem | The feature service PortalItem. |
| long | layerId | The layer id for which to create the layer. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |
OrientedImageryLayer(Uri)
Initializes a new instance of the OrientedImageryLayer class with a URL.
Declaration
public OrientedImageryLayer(Uri url)
Parameters
| Type | Name | Description |
|---|---|---|
| Uri | url | The URL of an individual layer in an ArcGIS map or feature service. |
Remarks
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.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |