Uses of Interface
net.opengis.gml.PolygonDocument
-
Packages that use PolygonDocument Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of PolygonDocument in net.opengis.gml
Methods in net.opengis.gml 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.impl
Classes in net.opengis.gml.impl that implement PolygonDocument Modifier and Type Class Description classPolygonDocumentImplA document containing one Polygon(@http://www.opengis.net/gml) element.
-