Uses of Package
org.deegree.cs.exceptions

Packages that use org.deegree.cs.exceptions
org.deegree.coverage.raster Provides for simple and complex raster (grid coverages). 
org.deegree.coverage.raster.utils   
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.coordinatesystems The ICoordinateSystems package holds the different ICoordinateSystems 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.persistence   
org.deegree.cs.persistence.deegree.d3   
org.deegree.cs.persistence.deegree.d3.parsers   
org.deegree.cs.persistence.deegree.db   
org.deegree.cs.persistence.gml   
org.deegree.cs.persistence.proj4   
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.cylindric Cylindrical projections use a cylinder (may it be oblique or not) to create projection of a region of the earth. 
org.deegree.cs.refs.coordinatesystem   
org.deegree.cs.refs.projections   
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.feature.persistence.memory   
org.deegree.feature.persistence.sql.blob   
org.deegree.filter.xml   
org.deegree.geometry   
org.deegree.geometry.utils   
org.deegree.gml   
org.deegree.gml.feature   
org.deegree.gml.geometry   
org.deegree.gml.geometry.validation   
org.deegree.protocol.wfs.client   
org.deegree.protocol.wfs.getfeature   
org.deegree.protocol.wfs.getgmlobject   
org.deegree.services.wps.execute   
org.deegree.services.wps.provider.sextante   
org.deegree.tools.coverage.converter   
org.deegree.tools.coverage.rtb   
org.deegree.tools.crs   
org.deegree.tools.crs.georeferencing.application   
org.deegree.tools.crs.georeferencing.application.transformation   
org.deegree.tools.feature.persistence   
org.deegree.wps.jts   
 

Classes in org.deegree.cs.exceptions used by org.deegree.coverage.raster
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.coverage.raster.utils
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.coordinatesystems
ProjectionException
          The ProjectionException class can be thrown if the projection runs into a problem while projecting coordinates.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.exceptions
CRSException
          A CRSException will inform the user that an error occurred while transforming, projecting or creating a crs.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.persistence
CRSConfigurationException
          The CRSConfigurationException can be used to inform the user of an configuration exception.
CRSStoreException
          Indicates an exception in the CRS Store management.
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.persistence.deegree.d3
CRSConfigurationException
          The CRSConfigurationException can be used to inform the user of an configuration exception.
CRSStoreException
          Indicates an exception in the CRS Store management.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.persistence.deegree.d3.parsers
CRSConfigurationException
          The CRSConfigurationException can be used to inform the user of an configuration exception.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.persistence.deegree.db
CRSConfigurationException
          The CRSConfigurationException can be used to inform the user of an configuration exception.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.persistence.gml
CRSConfigurationException
          The CRSConfigurationException can be used to inform the user of an configuration exception.
CRSStoreException
          Indicates an exception in the CRS Store management.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.persistence.proj4
CRSConfigurationException
          The CRSConfigurationException can be used to inform the user of an configuration exception.
CRSStoreException
          Indicates an exception in the CRS Store management.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.projections
ProjectionException
          The ProjectionException class can be thrown if the projection runs into a problem while projecting coordinates.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.projections.azimuthal
ProjectionException
          The ProjectionException class can be thrown if the projection runs into a problem while projecting coordinates.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.projections.cylindric
ProjectionException
          The ProjectionException class can be thrown if the projection runs into a problem while projecting coordinates.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.refs.coordinatesystem
ProjectionException
          The ProjectionException class can be thrown if the projection runs into a problem while projecting coordinates.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.refs.projections
ProjectionException
          The ProjectionException class can be thrown if the projection runs into a problem while projecting coordinates.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.transformations
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.transformations.coordinate
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.transformations.helmert
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.transformations.ntv2
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.transformations.polynomial
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
 

Classes in org.deegree.cs.exceptions used by org.deegree.cs.utilities
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
 

Classes in org.deegree.cs.exceptions used by org.deegree.feature.persistence.memory
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.feature.persistence.sql.blob
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.filter.xml
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.geometry
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.geometry.utils
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
 

Classes in org.deegree.cs.exceptions used by org.deegree.gml
OutsideCRSDomainException
          The OutsideDomainException exception is thrown when a Geometry is outside the domain of coordinate system in which the Geometry was defined.
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.gml.feature
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.gml.geometry
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.gml.geometry.validation
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.protocol.wfs.client
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.protocol.wfs.getfeature
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.protocol.wfs.getgmlobject
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.services.wps.execute
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.services.wps.provider.sextante
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.tools.coverage.converter
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.tools.coverage.rtb
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.tools.crs
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.tools.crs.georeferencing.application
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.tools.crs.georeferencing.application.transformation
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.tools.feature.persistence
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 

Classes in org.deegree.cs.exceptions used by org.deegree.wps.jts
TransformationException
          The TransformationException class can be thrown if a transformation exception occurs.
UnknownCRSException
          The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not known to the CRSPovider.
 



Copyright © 2011. All Rights Reserved.