Uses of Interface
net.opengis.gml.DocumentRoot
- 
Packages that use DocumentRoot Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util 
- 
- 
Uses of DocumentRoot in net.opengis.gmlMethods in net.opengis.gml that return DocumentRoot Modifier and Type Method Description DocumentRootGmlFactory. createDocumentRoot()Returns a new object of class 'Document Root'.
- 
Uses of DocumentRoot in net.opengis.gml.implClasses in net.opengis.gml.impl that implement DocumentRoot Modifier and Type Class Description classDocumentRootImplAn implementation of the model object 'Document Root'.Methods in net.opengis.gml.impl that return DocumentRoot Modifier and Type Method Description DocumentRootGmlFactoryImpl. createDocumentRoot()
- 
Uses of DocumentRoot in net.opengis.gml.utilMethods in net.opengis.gml.util with parameters of type DocumentRoot Modifier and Type Method Description ObjectGmlSwitch. caseDocumentRoot(DocumentRoot object)Returns the result of interpreting the object as an instance of 'Document Root'.booleanGmlValidator. validateDocumentRoot(DocumentRoot documentRoot, DiagnosticChain diagnostics, Map context)
 
-