- getAxisDirections() - Method in class PJ
-
Returns an array of character indicating the direction of each axis.
- getDefinition() - Method in class PJ
-
Returns the Proj4 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 √((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 Proj4 library.