Uses of Interface
net.opengis.gml.PolygonType
-
Packages that use PolygonType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of PolygonType in net.opengis.gml
Methods in net.opengis.gml that return PolygonType Modifier and Type Method Description PolygonTypeBoundingPolygonDocument. addNewBoundingPolygon()Appends and returns a new empty "boundingPolygon" elementPolygonTypeExtentType. addNewBoundingPolygon()Appends and returns a new empty value (as xml) as the last "boundingPolygon" elementPolygonTypePolygonDocument. addNewPolygon()Appends and returns a new empty "Polygon" elementPolygonTypePolygonPropertyType. addNewPolygon()Appends and returns a new empty "Polygon" elementPolygonTypeBoundingPolygonDocument. getBoundingPolygon()Gets the "boundingPolygon" elementPolygonType[]ExtentType. getBoundingPolygonArray()Gets array of all "boundingPolygon" elementsPolygonTypeExtentType. getBoundingPolygonArray(int i)Gets ith "boundingPolygon" elementPolygonTypePolygonDocument. getPolygon()Gets the "Polygon" elementPolygonTypePolygonPropertyType. getPolygon()Gets the "Polygon" elementPolygonTypeExtentType. insertNewBoundingPolygon(int i)Inserts and returns a new empty value (as xml) as the ith "boundingPolygon" 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 with parameters of type PolygonType Modifier and Type Method Description voidBoundingPolygonDocument. setBoundingPolygon(PolygonType boundingPolygon)Sets the "boundingPolygon" elementvoidExtentType. setBoundingPolygonArray(int i, PolygonType boundingPolygon)Sets ith "boundingPolygon" elementvoidExtentType. setBoundingPolygonArray(PolygonType[] boundingPolygonArray)Sets array of all "boundingPolygon" elementvoidPolygonDocument. setPolygon(PolygonType polygon)Sets the "Polygon" elementvoidPolygonPropertyType. setPolygon(PolygonType polygon)Sets the "Polygon" element -
Uses of PolygonType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement PolygonType Modifier and Type Class Description classPolygonTypeImplAn XML PolygonType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return PolygonType Modifier and Type Method Description PolygonTypeBoundingPolygonDocumentImpl. addNewBoundingPolygon()Appends and returns a new empty "boundingPolygon" elementPolygonTypeExtentTypeImpl. addNewBoundingPolygon()Appends and returns a new empty value (as xml) as the last "boundingPolygon" elementPolygonTypePolygonDocumentImpl. addNewPolygon()Appends and returns a new empty "Polygon" elementPolygonTypePolygonPropertyTypeImpl. addNewPolygon()Appends and returns a new empty "Polygon" elementPolygonTypeBoundingPolygonDocumentImpl. getBoundingPolygon()Gets the "boundingPolygon" elementPolygonType[]ExtentTypeImpl. getBoundingPolygonArray()Gets array of all "boundingPolygon" elementsPolygonTypeExtentTypeImpl. getBoundingPolygonArray(int i)Gets ith "boundingPolygon" elementPolygonTypePolygonDocumentImpl. getPolygon()Gets the "Polygon" elementPolygonTypePolygonPropertyTypeImpl. getPolygon()Gets the "Polygon" elementPolygonTypeExtentTypeImpl. insertNewBoundingPolygon(int i)Inserts and returns a new empty value (as xml) as the ith "boundingPolygon" elementMethods in net.opengis.gml.impl with parameters of type PolygonType Modifier and Type Method Description voidBoundingPolygonDocumentImpl. setBoundingPolygon(PolygonType boundingPolygon)Sets the "boundingPolygon" elementvoidExtentTypeImpl. setBoundingPolygonArray(int i, PolygonType boundingPolygon)Sets ith "boundingPolygon" elementvoidExtentTypeImpl. setBoundingPolygonArray(PolygonType[] boundingPolygonArray)Sets array of all "boundingPolygon" elementvoidPolygonDocumentImpl. setPolygon(PolygonType polygon)Sets the "Polygon" elementvoidPolygonPropertyTypeImpl. setPolygon(PolygonType polygon)Sets the "Polygon" element
-