Uses of Interface
net.opengis.gml.RingDocument
-
Packages that use RingDocument Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of RingDocument in net.opengis.gml
Subinterfaces of RingDocument in net.opengis.gml Modifier and Type Interface Description interfaceLinearRingDocumentA document containing one LinearRing(@http://www.opengis.net/gml) element.interfaceRingDocument2A document containing one Ring(@http://www.opengis.net/gml) element.Methods in net.opengis.gml 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.impl
Classes in net.opengis.gml.impl that implement RingDocument Modifier and Type Class Description classLinearRingDocumentImplA document containing one LinearRing(@http://www.opengis.net/gml) element.classRingDocument2ImplA document containing one Ring(@http://www.opengis.net/gml) element.classRingDocumentImplA document containing one _Ring(@http://www.opengis.net/gml) element.
-