Package org.deegree_impl.model.ct

Interface Summary
MathTransform Transforms multi-dimensional coordinate points.
MathTransform2D Transforms two-dimensional coordinate points.
 

Class Summary
AbridgedMolodenskiTransform Transforms a three dimensional geographic points using abridged versions of formulas derived by Molodenski.
AbridgedMolodenskiTransform.Provider The provider for AbridgedMolodenskiTransform.
AbstractMathTransform Provides a default implementations for most methods required by the MathTransform interface.
Adapters Provide methods for interoperability with org.opengis.ct package.
AffineTransform2D Transforms two-dimensional coordinate points using an AffineTransform.
ConcatenedTransform Base class for concatened transform.
ConcatenedTransform2D Concatened transform in which the resulting transform is two-dimensional.
ConcatenedTransformDirect Concatened transform where the transfert dimension is the same than source and target dimension.
ConcatenedTransformDirect2D Concatened transform where both transforms are two-dimensional.
ConicProjection Classe de base des projections cartographiques coniques.
ConvenienceTransformFactory factory for ------------------------------------------------------------
CoordinateTransformation Describes a coordinate transformation.
CoordinateTransformation.Inverse The inverse coordinate transformation.
CoordinateTransformationFactory Creates coordinate transformations.
CylindricalProjection Classe de base des projections cartographiques cylindriques.
DomainFlags Flags indicating parts of domain covered by a convex hull.
GeocentricTransform Transforms three dimensional geographic points to geocentric coordinate points.
GeocentricTransform.Provider The provider for GeocentricTransform.
GeoTransformer class for transforming deegree geometries to new coordinate reference systems.
LambertConformalProjection Projection conique conforme de Lambert.
LambertConformalProjection.Provider Informations about a LambertConformalProjection.
MapProjection Provides transformation services between ellipsoidal and cartographic projections.
MapProjection.CheckPoint Check point for private use by #checkTransform and #checkInverseTransform.
MapProjection.Provider Informations about a MapProjection.
MathTransformAdapter Wrap an CT_MathTransform into a MathTransform.
MathTransformAdapter2D Wrap an CT_MathTransform into a MathTransform2D.
MathTransformExport Wrap a MathTransform for use with OpenGIS.
MathTransformFactory Creates math transforms.
MathTransformProvider Base class for MathTransform providers.
MatrixTransform Transforms multi-dimensional coordinate points using a Matrix.
MatrixTransform.Provider The provider for MatrixTransform.
MercatorProjection Projection cylindrique de Mercator.
MercatorProjection.Provider Informations about a MercatorProjection.
PassThroughTransform Transform which passes through a subset of ordinates to another transform.
PlanarProjection Classe de base des projections cartographiques azimuthales (ou planaires).
PlateCarreeProjection  
PlateCarreeProjection.Provider Informations about a StereographicProjection.
StereographicProjection Projection stéréographique.
StereographicProjection.Provider Informations about a StereographicProjection.
TransformType Semantic type of transform used in coordinate transformation.
TransverseMercatorProjection Projections de Mercator tranverses Universelle et Modifiée.
TransverseMercatorProjection.Provider Informations about a TransverseMercatorProjection.
 

Exception Summary
CannotCreateTransformException Thrown when a coordinate transformation can't be created.
MissingParameterException Thrown when a parameter was missing.
NoninvertibleTransformException Thrown when MathTransform.inverse() is invoked but the transform can't be inverted.
TransformException Common superclass for a number of transformation-related exceptions.