AbstractGeoImage class abstract
Abstract class for regular grid rasters.
- Implementers
Constructors
Properties
- bands → int?
-
Get the number of bands.
no setter
- geoInfo → GeoInfo?
-
Get the geoinformation object for the selected image.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → Image?
-
Get the image for the currnetly read
imageIndex
.no setter -
imageBytes
→ List<
int> ? -
Get the image bytes for the currnetly read
imageIndex
.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getTag(
int key) → List< int> ? - Get the tag values for a given tag key.
-
hasTags(
) → bool - Check if the image has tags (tiff tags).
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
[int imageIndex]) → void - Read the raster accessing the file.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited