Uses of Interface
net.opengis.ows11.DocumentRoot
- 
Packages that use DocumentRoot Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util 
- 
- 
Uses of DocumentRoot in net.opengis.ows11Methods in net.opengis.ows11 that return DocumentRoot Modifier and Type Method Description DocumentRootOws11Factory. createDocumentRoot()Returns a new object of class 'Document Root'.
- 
Uses of DocumentRoot in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement DocumentRoot Modifier and Type Class Description classDocumentRootImplAn implementation of the model object 'Document Root'.Methods in net.opengis.ows11.impl that return DocumentRoot Modifier and Type Method Description DocumentRootOws11FactoryImpl. createDocumentRoot()
- 
Uses of DocumentRoot in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type DocumentRoot Modifier and Type Method Description ObjectOws11Switch. caseDocumentRoot(DocumentRoot object)Returns the result of interpreting the object as an instance of 'Document Root'.booleanOws11Validator. validateDocumentRoot(DocumentRoot documentRoot, DiagnosticChain diagnostics, Map context)
 
-