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