Uses of Interface
net.opengis.gml.PointDocument
-
Packages that use PointDocument Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of PointDocument in net.opengis.gml
Methods in net.opengis.gml 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.impl
Classes in net.opengis.gml.impl that implement PointDocument Modifier and Type Class Description classPointDocumentImplA document containing one Point(@http://www.opengis.net/gml) element.
-