public class FeatureListImpl extends AbstractMetadataListImpl implements FeatureList
Modifier and Type | Field and Description |
---|---|
protected OgcPropertyList<net.opengis.gml.v32.AbstractFeature> |
featureList |
definition
Constructor and Description |
---|
FeatureListImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addFeature(net.opengis.gml.v32.AbstractFeature feature)
Adds a new feature property
|
OgcPropertyList<net.opengis.gml.v32.AbstractFeature> |
getFeatureList()
Gets the list of feature properties
|
int |
getNumFeatures()
Returns number of feature properties
|
getDefinition, isSetDefinition, setDefinition
copyTo, getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefinition, isSetDefinition, setDefinition
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
protected OgcPropertyList<net.opengis.gml.v32.AbstractFeature> featureList
public OgcPropertyList<net.opengis.gml.v32.AbstractFeature> getFeatureList()
getFeatureList
in interface FeatureList
public int getNumFeatures()
getNumFeatures
in interface FeatureList
public void addFeature(net.opengis.gml.v32.AbstractFeature feature)
addFeature
in interface FeatureList