OrientedImageryLayer class final

A layer that can visualize point feature data with additional properties that support the oriented imagery workflow.

Oriented imagery enables the use of nontraditional images in ArcGIS as described in the ArcGIS Pro "Introduction to oriented imagery". Each image includes location, orientation, and camera metadata that link image pixels to map locations. Supported imagery includes street-level, mobile, oblique, close-range, and 360-degree images.

An oriented imagery layer stores the locations where each image was acquired, the path to the image file, and the key metadata required to visualize the imagery within a map or scene. The layer is composed of point features representing camera locations, along with attributes that define image metadata and additional information about the real-world feature it represents.

The oriented imagery layer supports feature selection and identify operations in a map view or scene view.

Inheritance
Implemented types

Constructors

OrientedImageryLayer(ArcGISFeatureTable featureTable)
Creates a new oriented imagery layer object from a feature table containing oriented imagery data.
factory
OrientedImageryLayer.withPortalItem(PortalItem portalItem, {required int layerId})
Creates a new oriented imagery layer object from a feature service portal item.
factory
OrientedImageryLayer.withUrl(Uri uri)
Creates a new oriented imagery layer object with a URL.
factory

Properties

attribution String
The attribution text for the layer.
no setterinherited
canChangeVisibility bool
A flag indicating whether the layer content's visibility can be changed.
no setterinherited
definitionExpression String
A SQL expression which limits the features available for query and display on the oriented imagery layer.
getter/setter pair
description String
The description for the layer.
getter/setter pairinherited
displayFilterDefinition DisplayFilterDefinition?
Defines how features are filtered from the display.
getter/setter pair
featureTable ArcGISFeatureTable?
The feature table associated with the layer.
no setter
fullExtent Envelope?
The full extent of this layer, which is the extent where all layer data is contained.
no setterinherited
fullTimeExtent TimeExtent?
The full time extent of the layer.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifying string for the layer, as specified in a map or scene.
getter/setter pairinherited
isIdentifyEnabled bool
True if the layer supports identify, false otherwise.
no setterinherited
isPopupEnabled bool
A flag indicating whether the PopupDefinition defined on the PopupSource is enable / disable.
getter/setter pairoverride
isTimeFilteringEnabled bool
True if the layer filters data based on its GeoViewController.timeExtent, false otherwise.
getter/setter pairoverride
isVisible bool
The layer content's visibility.
getter/setter pairinherited
item Item?
The item the layer has been created from.
no setterinherited
labelDefinitions List<LabelDefinition>
The collection of LabelDefinition objects that define how labels are displayed.
no setter
labelsEnabled bool
True if features in the layer are labeled, otherwise false.
getter/setter pair
layerId int
The layer ID in the feature service.
no setter
loadError ArcGISException?
The load error.
no setterinherited
loadStatus LoadStatus
The load status.
no setterinherited
maxScale double
The maximum scale for the layer.
getter/setter pairinherited
minScale double
The minimum scale for the layer.
getter/setter pairinherited
name String
The layer content's name.
getter/setter pairinherited
onFullTimeExtentChanged Stream<TimeExtent?>
Sets the callback invoked when the full time extent of the object has changed.
no setteroverride
onLoadStatusChanged Stream<LoadStatus>
A stream that reports changes to the LoadStatus.
no setterinherited
onSubLayerContentChanged Stream<List<LayerContent>>
Callback invoked when the sublayer content of the layer content have changed.
no setterinherited
onVisibilityChanged Stream<bool>
Callback invoked when the visibility of the layer changes.
no setterinherited
opacity double
The opacity for the layer.
getter/setter pairinherited
popupDefinition PopupDefinition?
The pop-up definition.
getter/setter pairoverride
refreshInterval int
The objects refresh interval.
getter/setter pair
renderer Renderer?
The renderer specifies how the features are symbolized.
getter/setter pair
renderingMode FeatureRenderingMode
The mode defines how the oriented imagery layer is rendered.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleSymbols bool
True if the layer's symbols and labels honor the map's reference scale, otherwise false.
getter/setter pair
sceneProperties LayerSceneProperties
Properties that are applied when the layer is rendered in a 3D scene using an ArcGISSceneViewController object.
getter/setter pair
showInLegend bool
A flag indicating whether the layer content participates in the legend.
getter/setter pairinherited
spatialReference SpatialReference?
The spatial reference of the layer.
no setterinherited
subLayerContents List<LayerContent>
The sub layer contents of a layer content.
no setterinherited
supportsTimeFiltering bool
True if the layer supports filtering data based on its time values, false otherwise.
no setteroverride
tilingMode FeatureTilingMode
The mode defines whether feature tiling is used to retrieve the features from the feature service.
getter/setter pair
timeInterval TimeValue?
The suggested time slider step size for this time aware layer.
no setteroverride
timeOffset TimeValue?
The amount of time by which the temporal values of this layer's data points are offset when displaying it in a GeoViewController.
getter/setter pairoverride
uri Uri?
The URL of the oriented imagery layer.
no setter

Methods

cancelLoad() → void
Cancels loading metadata for the object.
inherited
clearSelection() → void
Clears the list of selected features and clears the visible selection halos from the map or scene view.
clone() Layer
Clones this instance of the layer and its members.
inherited
fetchLegendInfos() Future<List<LegendInfo>>
Fetches the list of legend info.
inherited
getSelectedFeatures() Future<FeatureQueryResult>
Returns a list of the currently selected features.
isVisibleAtScale(double scale) bool
Returns the layer content's effective visibility at the specified scale.
inherited
load() Future<void>
Loads the metadata for the object asynchronously.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retryLoad() Future<void>
Loads or retries loading metadata for the object asynchronously.
inherited
selectFeature(Feature feature) → void
Selects the given feature and adds it to the current list of selected features.
selectFeatures(List<Feature> features) → void
Selects the given features and adds them to the current list of selected features.
selectFeaturesWithQuery({required QueryParameters parameters, required SelectionMode mode}) Future<FeatureQueryResult>
Selects the features that match the criteria in the QueryParameters object and adds them to the current list of selected features.
toString() String
A string representation of this object.
inherited
unselectFeature(Feature feature) → void
Unselects the given feature and removes it from the current list of selected features.
unselectFeatures(List<Feature> features) → void
Unselects the given features and removes them from the current list of selected features.

Operators

operator ==(Object other) bool
The equality operator.
inherited