Uses of Class
org.deegree.model.coverage.CoverageCreationException

Packages that use CoverageCreationException
org.deegree_impl.model.cv   
org.deegree_impl.model.gc   
org.deegree.model.coverage   
 

Uses of CoverageCreationException in org.deegree_impl.model.cv
 

Methods in org.deegree_impl.model.cv that throw CoverageCreationException
 Tile[] Directory_Impl.getTiles(GM_Envelope bbox)
          returns all Tiles containted within the directory that fits the submitted bounding box
 Tile[] Directory_Impl.getTiles()
          returns all Tiles containted within the directory that fits the submitted bounding box
protected static Tile[] CV_Coverage_Impl.getTiles(Level level, GM_Envelope boundingBox, double scale)
          return all Tiles that matches the bounding box and the scale.
private static java.util.ArrayList CV_Coverage_Impl.getTilesByDir(GM_Envelope boundingBox, double scale, Level level, java.util.ArrayList list)
           
 

Uses of CoverageCreationException in org.deegree_impl.model.gc
 

Methods in org.deegree_impl.model.gc that throw CoverageCreationException
 java.lang.Object ImageGridCoverage.getRaster(GM_Envelope env, int width, int height, int imageType)
          returns a part of the GridCoverage defined by the submitted bounding box (coordinates at the gc's CRS) as BufferedImage
 java.lang.Object GC_GridCoverage_Impl.getRaster(GM_Envelope env, int width, int height, int imageType, RangeParamList rangeParams)
          returns a part of the GridCoverage defined by the submitted bounding box (coordinates at the gc's CRS) as BufferedImage
 

Uses of CoverageCreationException in org.deegree.model.coverage
 

Methods in org.deegree.model.coverage that throw CoverageCreationException
 Tile[] Directory.getTiles(GM_Envelope bbox)
          returns all Tiles containted within the directory that fits the submitted bounding box
 Tile[] Directory.getTiles()
          returns all Tiles containted within the directory that fits the submitted bounding box