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