|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
-----------------------------------------------------------------------
Method Summary | |
GM_Envelope |
getBoundingBox()
returns the bounding box of the Directory |
Directory[] |
getDirectories()
if the tiles are ordered at a quad tree or something like this an instance of Directory will contain one or more Directory instances with a smaller bounding box. |
java.lang.String[] |
getExtensions()
returns the file extension known by the directory |
double |
getHeightCRS()
returns the height of the tiles contained within the diirectory in measurement of its CRS |
Level |
getLevel()
returns the embeded Level if one exists. otherwise null will be returned. |
java.lang.String |
getResource()
returns the resource name of the directory |
Tile[] |
getTiles()
returns all Tiles containted within the directory that fits the submitted bounding box |
Tile[] |
getTiles(GM_Envelope bbox)
returns all Tiles containted within the directory that fits the submitted bounding box |
double |
getWidthCRS()
returns the width of the tiles contained within the diirectory in measurement of its CRS |
Method Detail |
public java.lang.String[] getExtensions()
public java.lang.String getResource()
public GM_Envelope getBoundingBox()
public double getWidthCRS()
public double getHeightCRS()
public Level getLevel()
public Directory[] getDirectories()
public Tile[] getTiles(GM_Envelope bbox) throws CoverageCreationException
CoverageCreationException
public Tile[] getTiles() throws CoverageCreationException
CoverageCreationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |