GeoimageUtils class

Constructors

GeoimageUtils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

getPrjFile(String imagePath, {bool alsoIfNotExists = false}) String?
getPrjWkt(String imagePath) String?
getWorldFile(String imagePath) String?
isAsc(String imagePath) bool
isGeoImage(String? path) bool
Checks if the supplied path refers to a GeoImage format, basing on the file extension.
isGeoRaster(String? path) bool
Checks if the supplied path refers to a GeoRaster format, basing on the file extension.
isTiff(String imagePath) bool
parseWorldFile(String imagePath, int width, int height) List<double>?
readFileToList(String filePath) List<String>

Constants

ASC_EXT → const String
doubleNovalue → const double
intNovalue → const int
JPG_EXT → const String
JPG_WLD_EXT → const String
PNG_EXT → const String
PNG_WLD_EXT → const String
TIF_EXT → const String
TIF_WLD_EXT → const String
TIFF_EXT → const String