Uses of Interface
net.opengis.wps20.DocumentRoot
-
Packages that use DocumentRoot Package Description net.opengis.wps20 net.opengis.wps20.impl net.opengis.wps20.util -
-
Uses of DocumentRoot in net.opengis.wps20
Methods in net.opengis.wps20 that return DocumentRoot Modifier and Type Method Description DocumentRoot
Wps20Factory. createDocumentRoot()
Returns a new object of class 'Document Root'. -
Uses of DocumentRoot in net.opengis.wps20.impl
Classes in net.opengis.wps20.impl that implement DocumentRoot Modifier and Type Class Description class
DocumentRootImpl
An implementation of the model object 'Document Root'.Methods in net.opengis.wps20.impl that return DocumentRoot Modifier and Type Method Description DocumentRoot
Wps20FactoryImpl. createDocumentRoot()
-
Uses of DocumentRoot in net.opengis.wps20.util
Methods in net.opengis.wps20.util with parameters of type DocumentRoot Modifier and Type Method Description T
Wps20Switch. caseDocumentRoot(DocumentRoot object)
Returns the result of interpreting the object as an instance of 'Document Root'.boolean
Wps20Validator. validateDocumentRoot(DocumentRoot documentRoot, DiagnosticChain diagnostics, Map<Object,Object> context)
-