|
JPROJ4
|
===================================================================================== More...
Data Structures | |
| class | LatLong |
| class representing a latitude longitude projection More... | |
| class | Others |
| class representing a generic projection, i.e. More... | |
| class | PJ |
| Wraps the Proj4 More... | |
| class | PJException |
| Exception thrown when a call to PJ#transform(PJ, int, double[], int, int) failed. More... | |
| class | Proj4 |
| This is the public test class to try the jproj api. More... | |
| interface | Proj4Factory |
| class | ProjectionData |
| class representing the dataset to be reprojected More... | |
| class | Projections |
| superclass of all the projections the main proj methods are held here More... | |
Wrappers for the Proj4 library.
FILE: LatLong.java
DESCRIPTION: class representing a latitude longitude projection
NOTES: — AUTHOR: Antonello Andrea EMAIL: andrea.antonello@hydrologis.com COMPANY: HydroloGIS / Engineering, University of Trento / CUDAM COPYRIGHT: Copyright (C) 2004 HydroloGIS / University of Trento / CUDAM, ITALY, GPL VERSION: $version$ CREATED OR MODIFIED: Oct 15, 2004
FILE: Others.java
DESCRIPTION: class representing a generic projection, i.e. with no particular preprocessing needs.
NOTES: — AUTHOR: Antonello Andrea EMAIL: andrea.antonello@hydrologis.com COMPANY: HydroloGIS / Engineering, University of Trento / CUDAM COPYRIGHT: Copyright (C) 2004 HydroloGIS / University of Trento / CUDAM, ITALY, GPL VERSION: $version$ CREATED OR MODIFIED: Oct 15, 2004
The org.proj4.PJ class contains only native methods delegating their work to the Proj.4 library. For higher-level methods making use of those native methods, see for example the GeoAPI bindings for Proj.4.
FILE: Proj4.java
DESCRIPTION:
NOTES: — AUTHOR: Antonello Andrea EMAIL: andrea.antonello@hydrologis.com COMPANY: HydroloGIS / Engineering, University of Trento / CUDAM COPYRIGHT: Copyright (C) 2004 HydroloGIS / University of Trento / CUDAM, ITALY, GPL VERSION: $version$ CREATED OR MODIFIED: Oct 15, 2004
FILE: Proj4Factory.java
DESCRIPTION:
NOTES: — AUTHOR: Antonello Andrea EMAIL: andrea.antonello@hydrologis.com COMPANY: HydroloGIS / Engineering, University of Trento / CUDAM COPYRIGHT: Copyright (C) 2004 HydroloGIS / University of Trento / CUDAM, ITALY, GPL VERSION: $version$ CREATED OR MODIFIED: Oct 21, 2004
FILE: DataToProject.java
DESCRIPTION: class representing the dataset to be reprojected
NOTES: — AUTHOR: Antonello Andrea EMAIL: andrea.antonello@hydrologis.com COMPANY: HydroloGIS / Engineering, University of Trento / CUDAM COPYRIGHT: Copyright (C) 2004 HydroloGIS / University of Trento / CUDAM, ITALY, GPL VERSION: $version$ CREATED OR MODIFIED: Oct 18, 2004
FILE: Projections.java
DESCRIPTION:
NOTES: — AUTHOR: Antonello Andrea EMAIL: andrea.antonello@hydrologis.com COMPANY: HydroloGIS / Engineering, University of Trento / CUDAM COPYRIGHT: Copyright (C) 2004 HydroloGIS / University of Trento / CUDAM, ITALY, GPL VERSION: $version$ CREATED OR MODIFIED: Oct 15, 2004
1.8.7