Transforms a geometry.
input geometry
source spatial reference system
target spatial reference system
The transformed geometry (if input was an array, output will be an array of transformed geometries). The types of the geometries must stay the same.
A transformer strategy is an interface used by the CoordinateTransformer to forward the transformation to a specific implementation.
Example: Register custom strategy
In your manifest.json:
In your code (MyCustomTransformerStrategy.ts):