net.opengis.gml
Class AbstractFeatureCollectionType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.AbstractFeatureType
net.opengis.gml.AbstractFeatureCollectionType
- Direct Known Subclasses:
- FeatureCollectionType, InlineFeatureCollectionType
public abstract class AbstractFeatureCollectionType
- extends AbstractFeatureType
A feature collection contains zero or more features.
Classe Java pour AbstractFeatureCollectionType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="AbstractFeatureCollectionType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractFeatureType">
<sequence>
<element ref="{http://www.opengis.net/gml}featureMember" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}featureMembers" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class net.opengis.gml.AbstractGMLType |
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
featureMember
protected List<FeaturePropertyType> featureMember
featureMembers
protected FeatureArrayPropertyType featureMembers
AbstractFeatureCollectionType
public AbstractFeatureCollectionType()
getFeatureMember
public List<FeaturePropertyType> getFeatureMember()
- Gets the value of the featureMember property.
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
FeaturePropertyType
isSetFeatureMember
public boolean isSetFeatureMember()
unsetFeatureMember
public void unsetFeatureMember()
getFeatureMembers
public FeatureArrayPropertyType getFeatureMembers()
- Obtient la valeur de la propriété featureMembers.
- Returns:
- possible object is
FeatureArrayPropertyType
setFeatureMembers
public void setFeatureMembers(FeatureArrayPropertyType value)
- Définit la valeur de la propriété featureMembers.
- Parameters:
value - allowed object is
FeatureArrayPropertyType
isSetFeatureMembers
public boolean isSetFeatureMembers()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.