Package org.proj4
Wrappers for the PROJ library.
The
PJ class contains only native methods delegating their work to the PROJ library.
For higher-level methods making use of those native methods, see for example the
GeoAPI bindings for PROJ.- Since:
- 4.8
- Version:
- 5.1
-
Class Summary Class Description PJ Wraps the PROJPJnative data structure. -
Enum Summary Enum Description PJ.Type The coordinate reference system (CRS) type returned byPJ.getType(). -
Exception Summary Exception Description PJException Exception thrown when a call toPJ.transform(PJ, int, double[], int, int)failed.