| java.lang.Object org.geotools.data.CollectionFeatureReader
CollectionFeatureReader | public class CollectionFeatureReader implements FeatureReader(Code) | | FeatureReader that reads features from a java.util.collection of features,
an array of features or a FeatureCollection.
author: jones |
CollectionFeatureReader | public CollectionFeatureReader(Collection featuresArg, FeatureType typeArg)(Code) | | Create a new instance.
Parameters: featuresArg - a colleciton of features. All features must be of the same FeatureType Parameters: typeArg - the Feature type of of the features. |
CollectionFeatureReader | public CollectionFeatureReader(FeatureCollection featuresArg, FeatureType typeArg)(Code) | | Create a new instance.
Parameters: featuresArg - a FeatureCollection. All features must be of the same FeatureType Parameters: typeArg - the Feature type of of the features. |
CollectionFeatureReader | public CollectionFeatureReader(Feature[] featuresArg)(Code) | | Create a new instance.
Parameters: featuresArg - an of features. All features must be of the same FeatureType |
|
|