MosaicDatasetRaster class final
The mosaic dataset object which is derived from a raster object.
Constructors
- MosaicDatasetRaster({required Uri databaseUri, required String name})
-
Creates a mosaic dataset raster.
factory
- MosaicDatasetRaster.createWithDatabaseUri({required Uri databaseUri, required String name, SpatialReference? spatialReference})
-
Creates a mosaic dataset raster with the specified database path, name,
and the desired spatial reference.
factory
- MosaicDatasetRaster.createWithGeodatabase({required Geodatabase geodatabase, required String name, SpatialReference? spatialReference})
-
Creates a mosaic dataset raster with input geodatabase, name, and the
desired spatial reference.
factory
Properties
- fileUri → Uri?
-
The path in a raster object.
no setterinherited
- function → RasterFunction?
-
Raster function in a raster object.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- loadError → ArcGISException?
-
The load error.
no setterinherited
- loadStatus → LoadStatus
-
The load status.
no setterinherited
-
onLoadStatusChanged
→ Stream<
LoadStatus> -
A stream that reports changes to the LoadStatus.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addRasters(
{required AddRastersParameters parameters}) → Future< void> - Adds rasters to mosaic dataset raster.
-
cancelLoad(
) → void -
Cancels loading metadata for the object.
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited