public abstract class AbstractFeatureCollectionType extends AbstractFeatureCollectionBaseType implements Visitable
Java class for AbstractFeatureCollectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractFeatureCollectionType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractFeatureCollectionBaseType">
<sequence>
<element ref="{http://www.opengis.net/gml}featureMember" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<FeatureAssociationType> |
featureMember |
boundedBy, description, fid, name| Constructor and Description |
|---|
AbstractFeatureCollectionType() |
| Modifier and Type | Method and Description |
|---|---|
List<FeatureAssociationType> |
getFeatureMember()
Gets the value of the featureMember property.
|
boolean |
isSetFeatureMember() |
void |
unsetFeatureMember() |
afterUnmarshal, getBoundedBy, getDescription, getFid, getJAXBElementName, getName, isSetBoundedBy, isSetDescription, isSetFid, isSetName, setBoundedBy, setDescription, setFid, setJAXBElementName, setNameprotected List<FeatureAssociationType> featureMember
public List<FeatureAssociationType> getFeatureMember()
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 featureMember property.
For example, to add a new item, do as follows:
getFeatureMember().add(newItem);
Objects of the following type(s) are allowed in the list
FeatureAssociationType
public boolean isSetFeatureMember()
public void unsetFeatureMember()
This work is licensed under a Creative Commons Attribution 4.0 International License.