GeoprocessingDataFile class final

A data file input or output parameter.

Corresponds to GPDataFile parameter type on the service.

Inheritance
Implementers

Constructors

GeoprocessingDataFile([Uri? uri])
Create a geoprocessing data parameter with the given URL.
factory

Properties

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 pair
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 pair
uri Uri?
The URL of this parameter. This will be the location of the data file for an input parameter.
getter/setter pair

Methods

fetchFile(Uri fileUri) Future<Uri>
Fetches the data file at the URL in the GeoprocessingDataFile.uri property.
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