GeoInfo class

Class to extract geographic information from a TiffImage.

Constructors

GeoInfo(TiffImage image, [String? prjWkt])
GeoInfo.fromValues(int width, int height, double xScale, double yScale, double xMin, double yMax, String? prjWkt)

Properties

cols int?
no setter
hashCode int
The hash code for this object.
no setterinherited
noValue double?
getter/setter pair
prjWkt String?
no setter
rows int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
srid int
no setter
worldEnvelope → Envelope
no setter
xRes double?
no setter
yRes double?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pixelToWorld(Coordinate src, Coordinate dest) → Coordinate?
pixelToWorldGeom(Geometry geom) → Geometry?
toString() String
A string representation of this object.
inherited
worldToPixel(Coordinate src, Coordinate dest) → Coordinate?
worldToPixelGeom(Geometry geom) → Geometry?

Operators

operator ==(Object other) bool
The equality operator.
inherited