org.deegree.model.crs |
|
Java Source File Name | Type | Comment |
CoordinateSystem.java | Class | A coordinate system is a mathematical space, where the elements of the space are called positions. |
CRSFactory.java | Class | The CRSFactory class wraps the access to the CRSProvider in the org.deegree.crs package by supplying a
static create method, thus encapsulating the access to the CoordinateSystems. |
CRSTransformationException.java | Class | The CRSTransformationException class is a wrapper for the
org.deegree.crs.exceptions.TransformationException, thus reducing the dependency to the org.deegree.crs package. |
GeoTransformer.java | Class | class for transforming deegree geometries to new coordinate reference systems. |
GridCoverageTransformTest.java | Class | version: $Revision: 9461 $ author: Andreas Poth author: last edited by: $Author: rbezema $ version: 1.0. |
TransformTest.java | Class | The TransformTest class can be used to test the transform of a feature collection. |
UnknownCRSException.java | Class | The UnknownCRSException class just wraps a message telling the user, his/her requested CRS is not
known to the CRSPovider. |