org.deegree.model.coverage
Interface Tile

All Known Implementing Classes:
Tile_Impl

public interface Tile

---------------------------------------------------------------------

Version:
31.10.2002
Author:
Andreas Poth

Method Summary
 GM_Envelope getBoundingBox()
          returns the bounding box of the Tile
 Level getLevel()
          returns the embeded Level if one exists. otherwise null will be returned.
 java.net.URL getResourceURL()
          returns the URL of the resource assigned to a Tile that
 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.
 

Method Detail

getResourceURL

public java.net.URL getResourceURL()
returns the URL of the resource assigned to a Tile that


getBoundingBox

public GM_Envelope getBoundingBox()
returns the bounding box of the Tile


getLevel

public Level getLevel()
returns the embeded Level if one exists. otherwise null will be returned.


getTiles

public 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.