Uses of Interface
net.opengis.gml.x32.PolygonType
-
Packages that use PolygonType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of PolygonType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return PolygonType Modifier and Type Method Description PolygonTypePolygonDocument. addNewPolygon()Appends and returns a new empty "Polygon" elementPolygonTypePolygonDocument. getPolygon()Gets the "Polygon" elementstatic PolygonTypePolygonType.Factory. newInstance()static PolygonTypePolygonType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PolygonTypePolygonType.Factory. parse(File file)static PolygonTypePolygonType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static PolygonTypePolygonType.Factory. parse(InputStream is)static PolygonTypePolygonType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static PolygonTypePolygonType.Factory. parse(Reader r)static PolygonTypePolygonType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static PolygonTypePolygonType.Factory. parse(String xmlAsString)static PolygonTypePolygonType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static PolygonTypePolygonType.Factory. parse(URL u)static PolygonTypePolygonType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static PolygonTypePolygonType.Factory. parse(XMLStreamReader sr)static PolygonTypePolygonType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static PolygonTypePolygonType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PolygonTypePolygonType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic PolygonTypePolygonType.Factory. parse(Node node)static PolygonTypePolygonType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type PolygonType Modifier and Type Method Description voidPolygonDocument. setPolygon(PolygonType polygon)Sets the "Polygon" element -
Uses of PolygonType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement PolygonType Modifier and Type Class Description classPolygonTypeImplAn XML PolygonType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return PolygonType Modifier and Type Method Description PolygonTypePolygonDocumentImpl. addNewPolygon()Appends and returns a new empty "Polygon" elementPolygonTypePolygonDocumentImpl. getPolygon()Gets the "Polygon" elementMethods in net.opengis.gml.x32.impl with parameters of type PolygonType Modifier and Type Method Description voidPolygonDocumentImpl. setPolygon(PolygonType polygon)Sets the "Polygon" element
-