Uses of Class
org.deegree_impl.model.ct.CannotCreateTransformException

Packages that use CannotCreateTransformException
org.deegree_impl.model.ct   
 

Uses of CannotCreateTransformException in org.deegree_impl.model.ct
 

Methods in org.deegree_impl.model.ct that throw CannotCreateTransformException
 CoordinateTransformation CoordinateTransformationFactory.createFromCoordinateSystems(CoordinateSystem sourceCS, CoordinateSystem targetCS)
          Creates a transformation between two coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(TemporalCoordinateSystem sourceCS, TemporalCoordinateSystem targetCS)
          Creates a transformation between two temporal coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(VerticalCoordinateSystem sourceCS, VerticalCoordinateSystem targetCS)
          Creates a transformation between two vertical coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(GeographicCoordinateSystem sourceCS, GeographicCoordinateSystem targetCS)
          Creates a transformation between two geographic coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(ProjectedCoordinateSystem sourceCS, ProjectedCoordinateSystem targetCS)
          Creates a transformation between two projected coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(GeographicCoordinateSystem sourceCS, ProjectedCoordinateSystem targetCS)
          Creates a transformation between a geographic and a projected coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(ProjectedCoordinateSystem sourceCS, GeographicCoordinateSystem targetCS)
          Creates a transformation between a projected and a geographic coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(GeocentricCoordinateSystem sourceCS, GeocentricCoordinateSystem targetCS)
          Creates a transformation between two geocentric coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(GeographicCoordinateSystem sourceCS, GeocentricCoordinateSystem targetCS)
          Creates a transformation between a geographic and a geocentric coordinate systems.
private  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(ProjectedCoordinateSystem sourceCS, GeocentricCoordinateSystem targetCS)
          Creates a transformation between a projected and a geocentric coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(CompoundCoordinateSystem sourceCS, GeocentricCoordinateSystem targetCS)
          Creates a transformation between a compound and a geocentric coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(CompoundCoordinateSystem sourceCS, CompoundCoordinateSystem targetCS)
          Creates a transformation between two compound coordinate systems.
private  CoordinateTransformation CoordinateTransformationFactory.getGeographicTransformation(CoordinateSystem CS)
          Returns a transformation from CS to a geographic coordinate system.
private  Matrix CoordinateTransformationFactory.swapAndScaleAxis(CoordinateSystem sourceCS, CoordinateSystem targetCS)
          Returns an affine transform between two coordinate systems.
private  Matrix CoordinateTransformationFactory.swapAndScaleGeoAxis(GeographicCoordinateSystem sourceCS, GeographicCoordinateSystem targetCS)
          Returns an affine transform between two geographic coordinate systems.