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