DiscreteField class final
Discrete integer values associated with each point across a two-dimensional (x, y) extent.
Discrete fields are sometimes called thematic, categorical, or discontinuous data. They most often represent objects with known and definable boundaries. A lake is a discrete object within the surrounding landscape. Where the water's edge meets the land can be definitively established. Other examples of discrete objects include buildings, roads, and parcels. Discrete objects are usually nouns.
Examples of discrete fields include:
- Land classification
- Boundaries
- Parcels
- Zoning
- Implemented types
Properties
Methods
-
exportToFiles(
{required Uri outputDirectory, required String filenamesPrefix}) → Future< List< Uri> > - Export the DiscreteField to files in geoTIFF format.
-
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
Static Methods
-
createFromFiles(
{required List< Uri> filePaths, required int band, SpatialReference? spatialReference}) → Future<DiscreteField> - Creates a discrete field from one or more raster files.