GeoImage class
A raster class representing a generic geoimage.
- Inheritance
-
- Object
- AbstractGeoImage
- GeoImage
Properties
- bands → int?
-
Get the number of bands.
no setteroverride
- geoInfo → GeoInfo?
-
Get the geoinformation object for the selected image.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → Image?
-
Get the image for the currnetly read
imageIndex
.no setteroverride -
imageBytes
→ List<
int> ? -
Get the image bytes for the currnetly read
imageIndex
.no setteroverride - 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.
override
-
hasTags(
) → bool -
Check if the image has tags (tiff tags).
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
[int? imageIndex]) → void -
Read the raster accessing the file.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited