net.opengis.gml
Class AbstractFeatureCollectionType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.AbstractFeatureType
          extended by 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>
 


Field Summary
protected  List<FeaturePropertyType> featureMember
           
protected  FeatureArrayPropertyType featureMembers
           
 
Fields inherited from class net.opengis.gml.AbstractFeatureType
boundedBy, location
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
AbstractFeatureCollectionType()
           
 
Method Summary
 List<FeaturePropertyType> getFeatureMember()
          Gets the value of the featureMember property.
 FeatureArrayPropertyType getFeatureMembers()
          Obtient la valeur de la propriété featureMembers.
 boolean isSetFeatureMember()
           
 boolean isSetFeatureMembers()
           
 void setFeatureMembers(FeatureArrayPropertyType value)
          Définit la valeur de la propriété featureMembers.
 void unsetFeatureMember()
           
 
Methods inherited from class net.opengis.gml.AbstractFeatureType
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation
 
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
 

Field Detail

featureMember

protected List<FeaturePropertyType> featureMember

featureMembers

protected FeatureArrayPropertyType featureMembers
Constructor Detail

AbstractFeatureCollectionType

public AbstractFeatureCollectionType()
Method Detail

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.