|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Directory | |
| org.deegree_impl.model.cv | |
| org.deegree.model.coverage | |
| Uses of Directory in org.deegree_impl.model.cv |
| Classes in org.deegree_impl.model.cv that implement Directory | |
(package private) class |
Directory_Impl
|
| Fields in org.deegree_impl.model.cv declared as Directory | |
private Directory[] |
Level_Impl.directories
|
private Directory[] |
Directory_Impl.directories
|
| Methods in org.deegree_impl.model.cv that return Directory | |
Directory[] |
Level_Impl.getDirectories()
returns the directories contained within the level |
Directory[] |
Directory_Impl.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. |
private static Directory[] |
CVDescriptorDirFactory.createDirectories(org.w3c.dom.NodeList nodeList)
creats an array of Tile instances from a node that represents a directory at the local or a remote file system |
| Constructors in org.deegree_impl.model.cv with parameters of type Directory | |
Level_Impl(double minScale,
double maxScale,
ParameterList properties,
Directory[] directories)
|
|
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 |
|
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 |
|
| Uses of Directory in org.deegree.model.coverage |
| Methods in org.deegree.model.coverage that return Directory | |
Directory[] |
Level.getDirectories()
returns the directories contained within the level |
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||