GeoprocessingRaster class final

A raster input or output parameter.

Corresponds to GPRasterData and GPRasterDataLayer parameter types on the service.

Inheritance

Constructors

GeoprocessingRaster(Uri? uri, {String format = ''})
Create a geoprocessing date parameter with the given URL and image format.
factory

Properties

format String
The image format of this parameter.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputFileUri Uri?
The input file path of this parameter. This should be the location on disk of a file that will be uploaded to the server that the geoprocessing task will run on.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uploadId String
The upload item id of this parameter. This should be the item id of an item in the geoprocessing service's uploads resource.
getter/setter pairinherited
uri Uri?
The URL of this parameter. This will be the location of the data file for an input parameter.
getter/setter pairinherited

Methods

fetchFile(Uri fileUri) Future<Uri>
Fetches the data file at the URL in the GeoprocessingDataFile.uri property.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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