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