deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

Uses of Package
org.deegree.crs.coordinatesystems

Packages that use org.deegree.crs.coordinatesystems
org.deegree.commons.utils   
org.deegree.coverage.raster Provides for simple and complex raster (grid coverages). 
org.deegree.coverage.raster.io.imageio This package contains ImageIO based raster reader and writer. 
org.deegree.crs The org.deegree.crs package contains all necessities to transform and project coordinates form one coordinates system into another. 
org.deegree.crs.configuration The org.deegree.crs.configuraton package contains the classes necessary to read crs-definitions from a specified backend ( database or xml-file). 
org.deegree.crs.configuration.deegree.db   
org.deegree.crs.configuration.deegree.xml   
org.deegree.crs.configuration.deegree.xml.om   
org.deegree.crs.configuration.deegree.xml.stax.parsers   
org.deegree.crs.configuration.gml   
org.deegree.crs.configuration.proj4   
org.deegree.crs.configuration.resources   
org.deegree.crs.coordinatesystems The coordinatesystems package holds the different coordinatesystems used by the org.deegree.crs packages. 
org.deegree.crs.exceptions The exception package holds the exceptions which can be used for all crs-transforms and projections. 
org.deegree.crs.projections A map projection create a 2D view of the 3D-Object 'earth', by doing so, some information is inevitably lost. 
org.deegree.crs.projections.azimuthal Azimuthal projections use a plane to project the earth onto. 
org.deegree.crs.projections.conic Conic projections use a cone (hence it's name) to project a region of the earth. 
org.deegree.crs.projections.cylindric Cylindrical projections use a cylinder (may it be oblique or not) to create projection of a region of the earth. 
org.deegree.crs.transformations A Transformation can be defined as an mathematical operation which transforms some values into other values using a specified function. 
org.deegree.crs.transformations.coordinate Coordinate Transformations allow the chaining of operations to map coordinates of one coordinate systems onto a coordinate valid in another coordinate system. 
org.deegree.crs.transformations.helmert A Transformation can be defined as an mathematical operation which transforms some values into other values using a specified function. 
org.deegree.crs.transformations.ntv2   
org.deegree.crs.transformations.polynomial A Transformation can be defined as an mathematical operation which transforms some values into other values using a specified function. 
org.deegree.geometry   
org.deegree.gml   
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.commons.utils
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.coverage.raster
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.coverage.raster.io.imageio
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.configuration
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.configuration.deegree.db
CompoundCRS
          A CompoundCRS is a GeographicCRS with a third axis (the height axis) attached.
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
GeocentricCRS
          A GeocentricCRS is a coordinatesystem having three axis and a mass point defined to be equivalent to earths center.
GeographicCRS
          The GeographicCoordinateSystem (in epsg aka Geodetic CRS) is a two dimensional crs with axis of lat-lon.
ProjectedCRS
          A ProjectedCRS is a coordinatesystem defined with a projection and a geographic crs.
VerticalCRS
          The VerticalCRS represents a crs based on one axis only, typically this crs is used as an extension on an already present crs, and adds a 'heightaxis' to the original crs.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.configuration.deegree.xml
CompoundCRS
          A CompoundCRS is a GeographicCRS with a third axis (the height axis) attached.
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
GeocentricCRS
          A GeocentricCRS is a coordinatesystem having three axis and a mass point defined to be equivalent to earths center.
GeographicCRS
          The GeographicCoordinateSystem (in epsg aka Geodetic CRS) is a two dimensional crs with axis of lat-lon.
ProjectedCRS
          A ProjectedCRS is a coordinatesystem defined with a projection and a geographic crs.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.configuration.deegree.xml.om
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
GeographicCRS
          The GeographicCoordinateSystem (in epsg aka Geodetic CRS) is a two dimensional crs with axis of lat-lon.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.configuration.deegree.xml.stax.parsers
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
GeographicCRS
          The GeographicCoordinateSystem (in epsg aka Geodetic CRS) is a two dimensional crs with axis of lat-lon.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.configuration.gml
CompoundCRS
          A CompoundCRS is a GeographicCRS with a third axis (the height axis) attached.
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
GeographicCRS
          The GeographicCoordinateSystem (in epsg aka Geodetic CRS) is a two dimensional crs with axis of lat-lon.
VerticalCRS
          The VerticalCRS represents a crs based on one axis only, typically this crs is used as an extension on an already present crs, and adds a 'heightaxis' to the original crs.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.configuration.proj4
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
GeographicCRS
          The GeographicCoordinateSystem (in epsg aka Geodetic CRS) is a two dimensional crs with axis of lat-lon.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.configuration.resources
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
GeographicCRS
          The GeographicCoordinateSystem (in epsg aka Geodetic CRS) is a two dimensional crs with axis of lat-lon.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.coordinatesystems
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
GeocentricCRS
          A GeocentricCRS is a coordinatesystem having three axis and a mass point defined to be equivalent to earths center.
GeographicCRS
          The GeographicCoordinateSystem (in epsg aka Geodetic CRS) is a two dimensional crs with axis of lat-lon.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.exceptions
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.projections
GeographicCRS
          The GeographicCoordinateSystem (in epsg aka Geodetic CRS) is a two dimensional crs with axis of lat-lon.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.projections.azimuthal
GeographicCRS
          The GeographicCoordinateSystem (in epsg aka Geodetic CRS) is a two dimensional crs with axis of lat-lon.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.projections.conic
GeographicCRS
          The GeographicCoordinateSystem (in epsg aka Geodetic CRS) is a two dimensional crs with axis of lat-lon.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.projections.cylindric
GeographicCRS
          The GeographicCoordinateSystem (in epsg aka Geodetic CRS) is a two dimensional crs with axis of lat-lon.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.transformations
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.transformations.coordinate
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
GeocentricCRS
          A GeocentricCRS is a coordinatesystem having three axis and a mass point defined to be equivalent to earths center.
ProjectedCRS
          A ProjectedCRS is a coordinatesystem defined with a projection and a geographic crs.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.transformations.helmert
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.transformations.ntv2
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.crs.transformations.polynomial
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.geometry
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
 

Classes in org.deegree.crs.coordinatesystems used by org.deegree.gml
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
 


deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>