deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.model.crs.CRSTransformationException

Packages that use CRSTransformationException
org.deegree.model.crs   
org.deegree.tools.wms   
 

Uses of CRSTransformationException in org.deegree.model.crs
 

Methods in org.deegree.model.crs that throw CRSTransformationException
 GridCoverage GeoTransformer.transform(AbstractGridCoverage coverage, Envelope targetBBOX, int dstWidth, int dstHeight, int refPointsGridSize, int degree, javax.media.jai.Interpolation interpolation)
          transforms a GridCoverage into another coordinate reference system.
 GridCoverage GeoTransformer.transform(AbstractGridCoverage coverage, int refPointsGridSize, int degree, javax.media.jai.Interpolation interpolation)
          Deprecated. 
 BufferedImage GeoTransformer.transform(BufferedImage img, Envelope sourceBBOX, Envelope targetBBOX, int dstWidth, int dstHeight, int refPointsGridSize, int degree, javax.media.jai.Interpolation interpolation)
          transforms an image into another coordinate reference system.
 List<javax.vecmath.Point3d> GeoTransformer.transform(CoordinateSystem sourceCRS, List<javax.vecmath.Point3d> points)
           
 Envelope GeoTransformer.transform(Envelope envelope, CoordinateSystem sourceCRS)
          Transforms a Envelope to the target crs of the GeoTransformer instance
 Envelope GeoTransformer.transform(Envelope envelope, CoordinateSystem sourceCRS, boolean regardDistortion)
          Transforms a Envelope to the target crs of the GeoTransformer instance This transformation takes rotation and distortion into account when regardDistortion is true.
 Envelope GeoTransformer.transform(Envelope envelope, String sourceCRS)
          Transforms a Envelope to the target crs of the GeoTransformer instance
 Envelope GeoTransformer.transform(Envelope envelope, String sourceCRS, boolean regardDistortion)
          Transforms a Envelope to the target crs of the GeoTransformer instance This transformation takes rotation and distortion into account when regardDistortion is true.
 Feature GeoTransformer.transform(Feature feature)
          transforms all geometries contained within the passed Feature into the target CRS of a GeoTransformer instance.
 FeatureCollection GeoTransformer.transform(FeatureCollection fc)
          transforms all geometries contained within the passed FeatureCollection into the target CRS of a GeoTransformer instance.
 Geometry GeoTransformer.transform(Geometry geo)
          transforms the coordinates of a deegree geometry to the target coordinate reference system.
 Geometry GeoTransformer.transform(Geometry geo, CoordinateSystem sourceCRS)
           
 

Uses of CRSTransformationException in org.deegree.tools.wms
 

Methods in org.deegree.tools.wms that throw CRSTransformationException
static void MapServer2DeegreeWMS.main(String[] args)
           
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org