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