Uses of Package
org.deegree.cs.coordinatesystems

Packages that use org.deegree.cs.coordinatesystems
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.cs The org.deegree.cs package contains all necessities to transform and project coordinates form one coordinates system into another. 
org.deegree.cs.configuration The org.deegree.cs.configuraton package contains the classes necessary to read crs-definitions from a specified backend ( database or xml-file). 
org.deegree.cs.configuration.deegree.xml   
org.deegree.cs.configuration.deegree.xml.exporters   
org.deegree.cs.configuration.deegree.xml.stax   
org.deegree.cs.configuration.deegree.xml.stax.parsers   
org.deegree.cs.configuration.gml This package contains the classes used for reading gml based coordinate system configuration backends. 
org.deegree.cs.configuration.proj4 This package contains the classes used for reading proj4 based coordinate system configuration backends. 
org.deegree.cs.configuration.resources   
org.deegree.cs.configuration.wkt   
org.deegree.cs.coordinatesystems The coordinatesystems package holds the different coordinatesystems used by the org.deegree.cs packages. 
org.deegree.cs.exceptions The exception package holds the exceptions which can be used for all crs-transforms and projections. 
org.deegree.cs.projections A map projection create a 2D view of the 3D-Object 'earth', by doing so, some information is inevitably lost. 
org.deegree.cs.projections.azimuthal Azimuthal projections use a plane to project the earth onto. 
org.deegree.cs.projections.conic Conic projections use a cone (hence it's name) to project a region of the earth. 
org.deegree.cs.projections.cylindric Cylindrical projections use a cylinder (may it be oblique or not) to create projection of a region of the earth. 
org.deegree.cs.transformations A Transformation can be defined as an mathematical operation which transforms some values into other values using a specified function. 
org.deegree.cs.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.cs.transformations.helmert A Transformation can be defined as an mathematical operation which transforms some values into other values using a specified function. 
org.deegree.cs.transformations.ntv2 A Transformation can be defined as an mathematical operation which transforms some values into other values using a specified function. 
org.deegree.cs.transformations.polynomial A Transformation can be defined as an mathematical operation which transforms some values into other values using a specified function. 
org.deegree.cs.utilities Utilities used for the Coordinate system package internals. 
org.deegree.geometry   
org.deegree.gml   
org.deegree.protocol.wms   
 

Classes in org.deegree.cs.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.cs.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.cs.coordinatesystems used by org.deegree.cs
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
 

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

Classes in org.deegree.cs.coordinatesystems used by org.deegree.cs.configuration.deegree.xml
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.cs.coordinatesystems used by org.deegree.cs.configuration.deegree.xml.exporters
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.cs.coordinatesystems used by org.deegree.cs.configuration.deegree.xml.stax
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.cs.coordinatesystems used by org.deegree.cs.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.cs.coordinatesystems used by org.deegree.cs.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.cs.coordinatesystems used by org.deegree.cs.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.cs.coordinatesystems used by org.deegree.cs.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.cs.coordinatesystems used by org.deegree.cs.configuration.wkt
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.cs.coordinatesystems used by org.deegree.cs.coordinatesystems
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
CoordinateSystem.CRSType
          Simple enum defining the currently known Coordinate System types.
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.cs.coordinatesystems used by org.deegree.cs.exceptions
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
 

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

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

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

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

Classes in org.deegree.cs.coordinatesystems used by org.deegree.cs.transformations
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.cs.coordinatesystems used by org.deegree.cs.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.cs.coordinatesystems used by org.deegree.cs.transformations.helmert
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
 

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

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

Classes in org.deegree.cs.coordinatesystems used by org.deegree.cs.utilities
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.cs.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.cs.coordinatesystems used by org.deegree.gml
CoordinateSystem
          Three kinds of CoordinateSystems (in this class abbreviated with CRS) are supported in this lib.
 

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



Copyright © 2011. All Rights Reserved.