Class | Description |
---|---|
PJ |
Wraps the Proj4
PJ native data structure. |
Enum | Description |
---|---|
PJ.Type |
The coordinate reference system (CRS) type returned by
PJ.getType() . |
Exception | Description |
---|---|
PJException |
Exception thrown when a call to
PJ.transform(PJ, int, double[], int, int) failed. |
PJ
class contains only native methods delegating their work to the Proj.4 library.
For higher-level methods making use of those native methods, see for example the
GeoAPI bindings for Proj.4.