Uses of Interface
net.opengis.wcs20.DocumentRoot
- 
Packages that use DocumentRoot Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util 
- 
- 
Uses of DocumentRoot in net.opengis.wcs20Methods in net.opengis.wcs20 that return DocumentRoot Modifier and Type Method Description DocumentRootWcs20Factory. createDocumentRoot()Returns a new object of class 'Document Root'.
- 
Uses of DocumentRoot in net.opengis.wcs20.implClasses in net.opengis.wcs20.impl that implement DocumentRoot Modifier and Type Class Description classDocumentRootImplAn implementation of the model object 'Document Root'.Methods in net.opengis.wcs20.impl that return DocumentRoot Modifier and Type Method Description DocumentRootWcs20FactoryImpl. createDocumentRoot()
- 
Uses of DocumentRoot in net.opengis.wcs20.utilMethods in net.opengis.wcs20.util with parameters of type DocumentRoot Modifier and Type Method Description booleanWcs20Validator. validateDocumentRoot(DocumentRoot documentRoot, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-