|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FeatureCollection in net.opengis.wfs.impl |
---|
Methods in net.opengis.wfs.impl that return FeatureCollection | |
---|---|
FeatureCollection |
WfsFactoryImpl.createFeatureCollectionFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
Uses of FeatureCollection in org.geotools.arcsde.data |
---|
Classes in org.geotools.arcsde.data that implement FeatureCollection | |
---|---|
class |
ArcSdeFeatureCollection
FeatureCollection implementation that works over an ArcSDEFeatureReader or one of the
decorators over it returned by ArcSDEDataStore#getFeatureReader(Query, Session, boolean) . |
Methods in org.geotools.arcsde.data that return FeatureCollection | |
---|---|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ArcSdeFeatureSource.getFeatures()
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ArcSdeFeatureSource.getFeatures(org.opengis.filter.Filter filter)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ArcSdeFeatureSource.getFeatures(Query query)
|
Methods in org.geotools.arcsde.data with parameters of type FeatureCollection | |
---|---|
java.util.List<org.opengis.filter.identity.FeatureId> |
ArcSdeFeatureStore.addFeatures(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
|
Uses of FeatureCollection in org.geotools.caching |
---|
Methods in org.geotools.caching that return FeatureCollection | |
---|---|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
FeatureCollectingVisitor.getCollection()
|
Uses of FeatureCollection in org.geotools.caching.featurecache |
---|
Methods in org.geotools.caching.featurecache that return FeatureCollection | |
---|---|
protected FeatureCollection |
AbstractFeatureCache._getFeatures(org.opengis.filter.Filter filter)
Gets features with satisfy a given filter. |
FeatureCollection |
AbstractFeatureCache.get(com.vividsolutions.jts.geom.Envelope e)
Get all features within a given envelope as a in memory feature collection. |
FeatureCollection |
FeatureCache.get(com.vividsolutions.jts.geom.Envelope e)
Returns a feature collection of features within in the given envelope. |
FeatureCollection |
AbstractFeatureCache.getFeatures()
Gets all features from that are contained within the feature source. |
FeatureCollection |
AbstractFeatureCache.getFeatures(org.opengis.filter.Filter filter)
Get all features with satisfy a given filter. |
FeatureCollection |
AbstractFeatureCache.getFeatures(Query query)
Gets all features which satisfy the given query. |
FeatureCollection |
FeatureCache.peek(com.vividsolutions.jts.geom.Envelope e)
Looks in the cache for the features within a given envelope. |
Methods in org.geotools.caching.featurecache with parameters of type FeatureCollection | |
---|---|
protected abstract void |
AbstractFeatureCache.isOversized(FeatureCollection fc)
Determines if the given feature collection is too big to put into the cache. |
void |
FeatureCache.put(FeatureCollection fc)
|
void |
FeatureCache.put(FeatureCollection fc,
com.vividsolutions.jts.geom.Envelope e)
|
Uses of FeatureCollection in org.geotools.caching.grid.featurecache |
---|
Methods in org.geotools.caching.grid.featurecache that return FeatureCollection | |
---|---|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
StreamingGridFeatureCache.get(com.vividsolutions.jts.geom.Envelope e)
Gets all feature within a given envelope. |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
StreamingGridFeatureCache.getFeatures(org.opengis.filter.Filter filter)
Get all features that match given filter. |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
StreamingGridFeatureCache.getFeatures(Query query)
Gets all features that match a query. |
FeatureCollection |
GridFeatureCache.peek(com.vividsolutions.jts.geom.Envelope e)
Looks in the cache for any elements within the given envelope. |
FeatureCollection |
StreamingGridFeatureCache.peek(com.vividsolutions.jts.geom.Envelope e)
Returns all features in the cache that match the given envelope. |
Methods in org.geotools.caching.grid.featurecache with parameters of type FeatureCollection | |
---|---|
protected void |
GridFeatureCache.isOversized(FeatureCollection fc)
|
void |
GridFeatureCache.put(FeatureCollection fc)
Adds a feature collection to the cache. |
void |
StreamingGridFeatureCache.put(FeatureCollection fc)
Unsupported. |
void |
GridFeatureCache.put(FeatureCollection fc,
com.vividsolutions.jts.geom.Envelope e)
Adds a feature collection to the cache. |
void |
StreamingGridFeatureCache.put(FeatureCollection fc,
com.vividsolutions.jts.geom.Envelope e)
Unsupported. |
Uses of FeatureCollection in org.geotools.caching.grid.featurecache.readers |
---|
Classes in org.geotools.caching.grid.featurecache.readers that implement FeatureCollection | |
---|---|
class |
GridCachingFeatureCollection
Feature collection that reads features from two sources, a cache and a feature source. |
Methods in org.geotools.caching.grid.featurecache.readers that return FeatureCollection | |
---|---|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
GridCachingFeatureCollection.sort(org.opengis.filter.sort.SortBy order)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
GridCachingFeatureCollection.subCollection(org.opengis.filter.Filter filter)
|
Methods in org.geotools.caching.grid.featurecache.readers with parameters of type FeatureCollection | |
---|---|
boolean |
GridCachingFeatureCollection.addAll(FeatureCollection<? extends org.opengis.feature.simple.SimpleFeatureType,? extends org.opengis.feature.simple.SimpleFeature> resource)
|
Uses of FeatureCollection in org.geotools.data |
---|
Classes in org.geotools.data that implement FeatureCollection | |
---|---|
class |
DefaultFeatureResults
Generic "results" of a query, class. |
class |
SampleDataAccessFeatureCollection
Collection of features from a SampleDataAccess . |
Methods in org.geotools.data that return FeatureCollection | |
---|---|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DefaultFeatureResults.collection()
|
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataUtilities.collection(FeatureIterator<org.opengis.feature.simple.SimpleFeature> reader)
Copies the provided reader into a FeatureCollection, reader will be closed. |
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataUtilities.collection(FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> reader)
Copies the provided reader into a FeatureCollection, reader will be closed. |
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataUtilities.collection(java.util.List<org.opengis.feature.simple.SimpleFeature> list)
Copies the provided features into a FeatureCollection. |
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataUtilities.collection(org.opengis.feature.simple.SimpleFeature feature)
Copies the provided features into a FeatureCollection. |
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataUtilities.collection(org.opengis.feature.simple.SimpleFeature[] features)
Copies the provided features into a FeatureCollection. |
FeatureCollection<org.opengis.feature.type.FeatureType,org.opengis.feature.Feature> |
SampleDataAccessFeatureSource.getFeatures()
Return a FeatureCollection containing the sample features. |
FeatureCollection |
CachingFeatureSource.getFeatures()
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
AbstractFeatureSource.getFeatures()
Retrieve all Features. |
FeatureCollection<T,F> |
FeatureSource.getFeatures()
Loads all features from the datasource into the return FeatureResults. |
FeatureCollection<org.opengis.feature.type.FeatureType,org.opengis.feature.Feature> |
SampleDataAccessFeatureSource.getFeatures(org.opengis.filter.Filter filter)
Not yet implemented. |
FeatureCollection |
CachingFeatureSource.getFeatures(org.opengis.filter.Filter filter)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
AbstractFeatureSource.getFeatures(org.opengis.filter.Filter filter)
Retrieve all Feature matching the Filter. |
FeatureCollection<T,F> |
FeatureSource.getFeatures(org.opengis.filter.Filter filter)
Loads features from the datasource into the returned FeatureResults, based on the passed filter. |
FeatureCollection<org.opengis.feature.type.FeatureType,org.opengis.feature.Feature> |
SampleDataAccessFeatureSource.getFeatures(Query query)
Not yet implemented. |
FeatureCollection |
CachingFeatureSource.getFeatures(Query query)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
AbstractFeatureSource.getFeatures(Query query)
Provides an interface to for the Results of a Query. |
FeatureCollection<T,F> |
FeatureSource.getFeatures(Query query)
Loads features from the datasource into the returned FeatureResults, based on the passed query. |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
VersioningFeatureSource.getLog(java.lang.String fromVersion,
java.lang.String toVersion,
org.opengis.filter.Filter filter,
java.lang.String[] userIds,
int maxRows)
Returns a log of changes performed between fromVersion and toVersion against the features matched by the specified filter. |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
VersioningFeatureSource.getVersionedFeatures()
Returns the same features as FeatureSource.getFeatures() but providing more
attributes, namely, revision, author and date of the version. |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
VersioningFeatureSource.getVersionedFeatures(org.opengis.filter.Filter f)
Returns the same features as FeatureSource.getFeatures(Filter) but providing more
attributes, namely, revision, author and date of the version. |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
VersioningFeatureSource.getVersionedFeatures(Query q)
Returns the same features as FeatureSource.getFeatures(Query) but providing more
attributes, namely, revision, author and date of the version. |
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataUtilities.results(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
Returns collection if non empty. |
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataUtilities.results(org.opengis.feature.simple.SimpleFeature[] featureArray)
|
FeatureCollection<org.opengis.feature.type.FeatureType,org.opengis.feature.Feature> |
SampleDataAccessFeatureCollection.sort(org.opengis.filter.sort.SortBy order)
Unsupported operation. |
FeatureCollection<org.opengis.feature.type.FeatureType,org.opengis.feature.Feature> |
SampleDataAccessFeatureCollection.subCollection(org.opengis.filter.Filter filter)
Unsupported operation. |
Methods in org.geotools.data with parameters of type FeatureCollection | |
---|---|
boolean |
SampleDataAccessFeatureCollection.addAll(FeatureCollection<? extends org.opengis.feature.type.FeatureType,? extends org.opengis.feature.Feature> resource)
|
java.util.List<org.opengis.filter.identity.FeatureId> |
AbstractFeatureStore.addFeatures(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
|
java.util.List<org.opengis.filter.identity.FeatureId> |
FeatureStore.addFeatures(FeatureCollection<T,F> collection)
Adds all features from the passed feature collection to the datasource. |
static com.vividsolutions.jts.geom.Envelope |
DataUtilities.bounds(FeatureCollection<? extends org.opengis.feature.type.FeatureType,? extends org.opengis.feature.Feature> collection)
Manually calculates the bounds of a feature collection. |
static DefaultFeatureCollection |
DataUtilities.collection(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> featureCollection)
Copies the provided features into a FeatureCollection. |
static java.util.Set<java.lang.String> |
DataUtilities.fidSet(FeatureCollection<?,?> featureCollection)
Copies the feature ids from each and every feature into a set. |
static java.util.List<org.opengis.feature.simple.SimpleFeature> |
DataUtilities.list(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> featureCollection)
Copies the provided fetaures into a List. |
static FeatureReader<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataUtilities.reader(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
Adapt a collection to a reader for use with FeatureStore.setFeatures( reader ). |
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataUtilities.results(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
Returns collection if non empty. |
static FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataUtilities.source(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
Wrap up the provided FeatureCollection as a feature soruce; allowing queries to be performed etc... |
Constructors in org.geotools.data with parameters of type FeatureCollection | |
---|---|
CollectionFeatureReader(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> featuresArg,
org.opengis.feature.simple.SimpleFeatureType typeArg)
Create a new instance. |
Uses of FeatureCollection in org.geotools.data.collection |
---|
Methods in org.geotools.data.collection that return FeatureCollection | |
---|---|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
CollectionDataStore.getCollection()
Returns the feature collection held by this data store |
Constructors in org.geotools.data.collection with parameters of type FeatureCollection | |
---|---|
CollectionDataStore(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
Builds a data store wrapper on top of a feature collection |
Uses of FeatureCollection in org.geotools.data.complex |
---|
Classes in org.geotools.data.complex that implement FeatureCollection | |
---|---|
class |
MappingFeatureCollection
FeatureCollection for a MappingFeatureIterator . |
Fields in org.geotools.data.complex declared as FeatureCollection | |
---|---|
protected FeatureCollection<org.opengis.feature.type.FeatureType,org.opengis.feature.Feature> |
DataAccessMappingFeatureIterator.sourceFeatures
|
Methods in org.geotools.data.complex that return FeatureCollection | |
---|---|
FeatureCollection<org.opengis.feature.type.FeatureType,org.opengis.feature.Feature> |
MappingFeatureCollection.sort(org.opengis.filter.sort.SortBy order)
|
FeatureCollection<org.opengis.feature.type.FeatureType,org.opengis.feature.Feature> |
MappingFeatureCollection.subCollection(org.opengis.filter.Filter filter)
|
Methods in org.geotools.data.complex with parameters of type FeatureCollection | |
---|---|
boolean |
MappingFeatureCollection.addAll(FeatureCollection<? extends org.opengis.feature.type.FeatureType,? extends org.opengis.feature.Feature> resource)
|
Uses of FeatureCollection in org.geotools.data.complex.xml |
---|
Subinterfaces of FeatureCollection in org.geotools.data.complex.xml | |
---|---|
interface |
XmlFeatureCollection
|
Uses of FeatureCollection in org.geotools.data.crs |
---|
Classes in org.geotools.data.crs that implement FeatureCollection | |
---|---|
class |
ForceCoordinateSystemFeatureResults
ForceCoordinateSystemFeatureResults provides a CoordinateReferenceSystem for FeatureTypes. |
class |
ReprojectFeatureResults
ReprojectFeatureReader provides a reprojection for FeatureTypes. |
Methods in org.geotools.data.crs that return FeatureCollection | |
---|---|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ForceCoordinateSystemFeatureResults.getOrigin()
Returns the feature results wrapped by this ForceCoordinateSystemFeatureResults |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ReprojectFeatureResults.getOrigin()
Returns the feature results wrapped by this reprojecting feature results |
Constructors in org.geotools.data.crs with parameters of type FeatureCollection | |
---|---|
ForceCoordinateSystemFeatureResults(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> results,
org.opengis.referencing.crs.CoordinateReferenceSystem forcedCS)
|
|
ForceCoordinateSystemFeatureResults(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> results,
org.opengis.referencing.crs.CoordinateReferenceSystem forcedCS,
boolean forceOnlyMissing)
|
|
ReprojectFeatureResults(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> results,
org.opengis.referencing.crs.CoordinateReferenceSystem destinationCS)
Creates a new reprojecting feature results |
Uses of FeatureCollection in org.geotools.data.directory |
---|
Methods in org.geotools.data.directory with parameters of type FeatureCollection | |
---|---|
java.util.List<org.opengis.filter.identity.FeatureId> |
DirectoryFeatureStore.addFeatures(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
|
Uses of FeatureCollection in org.geotools.data.gen |
---|
Classes in org.geotools.data.gen that implement FeatureCollection | |
---|---|
class |
PreGeneralizedFeatureCollection
|
Fields in org.geotools.data.gen declared as FeatureCollection | |
---|---|
protected FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
PreGeneralizedFeatureCollection.backendCollection
|
Methods in org.geotools.data.gen that return FeatureCollection | |
---|---|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
PreGeneralizedFeatureSource.getFeatures()
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
PreGeneralizedFeatureSource.getFeatures(org.opengis.filter.Filter filter)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
PreGeneralizedFeatureSource.getFeatures(Query query)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
PreGeneralizedFeatureCollection.sort(org.opengis.filter.sort.SortBy sortBy)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
PreGeneralizedFeatureCollection.subCollection(org.opengis.filter.Filter filter)
|
Methods in org.geotools.data.gen with parameters of type FeatureCollection | |
---|---|
boolean |
PreGeneralizedFeatureCollection.addAll(FeatureCollection arg0)
|
Constructors in org.geotools.data.gen with parameters of type FeatureCollection | |
---|---|
PreGeneralizedFeatureCollection(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> backendCollection,
org.opengis.feature.simple.SimpleFeatureType featureType,
int[] indexMapping,
java.lang.String geomPropertyName,
java.lang.String backendGeomPropertyName)
|
Uses of FeatureCollection in org.geotools.data.jdbc |
---|
Classes in org.geotools.data.jdbc that implement FeatureCollection | |
---|---|
class |
JDBCFeatureCollection
Deprecated. scheduled for removal in 2.7, use classes in org.geotools.jdbc |
Methods in org.geotools.data.jdbc that return FeatureCollection | |
---|---|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
JDBCFeatureSource.getFeatures()
Deprecated. Retrieve all Features |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
JDBCFeatureSource.getFeatures(org.opengis.filter.Filter filter)
Deprecated. Retrieve all Feature matching the Filter |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
JDBCFeatureSource.getFeatures(Query request)
Deprecated. Provides an interface to for the Resutls of a Query. |
Methods in org.geotools.data.jdbc with parameters of type FeatureCollection | |
---|---|
java.util.List<org.opengis.filter.identity.FeatureId> |
JDBCFeatureStore.addFeatures(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
Deprecated. |
Uses of FeatureCollection in org.geotools.data.memory |
---|
Classes in org.geotools.data.memory that implement FeatureCollection | |
---|---|
class |
MemoryFeatureCollection
Implement a FeatureCollection |
Methods in org.geotools.data.memory with parameters of type FeatureCollection | |
---|---|
void |
MemoryDataStore.addFeatures(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
|
Constructors in org.geotools.data.memory with parameters of type FeatureCollection | |
---|---|
MemoryDataStore(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
|
Uses of FeatureCollection in org.geotools.data.postgis |
---|
Methods in org.geotools.data.postgis that return FeatureCollection | |
---|---|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
WrappingPostgisFeatureSource.getFeatures()
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
VersionedPostgisFeatureStore.getFeatures()
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
WrappingPostgisFeatureSource.getFeatures(org.opengis.filter.Filter filter)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
VersionedPostgisFeatureStore.getFeatures(org.opengis.filter.Filter filter)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
WrappingPostgisFeatureSource.getFeatures(Query query)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
VersionedPostgisFeatureStore.getFeatures(Query query)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
VersionedPostgisFeatureStore.getLog(java.lang.String fromVersion,
java.lang.String toVersion,
org.opengis.filter.Filter filter,
java.lang.String[] userIds,
int maxRows)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
VersionedPostgisFeatureStore.getVersionedFeatures()
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
VersionedPostgisFeatureStore.getVersionedFeatures(org.opengis.filter.Filter filter)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
VersionedPostgisFeatureStore.getVersionedFeatures(Query query)
|
Methods in org.geotools.data.postgis with parameters of type FeatureCollection | |
---|---|
java.util.List<org.opengis.filter.identity.FeatureId> |
VersionedPostgisFeatureStore.addFeatures(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
|
Uses of FeatureCollection in org.geotools.data.postgis.collection |
---|
Classes in org.geotools.data.postgis.collection that implement FeatureCollection | |
---|---|
class |
PostgisFeatureCollection
FeatureCollection |
Uses of FeatureCollection in org.geotools.data.store |
---|
Classes in org.geotools.data.store that implement FeatureCollection | |
---|---|
class |
ContentFeatureCollection
A FeatureCollection that completly delegates to a backing FetaureSource. |
class |
DataFeatureCollection
A starting point for implementing FeatureCollection's backed onto a FeatureReader. |
class |
EmptyFeatureCollection
|
class |
FilteringFeatureCollection<T extends FeatureType,F extends Feature>
Decorates a feature collection with one that filters content. |
class |
MaxFeaturesFeatureCollection<T extends FeatureType,F extends Feature>
FeatureCollection |
class |
ReprojectingFeatureCollection
FeatureCollection |
class |
ReTypingFeatureCollection
FeatureCollection |
Methods in org.geotools.data.store that return FeatureCollection | |
---|---|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
AbstractFeatureSource2.getFeatures(org.opengis.filter.Filter filter)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
AbstractFeatureSource2.getFeatures(Query query)
|
protected FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
AbstractFeatureSource2.reproject(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> features,
org.opengis.referencing.crs.CoordinateReferenceSystem source,
org.opengis.referencing.crs.CoordinateReferenceSystem target)
Template method for reprojecting a feature collection from a source crs to a target crs. |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ContentFeatureCollection.sort(SortBy order)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ContentFeatureCollection.sort(org.opengis.filter.sort.SortBy sort)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataFeatureCollection.sort(org.opengis.filter.sort.SortBy order)
Construct a sorted view of this content. |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ReprojectingFeatureCollection.sort(org.opengis.filter.sort.SortBy order)
|
FeatureCollection<T,F> |
FilteringFeatureCollection.sort(org.opengis.filter.sort.SortBy order)
|
FeatureCollection<T,F> |
MaxFeaturesFeatureCollection.sort(org.opengis.filter.sort.SortBy order)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataFeatureCollection.sort(SortBy2 order)
Allows for "Advanced" sort capabilities specific to the GeoTools platform! |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ContentFeatureCollection.subCollection(org.opengis.filter.Filter filter)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DataFeatureCollection.subCollection(org.opengis.filter.Filter filter)
Will return an optimized subCollection based on access to the origional FeatureSource. |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
ReprojectingFeatureCollection.subCollection(org.opengis.filter.Filter filter)
|
FeatureCollection<T,F> |
FilteringFeatureCollection.subCollection(org.opengis.filter.Filter filter)
|
FeatureCollection<T,F> |
MaxFeaturesFeatureCollection.subCollection(org.opengis.filter.Filter filter)
|
Methods in org.geotools.data.store with parameters of type FeatureCollection | |
---|---|
boolean |
ContentFeatureCollection.addAll(FeatureCollection c)
|
boolean |
DataFeatureCollection.addAll(FeatureCollection resource)
|
java.util.List<org.opengis.filter.identity.FeatureId> |
ContentFeatureStore.addFeatures(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
Adds a collection of features to the store. |
protected FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
AbstractFeatureSource2.reproject(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> features,
org.opengis.referencing.crs.CoordinateReferenceSystem source,
org.opengis.referencing.crs.CoordinateReferenceSystem target)
Template method for reprojecting a feature collection from a source crs to a target crs. |
Constructors in org.geotools.data.store with parameters of type FeatureCollection | |
---|---|
FilteringFeatureCollection(FeatureCollection<T,F> delegate,
org.opengis.filter.Filter filter)
|
|
MaxFeaturesFeatureCollection(FeatureCollection<T,F> delegate,
long max)
|
|
ReprojectingFeatureCollection(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> delegate,
org.opengis.referencing.crs.CoordinateReferenceSystem target)
|
|
ReprojectingFeatureCollection(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> delegate,
org.opengis.referencing.crs.CoordinateReferenceSystem source,
org.opengis.referencing.crs.CoordinateReferenceSystem target)
|
|
ReTypingFeatureCollection(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> delegate,
org.opengis.feature.simple.SimpleFeatureType featureType)
|
Uses of FeatureCollection in org.geotools.data.view |
---|
Methods in org.geotools.data.view that return FeatureCollection | |
---|---|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DefaultView.getFeatures()
Implement getFeatures. |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DefaultView.getFeatures(org.opengis.filter.Filter filter)
Implement getFeatures. |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DefaultView.getFeatures(Query query)
Implement getFeatures. |
Uses of FeatureCollection in org.geotools.data.wfs.v1_0_0 |
---|
Classes in org.geotools.data.wfs.v1_0_0 that implement FeatureCollection | |
---|---|
static class |
WFSFeatureSource.WFSFeatureResults
|
Methods in org.geotools.data.wfs.v1_0_0 that return FeatureCollection | |
---|---|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
WFSFeatureSource.getFeatures()
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
WFSFeatureSource.getFeatures(Filter filter)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
WFSFeatureSource.getFeatures(Query query)
|
Methods in org.geotools.data.wfs.v1_0_0 with parameters of type FeatureCollection | |
---|---|
java.util.List<org.opengis.filter.identity.FeatureId> |
WFSFeatureStore.addFeatures(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
|
Uses of FeatureCollection in org.geotools.feature |
---|
Classes in org.geotools.feature that implement FeatureCollection | |
---|---|
class |
DefaultFeatureCollection
A basic implementation of FeatureCollection TreeMap for
its internal storage. |
Methods in org.geotools.feature that return FeatureCollection | |
---|---|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DefaultFeatureCollection.collection()
|
protected FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DefaultFeatureCollections.createCollection()
Creates a new DefaultFeatureCollection. |
protected abstract FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
FeatureCollections.createCollection()
Subclasses must implement this to return a new FeatureCollection |
protected FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DefaultFeatureCollections.createCollection(java.lang.String id)
|
protected abstract FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
FeatureCollections.createCollection(java.lang.String id)
Subclasses must implement this to return a new FeatureCollection |
protected FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DefaultFeatureCollections.createCollection(java.lang.String id,
org.opengis.feature.simple.SimpleFeatureType ft)
|
FeatureCollection<? extends org.opengis.feature.type.FeatureType,? extends org.opengis.feature.Feature> |
CollectionEvent.getCollection()
provides access to the FeatureCollection |
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
FeatureCollections.newCollection()
create a new FeatureCollection |
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
FeatureCollections.newCollection(java.lang.String id)
Creates a new FeatureCollection |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DefaultFeatureCollection.sort(org.opengis.filter.sort.SortBy order)
Construct a sorted view of this content. |
FeatureCollection<T,F> |
FeatureCollection.sort(org.opengis.filter.sort.SortBy order)
collection.subCollection( myFilter ).sort( {"foo","bar"} ); collection.subCollection( myFilter ).sort( "bar" ).sort("foo") |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DefaultFeatureCollection.sort(SortBy2 order)
Allows for "Advanced" sort capabilities specific to the GeoTools platform! |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
DefaultFeatureCollection.subCollection(org.opengis.filter.Filter filter)
Will return an optimized subCollection based on access to the origional MemoryFeatureCollection. |
FeatureCollection<T,F> |
FeatureCollection.subCollection(org.opengis.filter.Filter filter)
FeatureCollection |
Methods in org.geotools.feature with parameters of type FeatureCollection | |
---|---|
boolean |
DefaultFeatureCollection.addAll(FeatureCollection collection)
|
boolean |
FeatureCollection.addAll(FeatureCollection<? extends T,? extends F> resource)
|
void |
FeatureCollectionIteration.Handler.endFeatureCollection(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fc)
The handler is done visiting a FeatureCollection. |
void |
FeatureCollectionIteration.Handler.handleFeatureCollection(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fc)
The handler is visiting a FeatureCollection. |
static void |
FeatureCollectionIteration.iteration(FeatureCollectionIteration.Handler handler,
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
A convienience method for obtaining a new iteration and calling iterate. |
protected void |
FeatureCollectionIteration.walker(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
Perform the iterative behavior on the given collection. |
Constructors in org.geotools.feature with parameters of type FeatureCollection | |
---|---|
CollectionEvent(FeatureCollection<? extends org.opengis.feature.type.FeatureType,? extends org.opengis.feature.Feature> collection,
FeatureEvent event)
|
|
CollectionEvent(FeatureCollection<? extends org.opengis.feature.type.FeatureType,? extends org.opengis.feature.Feature> source,
org.opengis.feature.simple.SimpleFeature[] involvedFeatures,
int type)
Constructs a new CollectionEvent. |
|
DefaultFeatureCollection(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
This constructor should not be used by client code. |
|
FeatureCollectionIteration(FeatureCollectionIteration.Handler handler,
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
Create a new FeatureCollectionIteration with the given handler and collection. |
Uses of FeatureCollection in org.geotools.feature.collection |
---|
Subinterfaces of FeatureCollection in org.geotools.feature.collection | |
---|---|
interface |
RandomFeatureAccess
Access Feature content using Feature "Id". |
Classes in org.geotools.feature.collection that implement FeatureCollection | |
---|---|
class |
AbstractFeatureCollection
Implement a feature collection just based on provision of iterator. |
class |
AdaptorFeatureCollection
Implement a feature collection just based on provision of iterator. |
class |
DecoratingFeatureCollection<T extends FeatureType,F extends Feature>
A FeatureCollection which completley delegates to another FeatureCollection. |
class |
SubFeatureCollection
Used as a reasonable default implementation for subCollection. |
class |
SubFeatureList
|
Fields in org.geotools.feature.collection declared as FeatureCollection | |
---|---|
protected FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
SubFeatureCollection.collection
Original Collection |
protected FeatureCollection<T,F> |
DecoratingFeatureCollection.delegate
the delegate |
Methods in org.geotools.feature.collection that return FeatureCollection | |
---|---|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
SubFeatureCollection.collection()
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
AbstractFeatureCollection.sort(org.opengis.filter.sort.SortBy order)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
SubFeatureCollection.sort(org.opengis.filter.sort.SortBy order)
|
FeatureCollection<T,F> |
DecoratingFeatureCollection.sort(org.opengis.filter.sort.SortBy order)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
AdaptorFeatureCollection.sort(org.opengis.filter.sort.SortBy order)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
AbstractFeatureCollection.subCollection(org.opengis.filter.Filter filter)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
SubFeatureCollection.subCollection(org.opengis.filter.Filter filter)
|
FeatureCollection<T,F> |
DecoratingFeatureCollection.subCollection(org.opengis.filter.Filter filter)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
AdaptorFeatureCollection.subCollection(org.opengis.filter.Filter filter)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
AbstractFeatureCollection.subList(org.opengis.filter.Filter filter)
|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
SubFeatureList.subList(org.opengis.filter.Filter subfilter)
Sublist of this sublist! |
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
AdaptorFeatureCollection.subList(org.opengis.filter.Filter filter)
|
Methods in org.geotools.feature.collection with parameters of type FeatureCollection | |
---|---|
boolean |
DecoratingFeatureCollection.addAll(FeatureCollection c)
|
boolean |
AdaptorFeatureCollection.addAll(FeatureCollection c)
|
boolean |
AbstractFeatureCollection.addAll(FeatureCollection<? extends org.opengis.feature.simple.SimpleFeatureType,? extends org.opengis.feature.simple.SimpleFeature> c)
|
Constructors in org.geotools.feature.collection with parameters of type FeatureCollection | |
---|---|
DecoratingFeatureCollection(FeatureCollection<T,F> delegate)
|
|
DelegateFeatureIterator(FeatureCollection<? extends org.opengis.feature.type.FeatureType,F> collection,
java.util.Iterator<F> iterator)
Wrap the provided iterator up as a FeatureIterator. |
|
FeatureIteratorImpl(FeatureCollection<? extends org.opengis.feature.type.FeatureType,F> collection)
Create a new FeatureIterator |
|
FilteredIterator(FeatureCollection<? extends org.opengis.feature.type.FeatureType,F> collection,
org.opengis.filter.Filter filter)
|
|
SubFeatureCollection(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
|
|
SubFeatureCollection(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection,
org.opengis.filter.Filter subfilter)
|
|
SubFeatureList(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> list,
org.opengis.filter.Filter filter)
|
|
SubFeatureList(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> list,
org.opengis.filter.Filter filter,
org.opengis.filter.sort.SortBy subSort)
Create a simple SubFeatureList with the provided filter. |
|
SubFeatureList(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> list,
java.util.List order)
|
|
SubFeatureList(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> list,
org.opengis.filter.sort.SortBy sort)
|
Uses of FeatureCollection in org.geotools.feature.visitor |
---|
Methods in org.geotools.feature.visitor with parameters of type FeatureCollection | |
---|---|
static java.lang.Object |
CollectionUtil.calc(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection,
FeatureCalc calculator)
|
void |
AverageVisitor.init(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
|
void |
SumVisitor.init(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
|
void |
CountVisitor.init(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
|
void |
MinVisitor.init(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
|
void |
UniqueVisitor.init(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
|
void |
MedianVisitor.init(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
|
void |
MaxVisitor.init(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
|
void |
QuantileListVisitor.init(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
|
void |
StandardDeviationVisitor.init(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
|
Uses of FeatureCollection in org.geotools.filter |
---|
Methods in org.geotools.filter with parameters of type FeatureCollection | |
---|---|
static void |
FilteringIteration.filter(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> features,
Filter filter)
|
Constructors in org.geotools.filter with parameters of type FeatureCollection | |
---|---|
FilteringIteration(org.opengis.filter.Filter filter,
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
Creates a new instance of FilteringIteration |
Uses of FeatureCollection in org.geotools.gml |
---|
Constructors in org.geotools.gml with parameters of type FeatureCollection | |
---|---|
GMLReceiver(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> featureCollection)
Creates a new instance of GMLReceiver |
Uses of FeatureCollection in org.geotools.gml.producer |
---|
Methods in org.geotools.gml.producer with parameters of type FeatureCollection | |
---|---|
void |
FeatureTransformer.FeatureTranslator.endFeatureCollection(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
Sends sax for the ending of a feature collection. |
void |
FeatureTransformer.FeatureTranslator.handleFeatureCollection(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection)
Prints up the gml for a featurecollection. |
Uses of FeatureCollection in org.geotools.graph.util.delaunay |
---|
Methods in org.geotools.graph.util.delaunay with parameters of type FeatureCollection | |
---|---|
static DelaunayNode[] |
AutoClustUtils.featureCollectionToNodeArray(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fc)
|
DelaunayNode[] |
DelaunayTriangulator.featuresToNodes(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fc)
|
void |
DelaunayTriangulator.setFeatureCollection(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> data)
|
Uses of FeatureCollection in org.geotools.map |
---|
Methods in org.geotools.map with parameters of type FeatureCollection | |
---|---|
void |
MapContext.addLayer(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection,
Style style)
Add a new layer and trigger a LayerListEvent . |
void |
DefaultMapContext.addLayer(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection,
Style style)
Add the given feature collection as a new layer to the end of the list of layers held by this context and trigger a MapLayerListEvent. |
Constructors in org.geotools.map with parameters of type FeatureCollection | |
---|---|
DefaultMapLayer(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection,
Style style)
Creates a new instance of DefaultMapLayer using a non-emtpy feature collection as a parameter |
|
DefaultMapLayer(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection,
Style style,
java.lang.String title)
Creates a new instance of DefaultMapLayer using a non-emtpy feature collection as a parameter |
Uses of FeatureCollection in org.geotools.process.feature |
---|
Fields in org.geotools.process.feature with type parameters of type FeatureCollection | |
---|---|
static Parameter<FeatureCollection> |
AbstractFeatureCollectionProcessFactory.FEATURES
Features for operation |
Uses of FeatureCollection in org.geotools.process.raster |
---|
Fields in org.geotools.process.raster with type parameters of type FeatureCollection | |
---|---|
static Parameter<FeatureCollection> |
RasterToVectorFactory.RESULT_FEATURES
Parameter to retrieve the vectorized features from the results map returned by RasterToVectorProcess.execute(java.util.Map, org.opengis.util.ProgressListener) |
Methods in org.geotools.process.raster that return FeatureCollection | |
---|---|
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
RasterToVectorProcess.process(GridCoverage2D cov,
int band,
org.opengis.geometry.Envelope bounds,
java.util.Collection<java.lang.Double> outsideValues,
boolean insideEdges,
org.opengis.util.ProgressListener monitor)
A static helper method that can be called directy to run the process. |
Methods in org.geotools.process.raster with parameters of type FeatureCollection | |
---|---|
static GridCoverage2D |
VectorToRasterProcess.process(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> features,
java.lang.Object attribute,
java.awt.Dimension gridDim,
org.opengis.geometry.Envelope bounds,
java.lang.String covName,
org.opengis.util.ProgressListener monitor)
A static helper method that can be called directy to run the process. |
Uses of FeatureCollection in org.geotools.renderer |
---|
Methods in org.geotools.renderer with parameters of type FeatureCollection | |
---|---|
void |
Renderer.render(FeatureCollection<? extends org.opengis.feature.type.FeatureType,? extends org.opengis.feature.Feature> fc,
com.vividsolutions.jts.geom.Envelope viewport,
Style style)
Renders the provided features using the specified style. |
Uses of FeatureCollection in org.geotools.renderer.lite |
---|
Classes in org.geotools.renderer.lite that implement FeatureCollection | |
---|---|
class |
IndexedFeatureResults
IndexedFeatureReader |
Methods in org.geotools.renderer.lite that return FeatureCollection | |
---|---|
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
IndexedFeatureResults.collection()
|
Constructors in org.geotools.renderer.lite with parameters of type FeatureCollection | |
---|---|
IndexedFeatureResults(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> results)
|
Uses of FeatureCollection in org.geotools.resources.coverage |
---|
Methods in org.geotools.resources.coverage that return FeatureCollection | |
---|---|
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
FeatureUtilities.wrapGridCoverage(GridCoverage2D coverage)
Wraps a grid coverage into a Feature. |
static FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> |
FeatureUtilities.wrapGridCoverageReader(AbstractGridCoverage2DReader gridCoverageReader,
org.opengis.parameter.GeneralParameterValue[] params)
Wraps a grid coverage into a Feature. |
Uses of FeatureCollection in org.geotools.styling |
---|
Methods in org.geotools.styling with parameters of type FeatureCollection | |
---|---|
Style |
StyleBuilder.buildClassifiedStyle(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> fc,
java.lang.String name,
java.lang.String[] colors,
org.opengis.feature.simple.SimpleFeatureType schema)
given a feature collection and an array of colours build a style with the given number of classes on the named column |
Uses of FeatureCollection in org.geotools.swing.table |
---|
Constructors in org.geotools.swing.table with parameters of type FeatureCollection | |
---|---|
FeatureCollectionTableModel(FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> features)
Constructor |
Uses of FeatureCollection in org.geotools.swing.tool |
---|
Methods in org.geotools.swing.tool that return FeatureCollection | |
---|---|
FeatureCollection |
VectorLayerHelper.getInfo(DirectPosition2D pos,
java.lang.Object... params)
Get feature data at the given position. |
Uses of FeatureCollection in org.geotools.validation |
---|
Methods in org.geotools.validation with parameters of type FeatureCollection | |
---|---|
void |
Validator.featureValidation(java.lang.String dsid,
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> features,
ValidationResults results)
featureValidation Purpose: |
void |
ValidationProcessor.runFeatureTests(java.lang.String dsID,
FeatureCollection<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> collection,
ValidationResults results)
runFeatureTests Change: Uses a FeatureIterator |
Uses of FeatureCollection in org.geotools.wfs |
---|
Classes in org.geotools.wfs that implement FeatureCollection | |
---|---|
class |
CompositeFeatureCollection
Wraps multiple feature collections into a single. |
Uses of FeatureCollection in org.geotools.xml.gml |
---|
Classes in org.geotools.xml.gml that implement FeatureCollection | |
---|---|
class |
GMLFeatureCollection
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |