org.opengis.feature.simple
Interface SimpleFeatureCollection
- All Superinterfaces:
- Attribute, ComplexAttribute, Feature, FeatureCollection, Property
public interface SimpleFeatureCollection
- extends FeatureCollection
A FeatureCollection which placed the following contraints on its
contents.
- It contains features implementing a single feature type.
- It itself, contains no attributes.
getType
SimpleFeatureCollectionType getType()
- Restricted to SimpleFeatureCollectionType.
- Specified by:
getType
in interface Attribute
- Specified by:
getType
in interface ComplexAttribute
- Specified by:
getType
in interface Feature
- Specified by:
getType
in interface FeatureCollection
- Specified by:
getType
in interface Property
- Returns:
- SimpleFeatureCollectionType for this collection
getFeatureCollectionType
SimpleFeatureCollectionType getFeatureCollectionType()
- This is the same as getType(), this method is used for Java 1.4 applications.
- Returns:
- SimpleFeatureCollectionType for this collection
getMemberType
SimpleFeatureType getMemberType()
- Returns the single feature of allowed members of the collection.
This method is simply convenience and is equivalent to :
getType().getMemberType()
Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.