程序包 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.- 从以下版本开始:
- 4.8
- 版本:
- 5.1
-
类概要 类 说明 PJ Wraps the PROJPJnative data structure. -
枚举概要 枚举 说明 PJ.Type The coordinate reference system (CRS) type returned byPJ.getType(). -
异常错误概要 异常错误 说明 PJException Exception thrown when a call toPJ.transform(PJ, int, double[], int, int)failed.