D F G O P T V
D
- DIMENSION_MAX - Static variable in class PJ
-
The maximal number of dimension accepted by the
PJ.transform(PJ, int, double[], int, int)
method.
F
- finalize() - Method in class PJ
-
Deallocates the native PJ data structure.
G
- GEOCENTRIC - PJ.Type
-
The CRS is of type
GeocentricCRS
. - GEOGRAPHIC - PJ.Type
-
The CRS is of type
GeographicCRS
. - getAxisDirections() - Method in class PJ
-
Returns an array of character indicating the direction of each axis.
- getDefinition() - Method in class PJ
-
Returns the PROJ definition string.
- getEccentricitySquared() - Method in class PJ
-
Returns the square of the ellipsoid eccentricity (ε²).
- getGreenwichLongitude() - Method in class PJ
-
Longitude of the prime meridian measured from the Greenwich meridian, positive eastward.
- getLastError() - Method in class PJ
-
Returns a description of the last error that occurred, or
null
if none. - getLinearUnitToMetre(boolean) - Method in class PJ
-
Returns the conversion factor from the linear units to metres.
- getSemiMajorAxis() - Method in class PJ
-
Returns the value stored in the
a_orig
PJ field. - getSemiMinorAxis() - Method in class PJ
-
Returns the value computed from PJ fields by
\u221a((a_orig)² × (1 - es_orig))
. - getType() - Method in class PJ
-
Returns the Coordinate Reference System type.
- getVersion() - Static method in class PJ
-
Returns the version number of the PROJ library.
O
P
- PJ - Class in org.proj4
-
Wraps the PROJ
PJ
native data structure. - PJ(String) - Constructor for class PJ
-
Creates a new
PJ
structure from the given PROJ definition string. - PJ(PJ, PJ.Type) - Constructor for class PJ
-
Creates a new
PJ
structure derived from an existingPJ
object. - PJ.Type - Enum in org.proj4
-
The coordinate reference system (CRS) type returned by
PJ.getType()
. - PJException - Exception in org.proj4
-
Exception thrown when a call to
PJ.transform(PJ, int, double[], int, int)
failed. - PJException() - Constructor for exception PJException
-
Constructs a new exception with no message.
- PJException(String) - Constructor for exception PJException
-
Constructs a new exception with the given message.
- PROJECTED - PJ.Type
-
The CRS is of type
ProjectedCRS
.
T
- toString() - Method in class PJ
-
Returns the string representation of the PJ structure.
- transform(PJ, int, double[], int, int) - Method in class PJ
-
Transforms in-place the coordinates in the given array.
V
- valueOf(String) - Static method in enum PJ.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum PJ.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.