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.gml
Methods in net.opengis.gml that return DocumentRoot Modifier and Type Method Description DocumentRoot
GmlFactory. createDocumentRoot()
Returns a new object of class 'Document Root'. -
Uses of DocumentRoot in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement DocumentRoot Modifier and Type Class Description class
DocumentRootImpl
An implementation of the model object 'Document Root'.Methods in net.opengis.gml.impl that return DocumentRoot Modifier and Type Method Description DocumentRoot
GmlFactoryImpl. createDocumentRoot()
-
Uses of DocumentRoot in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type DocumentRoot Modifier and Type Method Description Object
GmlSwitch. caseDocumentRoot(DocumentRoot object)
Returns the result of interpreting the object as an instance of 'Document Root'.boolean
GmlValidator. validateDocumentRoot(DocumentRoot documentRoot, DiagnosticChain diagnostics, Map context)
-