Optional
options: anySet a custom transform method between two projections. Use this method in cases where the proj4js lib is not available or where custom projections need to be handled.
Get the string SRS code.
Get the units string for the projection -- returns null if proj4js is not available.
A null transformation useful for defining projection aliases when proj4js is not available:
Transform a point coordinate from one projection to another. Note that the input point is transformed in place.
Transform a point coordinate from one projection to another. Note that the input point is transformed in place.
This class offers several methods for interacting with a wrapped pro4js projection object.