JPROJ4
Data Structures
Package org.proj4

===================================================================================== 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...
 

Detailed Description

Wrappers for the Proj4 library.

FILE: LatLong.java

DESCRIPTION: class representing a latitude longitude projection

NOTES: — AUTHOR: Antonello Andrea EMAIL: andre.nosp@m.a.an.nosp@m.tonel.nosp@m.lo@h.nosp@m.ydrol.nosp@m.ogis.nosp@m..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

REVISION: —

FILE: Others.java

DESCRIPTION: class representing a generic projection, i.e. with no particular preprocessing needs.

NOTES: — AUTHOR: Antonello Andrea EMAIL: andre.nosp@m.a.an.nosp@m.tonel.nosp@m.lo@h.nosp@m.ydrol.nosp@m.ogis.nosp@m..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

REVISION: —

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.

Author
Martin Desruisseaux (Geomatys)

FILE: Proj4.java

DESCRIPTION:

NOTES: — AUTHOR: Antonello Andrea EMAIL: andre.nosp@m.a.an.nosp@m.tonel.nosp@m.lo@h.nosp@m.ydrol.nosp@m.ogis.nosp@m..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

REVISION: —

FILE: Proj4Factory.java

DESCRIPTION:

NOTES: — AUTHOR: Antonello Andrea EMAIL: andre.nosp@m.a.an.nosp@m.tonel.nosp@m.lo@h.nosp@m.ydrol.nosp@m.ogis.nosp@m..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

REVISION: —

FILE: DataToProject.java

DESCRIPTION: class representing the dataset to be reprojected

NOTES: — AUTHOR: Antonello Andrea EMAIL: andre.nosp@m.a.an.nosp@m.tonel.nosp@m.lo@h.nosp@m.ydrol.nosp@m.ogis.nosp@m..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

REVISION: —

FILE: Projections.java

DESCRIPTION:

NOTES: — AUTHOR: Antonello Andrea EMAIL: andre.nosp@m.a.an.nosp@m.tonel.nosp@m.lo@h.nosp@m.ydrol.nosp@m.ogis.nosp@m..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

REVISION: —