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

GeoTransform.new({void point(GeoStream, num, num, [num?])?, void sphere(GeoStream)?, void lineStart(GeoStream)?, void lineEnd(GeoStream)?, void polygonStart(GeoStream)?, void polygonEnd(GeoStream)?})
Defines an arbitrary transform using the methods defined on the specified methods object.

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