Uses of Interface
net.opengis.gml.x32.TopoPointDocument
-
Packages that use TopoPointDocument Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of TopoPointDocument in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return TopoPointDocument Modifier and Type Method Description static TopoPointDocumentTopoPointDocument.Factory. newInstance()static TopoPointDocumentTopoPointDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TopoPointDocumentTopoPointDocument.Factory. parse(File file)static TopoPointDocumentTopoPointDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TopoPointDocumentTopoPointDocument.Factory. parse(InputStream is)static TopoPointDocumentTopoPointDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TopoPointDocumentTopoPointDocument.Factory. parse(Reader r)static TopoPointDocumentTopoPointDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TopoPointDocumentTopoPointDocument.Factory. parse(String xmlAsString)static TopoPointDocumentTopoPointDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TopoPointDocumentTopoPointDocument.Factory. parse(URL u)static TopoPointDocumentTopoPointDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TopoPointDocumentTopoPointDocument.Factory. parse(XMLStreamReader sr)static TopoPointDocumentTopoPointDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TopoPointDocumentTopoPointDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TopoPointDocumentTopoPointDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TopoPointDocumentTopoPointDocument.Factory. parse(Node node)static TopoPointDocumentTopoPointDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of TopoPointDocument in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement TopoPointDocument Modifier and Type Class Description classTopoPointDocumentImplA document containing one TopoPoint(@http://www.opengis.net/gml/3.2) element.
-