|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.model.cv.Directory_Impl
| Field Summary | |
private GM_Envelope |
boundingBox
|
private Directory[] |
directories
|
private java.lang.String[] |
extensions
|
private double |
heightCRS
|
private Level |
level
|
private java.lang.String |
resource
|
private double |
widthCRS
|
| Constructor Summary | |
(package private) |
Directory_Impl(java.lang.String resource,
GM_Envelope boundingBox,
Directory[] directories,
java.lang.String[] extensions,
double widthCRS,
double heightCRS)
Creates a new instance of Directory_Impl |
(package private) |
Directory_Impl(java.lang.String resource,
GM_Envelope boundingBox,
Level level,
Directory[] directories,
java.lang.String[] extensions,
double widthCRS,
double heightCRS)
Creates a new instance of Directory_Impl |
(package private) |
Directory_Impl(java.lang.String resource,
GM_Envelope boundingBox,
Level level,
java.lang.String[] extensions,
double widthCRS,
double heightCRS)
Creates a new instance of Directory_Impl |
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private GM_Envelope boundingBox
private Level level
private java.lang.String resource
private Directory[] directories
private java.lang.String[] extensions
private double heightCRS
private double widthCRS
| Constructor Detail |
Directory_Impl(java.lang.String resource,
GM_Envelope boundingBox,
Level level,
java.lang.String[] extensions,
double widthCRS,
double heightCRS)
Directory_Impl(java.lang.String resource,
GM_Envelope boundingBox,
Directory[] directories,
java.lang.String[] extensions,
double widthCRS,
double heightCRS)
Directory_Impl(java.lang.String resource,
GM_Envelope boundingBox,
Level level,
Directory[] directories,
java.lang.String[] extensions,
double widthCRS,
double heightCRS)
| Method Detail |
public GM_Envelope getBoundingBox()
getBoundingBox in interface Directorypublic Directory[] getDirectories()
getDirectories in interface Directorypublic Level getLevel()
getLevel in interface Directory
public Tile[] getTiles(GM_Envelope bbox)
throws CoverageCreationException
getTiles in interface DirectoryCoverageCreationExceptionpublic java.lang.String getResource()
getResource in interface Directorypublic java.lang.String[] getExtensions()
getExtensions in interface Directory
public Tile[] getTiles()
throws CoverageCreationException
getTiles in interface DirectoryCoverageCreationExceptionpublic double getHeightCRS()
getHeightCRS in interface Directorypublic double getWidthCRS()
getWidthCRS in interface Directory
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||