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