Proj class

Constructors

Proj()

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 Properties

EPSG3857 → Projection
final
EPSG3857_INT int
final
EPSG4326 → Projection
final
EPSG4326_INT int
final

Static Methods

fromSrid(int srid) → Projection?
transform(Projection from, Projection to, Point point) → Point
transformEnvelope(Projection from, Projection to, Envelope envelope) → Envelope
transformEnvelopeToWgs84(Projection from, Envelope envelope) → Envelope
transformToWgs84(Projection from, Point point) → Point