Uses of Interface
org.deegree.model.coverage.Tile

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

Uses of Tile in org.deegree_impl.model.cv
 

Classes in org.deegree_impl.model.cv that implement Tile
(package private)  class Tile_Impl
           ---------------------------------------------------------------------
 

Fields in org.deegree_impl.model.cv declared as Tile
private  Tile[] Tile_Impl.tiles
           
private  Tile[] Level_Impl.tiles
           
 

Methods in org.deegree_impl.model.cv that return Tile
 Tile[] Tile_Impl.getTiles()
          if the tiles are ordered at a quad tree or something like this an instance of Tile will contain one or more Tile instances with a smaller bounding box.
 Tile[] Level_Impl.getTiles()
          returns the Tiles assigned to a Level if the Level is of TILE type.
 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 Tile[] CVDescriptorFactory.createTiles(org.w3c.dom.Element[] elements)
          creates an array of Tile instances from an array of Tile-elements.
private static Tile[] CVDescriptorFactory.createTilesFromDirectory(org.w3c.dom.Node node)
          creats an array of Tile instances from a node that represents a directory at the local or a remote file system
private static Tile[] CVDescriptorDirFactory.createTiles(org.w3c.dom.Element[] elements)
          creates an array of Tile instances from an array of Tile-elements.
 

Methods in org.deegree_impl.model.cv with parameters of type Tile
private static java.util.ArrayList CV_Coverage_Impl.getTiles(GM_Envelope boundingBox, Tile tile, java.util.ArrayList list)
          recursive method for selecting all Tiles that matches the submitted conditions.
 

Constructors in org.deegree_impl.model.cv with parameters of type Tile
Tile_Impl(java.net.URL resourceURL, GM_Envelope boundingBox, Tile[] tiles)
           
Tile_Impl(java.net.URL resourceURL, GM_Envelope boundingBox, Level level, Tile[] tiles)
           
Level_Impl(double minScale, double maxScale, ParameterList properties, Tile[] tiles)
           
 

Uses of Tile in org.deegree_impl.model.gc
 

Methods in org.deegree_impl.model.gc with parameters of type Tile
private  java.awt.image.BufferedImage GC_GridCoverage_Impl.getBufferedImage(GM_Envelope env, int width, int height, int imageType, Tile[] tiles, RangeParamList rangeParams, java.util.List usedRanges)
          reads a grid coverage from image sources and returns it as BufferedImage
 

Uses of Tile in org.deegree.model.coverage
 

Methods in org.deegree.model.coverage that return Tile
 Tile[] Tile.getTiles()
          if the tiles are ordered at a quad tree or something like this an instance of Tile will contain one or more Tile instances with a smaller bounding box.
 Tile[] Level.getTiles()
          returns the Tiles assigned to a Level if the Level is of TILE type.
 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