Uses of Interface
net.opengis.wfs20.DocumentRoot
- 
Packages that use DocumentRoot Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util 
- 
- 
Uses of DocumentRoot in net.opengis.wfs20Methods in net.opengis.wfs20 that return DocumentRoot Modifier and Type Method Description DocumentRootWfs20Factory. createDocumentRoot()Returns a new object of class 'Document Root'.
- 
Uses of DocumentRoot in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement DocumentRoot Modifier and Type Class Description classDocumentRootImplAn implementation of the model object 'Document Root'.Methods in net.opengis.wfs20.impl that return DocumentRoot Modifier and Type Method Description DocumentRootWfs20FactoryImpl. createDocumentRoot()
- 
Uses of DocumentRoot in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type DocumentRoot Modifier and Type Method Description TWfs20Switch. caseDocumentRoot(DocumentRoot object)Returns the result of interpreting the object as an instance of 'Document Root'.booleanWfs20Validator. validateDocumentRoot(DocumentRoot documentRoot, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-