Uses of Interface
net.opengis.gml.TopologyDocument
-
Packages that use TopologyDocument Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of TopologyDocument in net.opengis.gml
Subinterfaces of TopologyDocument in net.opengis.gml Modifier and Type Interface Description interfaceEdgeDocumentA document containing one Edge(@http://www.opengis.net/gml) element.interfaceFaceDocumentA document containing one Face(@http://www.opengis.net/gml) element.interfaceNodeDocumentA document containing one Node(@http://www.opengis.net/gml) element.interfaceTopoComplexDocumentA document containing one TopoComplex(@http://www.opengis.net/gml) element.interfaceTopoPrimitiveDocumentA document containing one _TopoPrimitive(@http://www.opengis.net/gml) element.interfaceTopoSolidDocumentA document containing one TopoSolid(@http://www.opengis.net/gml) element.Methods in net.opengis.gml that return TopologyDocument Modifier and Type Method Description static TopologyDocumentTopologyDocument.Factory. newInstance()static TopologyDocumentTopologyDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TopologyDocumentTopologyDocument.Factory. parse(File file)static TopologyDocumentTopologyDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TopologyDocumentTopologyDocument.Factory. parse(InputStream is)static TopologyDocumentTopologyDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TopologyDocumentTopologyDocument.Factory. parse(Reader r)static TopologyDocumentTopologyDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TopologyDocumentTopologyDocument.Factory. parse(String xmlAsString)static TopologyDocumentTopologyDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TopologyDocumentTopologyDocument.Factory. parse(URL u)static TopologyDocumentTopologyDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TopologyDocumentTopologyDocument.Factory. parse(XMLStreamReader sr)static TopologyDocumentTopologyDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TopologyDocumentTopologyDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TopologyDocumentTopologyDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TopologyDocumentTopologyDocument.Factory. parse(Node node)static TopologyDocumentTopologyDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of TopologyDocument in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement TopologyDocument Modifier and Type Class Description classEdgeDocumentImplA document containing one Edge(@http://www.opengis.net/gml) element.classFaceDocumentImplA document containing one Face(@http://www.opengis.net/gml) element.classNodeDocumentImplA document containing one Node(@http://www.opengis.net/gml) element.classTopoComplexDocumentImplA document containing one TopoComplex(@http://www.opengis.net/gml) element.classTopologyDocumentImplA document containing one _Topology(@http://www.opengis.net/gml) element.classTopoPrimitiveDocumentImplA document containing one _TopoPrimitive(@http://www.opengis.net/gml) element.classTopoSolidDocumentImplA document containing one TopoSolid(@http://www.opengis.net/gml) element.
-