This class offers several methods for interacting with a wrapped pro4js projection object.
Set 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.
string
Get the units string for the projection -- returns null if proj4js is not available.
string
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.
Object
Transform a point coordinate from one projection to another. Note that the input point is transformed in place.
Object