Returns a WKT representation of the transform of this Projection. This is the transform that converts from projected coordinates to the base coordinate system.
Usage | Returns |
---|---|
Projection.transform() | String |
Argument | Type | Details |
---|---|---|
this: projection | Projection |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!