Uses of Interface
org.geotools.feature.FeatureCollection
Packages that use FeatureCollection
Package
Description
Defines the DataStore API via which all data is imported or exported.
Implementations of FeatureCollection for different purposes.
This package contains the implementation of a ComplexDataStore,
Helper classes for implementing FeatureCollections.
List of layers to be rendered.
Vector processing support for the GeoTools library.
Basic interface for rendering of features.
A simple renderer implementation.
-
Uses of FeatureCollection in net.opengis.wfs.impl
Methods in net.opengis.wfs.impl that return FeatureCollectionModifier and TypeMethodDescriptionWfsFactoryImpl.createFeatureCollectionFromString
(EDataType eDataType, String initialValue) -
Uses of FeatureCollection in net.opengis.wfs20
Methods in net.opengis.wfs20 that return types with arguments of type FeatureCollectionModifier and TypeMethodDescriptionEList<FeatureCollection>
SimpleFeatureCollectionType.getMember()
Returns the value of the 'Member' containment reference list. -
Uses of FeatureCollection in net.opengis.wfs20.impl
Fields in net.opengis.wfs20.impl with type parameters of type FeatureCollectionModifier and TypeFieldDescriptionprotected EList<FeatureCollection>
SimpleFeatureCollectionTypeImpl.member
The cached value of the 'Member
' attribute list.Methods in net.opengis.wfs20.impl that return FeatureCollectionModifier and TypeMethodDescriptionWfs20FactoryImpl.createFeatureCollectionFromString
(EDataType eDataType, String initialValue) Methods in net.opengis.wfs20.impl that return types with arguments of type FeatureCollectionModifier and TypeMethodDescriptionEList<FeatureCollection>
SimpleFeatureCollectionTypeImpl.getMember()
-
Uses of FeatureCollection in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type FeatureCollectionModifier and TypeMethodDescriptionboolean
Wfs20Validator.validateFeatureCollection
(FeatureCollection featureCollection, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of FeatureCollection in net.opengis.wfs20.validation
Method parameters in net.opengis.wfs20.validation with type arguments of type FeatureCollectionModifier and TypeMethodDescriptionboolean
SimpleFeatureCollectionTypeValidator.validateMember
(EList<FeatureCollection> value) -
Uses of FeatureCollection in org.geotools.api.data
Methods in org.geotools.api.data that return FeatureCollectionModifier and TypeMethodDescriptionFeatureSource.getFeatures()
Retrieves all features in the form of aFeatureCollection
.FeatureSource.getFeatures
(Query query) Retrieves features, in the form of aFeatureCollection
, based on aQuery
.FeatureSource.getFeatures
(Filter filter) Retrieves features, in the form of aFeatureCollection
, based on an OGCFilter
.Methods in org.geotools.api.data with parameters of type FeatureCollectionModifier and TypeMethodDescriptionFeatureStore.addFeatures
(FeatureCollection<T, F> featureCollection) Adds all features from the feature collection. -
Uses of FeatureCollection in org.geotools.appschema.resolver.data
Classes in org.geotools.appschema.resolver.data that implement FeatureCollectionMethods in org.geotools.appschema.resolver.data that return FeatureCollectionModifier and TypeMethodDescriptionSampleDataAccessFeatureSource.getFeatures()
Return aFeatureCollection
containing the sample features.SampleDataAccessFeatureSource.getFeatures
(Query query) Not yet implemented.SampleDataAccessFeatureSource.getFeatures
(Filter filter) Not yet implemented.Unsupported operation.SampleDataAccessFeatureCollection.subCollection
(Filter filter) Unsupported operation. -
Uses of FeatureCollection in org.geotools.data
Classes in org.geotools.data that implement FeatureCollectionModifier and TypeClassDescriptionclass
Generic "results" of a query, class.Methods in org.geotools.data with parameters of type FeatureCollectionModifier and TypeMethodDescriptionstatic ReferencedEnvelope
DataUtilities.bounds
(FeatureCollection<? extends FeatureType, ? extends Feature> collection) Manually calculates the bounds of a feature collection usingfeatures()
.static DefaultFeatureCollection
DataUtilities.collection
(FeatureCollection<SimpleFeatureType, SimpleFeature> featureCollection) Copies the provided features into a FeatureCollection.static <F extends Feature>
Collection<F>DataUtilities.collectionCast
(FeatureCollection<?, F> featureCollection) Used to quickly cast to a java.util.Collection.static int
DataUtilities.count
(FeatureCollection<? extends FeatureType, ? extends Feature> collection) Manually count the number of features in a feature collection using usingfeatures()
.DataUtilities.fidSet
(FeatureCollection<?, ?> featureCollection) Copies the feature ids from each and every feature into a set.static <F extends Feature>
FDataUtilities.first
(FeatureCollection<?, F> featureCollection) Obtain the first feature from the collection as an exemplar.DataUtilities.list
(FeatureCollection<?, F> featureCollection) Copies the provided features into a List.DataUtilities.list
(FeatureCollection<?, F> featureCollection, int maxFeatures) Copies the provided fetaures into a List.static SimpleFeatureReader
DataUtilities.reader
(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) Adapt a collection to a reader for use with FeatureStore.setFeatures( reader ).static SimpleFeatureCollection
DataUtilities.simple
(FeatureCollection<SimpleFeatureType, SimpleFeature> featureCollection) A safe cast to SimpleFeatureCollection; that will introduce a wrapper if it has to.static SimpleFeatureSource
DataUtilities.source
(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) Wraps up the provided feature collection in as a SimpleFeatureSource.static void
DataUtilities.visit
(FeatureCollection<?, ?> collection, FeatureVisitor visitor, ProgressListener progress) Manually visit each feature usingfeatures()
. -
Uses of FeatureCollection in org.geotools.data.collection
Classes in org.geotools.data.collection that implement FeatureCollectionModifier and TypeClassDescriptionprotected class
SubCollection for CollectionFeatureSource.class
FeatureCollection implementation wrapping around a java.util.List.class
FeatureCollection used to stage information for display using a SpatialIndex.class
Origional implementation of FeatureCollection using a TreeMap for internal storage.Methods in org.geotools.data.collection with parameters of type FeatureCollectionModifier and TypeMethodDescriptionboolean
SpatialIndexFeatureCollection.addAll
(FeatureCollection<? extends SimpleFeatureType, ? extends SimpleFeature> collection) boolean
TreeSetFeatureCollection.addAll
(FeatureCollection<?, ?> collection) Constructors in org.geotools.data.collection with parameters of type FeatureCollectionModifierConstructorDescriptionThis constructor should not be used by client code. -
Uses of FeatureCollection in org.geotools.data.complex
Classes in org.geotools.data.complex that implement FeatureCollectionFields in org.geotools.data.complex declared as FeatureCollectionModifier and TypeFieldDescriptionprotected FeatureCollection<? extends FeatureType,
? extends Feature> DataAccessMappingFeatureIterator.sourceFeatures
Methods in org.geotools.data.complex that return FeatureCollectionModifier and TypeMethodDescriptionMappingFeatureSource.getFeatures()
MappingFeatureSource.getFeatures
(Query query) MappingFeatureSource.getFeatures
(Filter filter) MappingFeatureSource.getFeatures
(Filter filter, Hints hints) MappingFeatureCollection.subCollection
(Filter filter) Methods in org.geotools.data.complex with parameters of type FeatureCollectionModifier and TypeMethodDescriptionboolean
MappingFeatureCollection.addAll
(FeatureCollection<? extends FeatureType, ? extends Feature> resource) IndexQueryManager.PartialIndexQueryManager.buildCombinedQuery
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection) Constructors in org.geotools.data.complex with parameters of type FeatureCollectionModifierConstructorDescriptionIndexUniqueVisitorIterator
(FeatureCollection<SimpleFeatureType, SimpleFeature> fc, Query idQuery, String idFieldName) -
Uses of FeatureCollection in org.geotools.data.complex.xml
Subinterfaces of FeatureCollection in org.geotools.data.complex.xml -
Uses of FeatureCollection in org.geotools.data.crs
Classes in org.geotools.data.crs that implement FeatureCollectionModifier and TypeClassDescriptionclass
ForceCoordinateSystemFeatureResults provides a CoordinateReferenceSystem for FeatureTypes.class
ReprojectFeatureReader provides a reprojection for FeatureTypes.Methods in org.geotools.data.crs that return FeatureCollectionModifier and TypeMethodDescriptionForceCoordinateSystemFeatureResults.getOrigin()
Returns the feature results wrapped by this ForceCoordinateSystemFeatureResultsReprojectFeatureResults.getOrigin()
Returns the feature results wrapped by this reprojecting feature resultsConstructors in org.geotools.data.crs with parameters of type FeatureCollectionModifierConstructorDescriptionForceCoordinateSystemFeatureResults
(FeatureCollection<SimpleFeatureType, SimpleFeature> results, CoordinateReferenceSystem forcedCS) ForceCoordinateSystemFeatureResults
(FeatureCollection<SimpleFeatureType, SimpleFeature> results, CoordinateReferenceSystem forcedCS, boolean forceOnlyMissing) ReprojectFeatureResults
(FeatureCollection<SimpleFeatureType, SimpleFeature> results, 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 FeatureCollectionModifier and TypeMethodDescriptionDirectoryFeatureStore.addFeatures
(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) -
Uses of FeatureCollection in org.geotools.data.gen
Classes in org.geotools.data.gen that implement FeatureCollection -
Uses of FeatureCollection in org.geotools.data.geojson
Classes in org.geotools.data.geojson that implement FeatureCollectionModifier and TypeClassDescriptionclass
A GeoJSON specific feature collection that can follow "next" links in order to retrieve all data -
Uses of FeatureCollection in org.geotools.data.memory
Classes in org.geotools.data.memory that implement FeatureCollectionModifier and TypeClassDescriptionclass
Implement a SimpleFeatureCollection by burning memory!Methods in org.geotools.data.memory with parameters of type FeatureCollectionModifier and TypeMethodDescriptionvoid
MemoryDataStore.addFeatures
(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) Constructors in org.geotools.data.memory with parameters of type FeatureCollectionModifierConstructorDescriptionMemoryDataStore
(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) -
Uses of FeatureCollection in org.geotools.data.simple
Subinterfaces of FeatureCollection in org.geotools.data.simpleModifier and TypeInterfaceDescriptioninterface
Access to "simple" Feature content where each feature has the same SimpleFeatureType. -
Uses of FeatureCollection in org.geotools.data.store
Classes in org.geotools.data.store that implement FeatureCollectionModifier and TypeClassDescriptionclass
A FeatureCollection that completely delegates to a backing FetaureSource#getReaderclass
A starting point for implementing FeatureCollection's backed onto a FeatureReader.class
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> SimpleFeatureCollection wrapper which limits the number of features returned.class
SimpleFeatureCollection decorator that reprojects all geometries of the features within the feature collection.class
SimpleFeatureCollection decorator which decorates a feature collection "re-typing" its schema based on attributes specified in a query.Methods in org.geotools.data.store that return FeatureCollectionModifier and TypeMethodDescriptionFilteringFeatureCollection.subCollection
(Filter filter) MaxFeaturesFeatureCollection.subCollection
(Filter filter) Methods in org.geotools.data.store with parameters of type FeatureCollectionModifier and TypeMethodDescriptionboolean
DataFeatureCollection.addAll
(FeatureCollection resource) ContentFeatureStore.addFeatures
(FeatureCollection<SimpleFeatureType, SimpleFeature> featureCollection) Adds a collection of features to the store.Constructors in org.geotools.data.store with parameters of type FeatureCollectionModifierConstructorDescriptionFilteringFeatureCollection
(FeatureCollection<T, F> delegate, Filter filter) MaxFeaturesFeatureCollection
(FeatureCollection<T, F> delegate, long max) ReprojectingFeatureCollection
(FeatureCollection<SimpleFeatureType, SimpleFeature> delegate, CoordinateReferenceSystem target) ReprojectingFeatureCollection
(FeatureCollection<SimpleFeatureType, SimpleFeature> delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target) ReTypingFeatureCollection
(FeatureCollection<SimpleFeatureType, SimpleFeature> delegate, SimpleFeatureType featureType) -
Uses of FeatureCollection in org.geotools.data.transform
Methods in org.geotools.data.transform with parameters of type FeatureCollectionModifier and TypeMethodDescriptionTransformFeatureStore.addFeatures
(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) -
Uses of FeatureCollection in org.geotools.data.util
Methods in org.geotools.data.util with parameters of type FeatureCollectionModifier and TypeMethodDescriptionstatic <T extends Feature,
K extends FeatureType>
Stream<T>FeatureStreams.toFeatureStream
(FeatureCollection<K, T> fc) Converts FeatureCollection to Stream of Features Use with try-with-resources clause for auto closing -
Uses of FeatureCollection in org.geotools.data.wfs.impl
Methods in org.geotools.data.wfs.impl that return FeatureCollectionModifier and TypeMethodDescriptionWFSContentComplexFeatureSource.getFeatures()
Get features using the default Query.ALL.WFSContentComplexFeatureSource.getFeatures
(Query query) Get features based on the query specified.WFSContentComplexFeatureSource.getFeatures
(Filter filter) Get features based on the specified filter. -
Uses of FeatureCollection in org.geotools.data.wfs.internal
Classes in org.geotools.data.wfs.internal that implement FeatureCollectionModifier and TypeClassDescriptionclass
Feature collection for parsing complex features.Methods in org.geotools.data.wfs.internal that return FeatureCollectionModifier and TypeMethodDescriptionWFSContentComplexFeatureCollection.subCollection
(Filter filter) Issue a new request for subCollection -
Uses of FeatureCollection in org.geotools.feature
Classes in org.geotools.feature that implement FeatureCollectionModifier and TypeClassDescriptionclass
A basic implementation of SimpleFeatureCollection which use aTreeMap
for its internal storage.Methods in org.geotools.feature that return FeatureCollectionModifier and TypeMethodDescriptionFeatureCollection<? extends FeatureType,
? extends Feature> CollectionEvent.getCollection()
provides access to the SimpleFeatureCollection which fired the eventObtained sorted contents.FeatureCollection.subCollection
(Filter filter) SimpleFeatureCollection "view" indicated by provided filter.Methods in org.geotools.feature with parameters of type FeatureCollectionModifier and TypeMethodDescriptionboolean
DefaultFeatureCollection.addAll
(FeatureCollection<?, ?> collection) void
FeatureCollectionIteration.Handler.endFeatureCollection
(FeatureCollection<?, ?> fc) The handler is done visiting a FeatureCollection.void
FeatureCollectionIteration.Handler.handleFeatureCollection
(FeatureCollection<?, ?> fc) The handler is visiting a FeatureCollection.static void
FeatureCollectionIteration.iteration
(FeatureCollectionIteration.Handler handler, FeatureCollection<?, ?> collection) A convienience method for obtaining a new iteration and calling iterate.protected void
FeatureCollectionIteration.walker
(FeatureCollection<?, ?> collection) Perform the iterative behavior on the given collection.Constructors in org.geotools.feature with parameters of type FeatureCollectionModifierConstructorDescriptionCollectionEvent
(FeatureCollection<? extends FeatureType, ? extends Feature> collection, FeatureEvent event) CollectionEvent
(FeatureCollection<? extends FeatureType, ? extends Feature> source, SimpleFeature[] involvedFeatures, int type) Constructs a new CollectionEvent.Used to stage content in memory.FeatureCollectionIteration
(FeatureCollectionIteration.Handler handler, FeatureCollection<?, ?> 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.collectionModifier and TypeInterfaceDescriptioninterface
Access Feature content using Feature "Id".Classes in org.geotools.feature.collection that implement FeatureCollectionModifier and TypeClassDescriptionclass
Implement a feature collection just based on provision of anIterator
.class
Implement a feature collection just based on provision of iterator.class
BaseFeatureCollection<T extends FeatureType,
F extends Feature> Implement a feature collection just based on provision of aFeatureIterator
.class
class
SimpleFeatureCollection wrapper that clip (crops) features according to the clip geometry passed.class
The class decorates a SimpleFeatureCollection with one that returns features that intersect the geometry passed with a Hints.GEOMETRY_CLIPclass
DecoratingFeatureCollection<T extends FeatureType,
F extends Feature> A FeatureCollection which completely delegates to another FeatureCollection.class
A FeatureCollection which completely delegates to another FeatureCollection.class
Decorates a feature collection with one that filters content.class
SimpleFeatureCollection wrapper which limits the number of features returned.class
A wrapper that will sort a feature collection using a size sensitive algorithm, in main memory for small collections, using secondary memory otherwise.class
Reasonable default implementation for subCollection making use of parentSimpleFeatureCollection.features()
and provided Filter.class
Default implementation ofsort(SortBy)
.Fields in org.geotools.feature.collection declared as FeatureCollectionModifier and TypeFieldDescriptionprotected FeatureCollection<T,
F> DecoratingFeatureCollection.delegate
the delegateMethods in org.geotools.feature.collection that return FeatureCollectionModifier and TypeMethodDescriptionObtained sorted contents, only implemented for SimpleFeature at present.BaseFeatureCollection.subCollection
(Filter filter) Convenience implementation that just wraps this collection into aFilteringFeatureCollection
.DecoratingFeatureCollection.subCollection
(Filter filter) Constructors in org.geotools.feature.collection with parameters of type FeatureCollectionModifierConstructorDescriptionprotected
DecoratingFeatureCollection
(FeatureCollection<T, F> delegate) protected
FilteringSimpleFeatureCollection
(FeatureCollection<SimpleFeatureType, SimpleFeature> delegate, Filter filter) MaxSimpleFeatureCollection
(FeatureCollection<SimpleFeatureType, SimpleFeature> delegate, long max) -
Uses of FeatureCollection in org.geotools.filter.function
Methods in org.geotools.filter.function with parameters of type FeatureCollectionModifier and TypeMethodDescriptionprotected double[]
ClassificationFunction.computeGroupByPercentages
(FeatureCollection collection, double[] percentages, int totalSize, double min, double classWidth) This method return percentages by using a single groupBy query to retrieve class members. -
Uses of FeatureCollection in org.geotools.geojson.feature
Methods in org.geotools.geojson.feature that return FeatureCollectionModifier and TypeMethodDescriptionFeatureJSON.readFeatureCollection
(InputStream input) Reads a feature collection from GeoJSON.FeatureJSON.readFeatureCollection
(Object input) Reads a feature collection from GeoJSON.Methods in org.geotools.geojson.feature with parameters of type FeatureCollectionModifier and TypeMethodDescriptionFeatureJSON.toString
(FeatureCollection features) Writes a feature collection as GeoJSON returning the result as a string.void
FeatureJSON.writeFeatureCollection
(FeatureCollection features, OutputStream output) Writes a feature collection as GeoJSON.void
FeatureJSON.writeFeatureCollection
(FeatureCollection features, Object output) Writes a feature collection as GeoJSON. -
Uses of FeatureCollection in org.geotools.gml.producer
Methods in org.geotools.gml.producer with parameters of type FeatureCollectionModifier and TypeMethodDescriptionvoid
FeatureTransformer.FeatureTranslator.endFeatureCollection
(FeatureCollection<?, ?> collection) Sends sax for the ending of a feature collection.void
FeatureTransformer.FeatureTranslator.handleFeatureCollection
(FeatureCollection<?, ?> collection) Prints up the gml for a featurecollection. -
Uses of FeatureCollection in org.geotools.map
Constructors in org.geotools.map with parameters of type FeatureCollectionModifierConstructorDescriptionFeatureLayer
(FeatureCollection collection, Style style) FeatureLayer
(FeatureCollection collection, Style style, String title) -
Uses of FeatureCollection in org.geotools.process.feature
Fields in org.geotools.process.feature with type parameters of type FeatureCollectionModifier and TypeFieldDescriptionstatic final Parameter<FeatureCollection>
AbstractFeatureCollectionProcessFactory.FEATURES
Features for operationstatic final Parameter<FeatureCollection>
FeatureToFeatureProcessFactory.RESULT
Result of the operation is a FeatureCollection. -
Uses of FeatureCollection in org.geotools.process.vector
Classes in org.geotools.process.vector that implement FeatureCollectionModifier and TypeClassDescriptionclass
ProcessingCollection<T extends FeatureType,
F extends Feature> Abstract base class to ease the implementation of a streaming processing collection, that is, one that tries to compute the results on the fly as the iterator is traversed.class
The simple feature version ofProcessingCollection
.Methods in org.geotools.process.vector that return FeatureCollectionModifier and TypeMethodDescriptionGroupCandidateSelectionProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> features, String aggregation, String operationAttribute, List<String> groupingAttributes) FeatureCollection<? extends FeatureType,
? extends Feature> LRSGeocodeProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Double measure) Process the input data set.FeatureCollection<? extends FeatureType,
? extends Feature> LRSMeasureProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Point point, CoordinateReferenceSystem crs) Process the input data set.FeatureCollection<? extends FeatureType,
? extends Feature> LRSSegmentProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Double fromMeasure, Double toMeasure) Process the input data set.NearestProcess.execute
(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs) Process the input data set.SnapProcess.execute
(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs) Process the input data set.Methods in org.geotools.process.vector with parameters of type FeatureCollectionModifier and TypeMethodDescriptionContours.contour
(FeatureCollection features, String elevation) BoundsProcess.execute
(FeatureCollection features) CollectGeometries.execute
(FeatureCollection features, ProgressListener progressListener) ContourProcess.execute
(FeatureCollection features, String propertyName, double[] levels, Double interval, Boolean simplify, Boolean smooth, ProgressListener progressListener) FeatureClassStats.execute
(FeatureCollection features, String attribute, List<Statistics.StatsType> statTypes, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener) GroupCandidateSelectionProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> features, String aggregation, String operationAttribute, List<String> groupingAttributes) FeatureCollection<? extends FeatureType,
? extends Feature> LRSGeocodeProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Double measure) Process the input data set.FeatureCollection<? extends FeatureType,
? extends Feature> LRSMeasureProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Point point, CoordinateReferenceSystem crs) Process the input data set.FeatureCollection<? extends FeatureType,
? extends Feature> LRSSegmentProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Double fromMeasure, Double toMeasure) Process the input data set.NearestProcess.execute
(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs) Process the input data set.SnapProcess.execute
(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs) Process the input data set. -
Uses of FeatureCollection in org.geotools.renderer
Methods in org.geotools.renderer with parameters of type FeatureCollectionModifier and TypeMethodDescriptionvoid
Renderer.render
(FeatureCollection<? extends FeatureType, ? extends Feature> fc, 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 -
Uses of FeatureCollection in org.geotools.wfs
Classes in org.geotools.wfs that implement FeatureCollectionModifier and TypeClassDescriptionclass
Wraps multiple feature collections into a single.Constructors in org.geotools.wfs with parameters of type FeatureCollectionModifierConstructorDescriptionPropertyValueCollection
(FeatureCollection delegate, AttributeDescriptor descriptor, PropertyName propName) Constructor parameters in org.geotools.wfs with type arguments of type FeatureCollection -
Uses of FeatureCollection in org.geotools.wfs.bindings
Methods in org.geotools.wfs.bindings that return types with arguments of type FeatureCollectionModifier and TypeMethodDescriptionstatic List<FeatureCollection>
WFSParsingUtils.features
(EObject obj) -
Uses of FeatureCollection in org.geotools.xml.gml
Classes in org.geotools.xml.gml that implement FeatureCollection