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