public class GeometryCollectionType extends AbstractGeometryCollectionBaseType implements Visitable
Java class for GeometryCollectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeometryCollectionType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractGeometryCollectionBaseType">
<sequence maxOccurs="unbounded">
<element ref="{http://www.opengis.net/gml}geometryMember"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends GeometryAssociationType>> |
geometryMember |
gid, srsName| Constructor and Description |
|---|
GeometryCollectionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
List<JAXBElement<? extends GeometryAssociationType>> |
getGeometryMember()
Gets the value of the geometryMember property.
|
boolean |
isSetGeometryMember() |
void |
unsetGeometryMember() |
afterUnmarshal, getGid, getJAXBElementName, getSrsName, isSetGid, isSetSrsName, setGid, setJAXBElementName, setSrsNameprotected List<JAXBElement<? extends GeometryAssociationType>> geometryMember
public List<JAXBElement<? extends GeometryAssociationType>> getGeometryMember()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the geometryMember property.
For example, to add a new item, do as follows:
getGeometryMember().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<PolygonMemberType>
JAXBElement<LineStringMemberType>
JAXBElement<GeometryAssociationType>
JAXBElement<PointMemberType>
public boolean isSetGeometryMember()
public void unsetGeometryMember()
This work is licensed under a Creative Commons Attribution 4.0 International License.