Uses of Package
org.geotools.feature.collection
-
Packages that use org.geotools.feature.collection Package Description org.geotools.data.collection Implementations of FeatureCollection for different purposes.org.geotools.data.crs org.geotools.data.geojson org.geotools.data.memory org.geotools.data.store org.geotools.data.wfs.internal org.geotools.feature.collection Helper classes for implementing FeatureCollections.org.geotools.process.vector Vector processing support for the GeoTools library. -
Classes in org.geotools.feature.collection used by org.geotools.data.collection Class Description AbstractFeatureCollection Implement a feature collection just based on provision of anIterator
.DecoratingSimpleFeatureCollection A FeatureCollection which completely delegates to another FeatureCollection. -
Classes in org.geotools.feature.collection used by org.geotools.data.crs Class Description AbstractFeatureCollection Implement a feature collection just based on provision of anIterator
. -
Classes in org.geotools.feature.collection used by org.geotools.data.geojson Class Description BaseFeatureCollection Implement a feature collection just based on provision of aFeatureIterator
.BaseSimpleFeatureCollection -
Classes in org.geotools.feature.collection used by org.geotools.data.memory Class Description AbstractFeatureCollection Implement a feature collection just based on provision of anIterator
.RandomFeatureAccess Access Feature content using Feature "Id". -
Classes in org.geotools.feature.collection used by org.geotools.data.store Class Description DecoratingFeatureCollection A FeatureCollection which completely delegates to another FeatureCollection.DecoratingSimpleFeatureCollection A FeatureCollection which completely delegates to another FeatureCollection. -
Classes in org.geotools.feature.collection used by org.geotools.data.wfs.internal Class Description BaseFeatureCollection Implement a feature collection just based on provision of aFeatureIterator
. -
Classes in org.geotools.feature.collection used by org.geotools.feature.collection Class Description BaseFeatureCollection Implement a feature collection just based on provision of aFeatureIterator
.BaseSimpleFeatureCollection DecoratingFeatureIterator A feature iterator that completely delegates to another FeatureIterator.DecoratingSimpleFeatureCollection A FeatureCollection which completely delegates to another FeatureCollection.DecoratingSimpleFeatureIterator A feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.4 code to escape the caste (sic) system.DelegateFeatureIterator A feature iterator that completely delegates to a normal Iterator, simply allowing Java 1.4 code to escape the caste (sic) system.FeatureIteratorImpl A convenience class for dealing with wrapping a Collection Iterator up as a FeatureIterator.RandomFeatureAccess Access Feature content using Feature "Id".SubFeatureCollection Reasonable default implementation for subCollection making use of parentSimpleFeatureCollection.features()
and provided Filter. -
Classes in org.geotools.feature.collection used by org.geotools.process.vector Class Description BaseFeatureCollection Implement a feature collection just based on provision of aFeatureIterator
.