ProjectionAdapter mixin

A projection adapter bundles forward and inverse projections.

Mixin Applications

Properties

forward Projection
Returns a projection that projects from sourceCrs to targetCrs.
no setter
hashCode int
The hash code for this object.
no setterinherited
inverse Projection
Returns a projection that projects from targetCrs to sourceCrs.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceCrs CoordRefSys
The source coordinate reference system (or projection), ie. CoordRefSys.CRS84.
no setter
targetCrs CoordRefSys
The target coordinate reference system (or projection), ie. CoordRefSys.EPSG_3857.
no setter

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