Uses of Interface
net.opengis.wcs11.DocumentRoot
-
Packages that use DocumentRoot Package Description net.opengis.wcs11 net.opengis.wcs11.impl net.opengis.wcs11.util -
-
Uses of DocumentRoot in net.opengis.wcs11
Methods in net.opengis.wcs11 that return DocumentRoot Modifier and Type Method Description DocumentRootWcs111Factory. createDocumentRoot()Returns a new object of class 'Document Root'.DocumentRootWcs11Factory. createDocumentRoot()Returns a new object of class 'Document Root'. -
Uses of DocumentRoot in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement DocumentRoot Modifier and Type Class Description classDocumentRootImplAn implementation of the model object 'Document Root'.Methods in net.opengis.wcs11.impl that return DocumentRoot Modifier and Type Method Description DocumentRootWcs111FactoryImpl. createDocumentRoot()DocumentRootWcs11FactoryImpl. createDocumentRoot() -
Uses of DocumentRoot in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type DocumentRoot Modifier and Type Method Description ObjectWcs111Switch. caseDocumentRoot(DocumentRoot object)Returns the result of interpreting the object as an instance of 'Document Root'.ObjectWcs11Switch. caseDocumentRoot(DocumentRoot object)Returns the result of interpreting the object as an instance of 'Document Root'.booleanWcs111Validator. validateDocumentRoot(DocumentRoot documentRoot, DiagnosticChain diagnostics, Map context)booleanWcs11Validator. validateDocumentRoot(DocumentRoot documentRoot, DiagnosticChain diagnostics, Map context)
-