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