GeoTransform class Projections
Transforms are a generalization of projections.
Transform implement GeoProjection.stream and can be passed to GeoPath.transform. However, transform only implements a subset of the other projection methods, and represent arbitrary geometric transformations rather than projections from spherical to planar coordinates.
- Implementers
Constructors
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
-
stream(
GeoStream stream) → GeoStream -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited