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