D F G O P T V 
所有类 所有程序包

D

DIMENSION_MAX - 类 中的静态变量PJ
The maximal number of dimension accepted by the PJ.transform(PJ, int, double[], int, int) method.

F

finalize() - 类 中的方法PJ
Deallocates the native PJ data structure.

G

GEOCENTRIC - PJ.Type
The CRS is of type org.opengis.referencing.crs.GeocentricCRS.
GEOGRAPHIC - PJ.Type
The CRS is of type org.opengis.referencing.crs.GeographicCRS.
getAxisDirections() - 类 中的方法PJ
Returns an array of character indicating the direction of each axis.
getDefinition() - 类 中的方法PJ
Returns the PROJ definition string.
getEccentricitySquared() - 类 中的方法PJ
Returns the square of the ellipsoid eccentricity (ε²).
getGreenwichLongitude() - 类 中的方法PJ
Longitude of the prime meridian measured from the Greenwich meridian, positive eastward.
getLastError() - 类 中的方法PJ
Returns a description of the last error that occurred, or null if none.
getLinearUnitToMetre(boolean) - 类 中的方法PJ
Returns the conversion factor from the linear units to metres.
getSemiMajorAxis() - 类 中的方法PJ
Returns the value stored in the a_orig PJ field.
getSemiMinorAxis() - 类 中的方法PJ
Returns the value computed from PJ fields by √((a_orig)² × (1 - es_orig)).
getType() - 类 中的方法PJ
Returns the Coordinate Reference System type.
getVersion() - 类 中的静态方法PJ
Returns the version number of the PROJ library.

O

org.proj4 - 程序包 org.proj4
Wrappers for the PROJ library.

P

PJ - org.proj4中的类
Wraps the PROJ PJ native data structure.
PJ(String) - 类 的构造器PJ
Creates a new PJ structure from the given PROJ definition string.
PJ(PJ, PJ.Type) - 类 的构造器PJ
Creates a new PJ structure derived from an existing PJ object.
PJ.Type - org.proj4中的枚举
The coordinate reference system (CRS) type returned by PJ.getType().
PJException - org.proj4中的异常错误
Exception thrown when a call to PJ.transform(PJ, int, double[], int, int) failed.
PJException() - 异常错误 的构造器PJException
Constructs a new exception with no message.
PJException(String) - 异常错误 的构造器PJException
Constructs a new exception with the given message.
PROJECTED - PJ.Type
The CRS is of type org.opengis.referencing.crs.ProjectedCRS.

T

toString() - 类 中的方法PJ
Returns the string representation of the PJ structure.
transform(PJ, int, double[], int, int) - 类 中的方法PJ
Transforms in-place the coordinates in the given array.

V

valueOf(String) - 枚举 中的静态方法PJ.Type
返回带有指定名称的该类型的枚举常量。 字符串必须与用于声明该类型的枚举常量的 标识符完全匹配。(不允许有多余 的空格字符。)
values() - 枚举 中的静态方法PJ.Type
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。该方法可用于迭代 常量, 如下所示:
for (PJ.Type c : PJ.Type.values())
    System.out.println(c);
D F G O P T V 
所有类 所有程序包