Uses of Class
org.geotools.ct.CannotCreateTransformException

Packages that use CannotCreateTransformException
org.geotools.ct Coordinate Transformations implementation.  
org.geotools.renderer.j2d Couches ? afficher sur une carte ? l'aide de Java2D.  
 

Uses of CannotCreateTransformException in org.geotools.ct
 

Methods in org.geotools.ct that throw CannotCreateTransformException
 CoordinateTransformation CoordinateTransformationFactory.createFromCoordinateSystems(CoordinateSystem sourceCS, CoordinateSystem targetCS)
          Deprecated. Creates a transformation between two coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(TemporalCoordinateSystem sourceCS, TemporalCoordinateSystem targetCS)
          Deprecated. Creates a transformation between two temporal coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(VerticalCoordinateSystem sourceCS, VerticalCoordinateSystem targetCS)
          Deprecated. Creates a transformation between two vertical coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(GeographicCoordinateSystem sourceCS, VerticalCoordinateSystem sourceVCS, GeographicCoordinateSystem targetCS, VerticalCoordinateSystem targetVCS)
          Deprecated. Creates a transformation between two geographic coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(ProjectedCoordinateSystem sourceCS, VerticalCoordinateSystem sourceVCS, ProjectedCoordinateSystem targetCS, VerticalCoordinateSystem targetVCS)
          Deprecated. Creates a transformation between two projected coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(GeographicCoordinateSystem sourceCS, VerticalCoordinateSystem sourceVCS, ProjectedCoordinateSystem targetCS, VerticalCoordinateSystem targetVCS)
          Deprecated. Creates a transformation from a geographic to a projected coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(ProjectedCoordinateSystem sourceCS, VerticalCoordinateSystem sourceVCS, GeographicCoordinateSystem targetCS, VerticalCoordinateSystem targetVCS)
          Deprecated. Creates a transformation from a projected to a geographic coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(GeocentricCoordinateSystem sourceCS, GeocentricCoordinateSystem targetCS)
          Deprecated. Creates a transformation between two geocentric coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(GeographicCoordinateSystem sourceCS, VerticalCoordinateSystem verticalCS, GeocentricCoordinateSystem targetCS)
          Deprecated. Creates a transformation from a geographic to a geocentric coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(GeocentricCoordinateSystem sourceCS, GeographicCoordinateSystem targetCS, VerticalCoordinateSystem verticalCS)
          Deprecated. Creates a transformation from a geocentric to a geographic coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(ProjectedCoordinateSystem sourceCS, VerticalCoordinateSystem verticalCS, GeocentricCoordinateSystem targetCS)
          Deprecated. Creates a transformation from a projected to a geocentric coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(GeocentricCoordinateSystem sourceCS, ProjectedCoordinateSystem targetCS, VerticalCoordinateSystem verticalCS)
          Deprecated. Creates a transformation from a geocentric to a projected coordinate systems.
protected  CoordinateTransformation CoordinateTransformationFactory.createTransformationStep(CompoundCoordinateSystem sourceCS, CompoundCoordinateSystem targetCS)
          Deprecated. Creates a transformation between two compound coordinate systems.
 

Uses of CannotCreateTransformException in org.geotools.renderer.j2d
 

Methods in org.geotools.renderer.j2d that throw CannotCreateTransformException
 java.awt.geom.AffineTransform RenderingContext.getAffineTransform(CoordinateSystem sourceCS, CoordinateSystem targetCS)
          Deprecated. Returns an affine transform between two coordinate systems.
 MathTransform RenderingContext.getMathTransform(CoordinateSystem sourceCS, CoordinateSystem targetCS)
          Deprecated. Returns a transform between two coordinate systems.
 



Copyright © GeoTools. All Rights Reserved.