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.memberThe 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 TypeMethodDescriptionbooleanWfs20Validator.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 TypeMethodDescriptionbooleanSimpleFeatureCollectionTypeValidator.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 aFeatureCollectioncontaining 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 TypeClassDescriptionclassGeneric "results" of a query, class.Methods in org.geotools.data with parameters of type FeatureCollectionModifier and TypeMethodDescriptionstatic ReferencedEnvelopeDataUtilities.bounds(FeatureCollection<? extends FeatureType, ? extends Feature> collection) Manually calculates the bounds of a feature collection usingfeatures().static DefaultFeatureCollectionDataUtilities.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 intDataUtilities.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 SimpleFeatureReaderDataUtilities.reader(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) Adapt a collection to a reader for use with FeatureStore.setFeatures( reader ).static SimpleFeatureCollectionDataUtilities.simple(FeatureCollection<SimpleFeatureType, SimpleFeature> featureCollection) A safe cast to SimpleFeatureCollection; that will introduce a wrapper if it has to.static SimpleFeatureSourceDataUtilities.source(FeatureCollection<SimpleFeatureType, SimpleFeature> collection) Wraps up the provided feature collection in as a SimpleFeatureSource.static voidDataUtilities.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 classSubCollection for CollectionFeatureSource.classFeatureCollection implementation wrapping around a java.util.List.classFeatureCollection used to stage information for display using a SpatialIndex.classOrigional implementation of FeatureCollection using a TreeMap for internal storage.Methods in org.geotools.data.collection with parameters of type FeatureCollectionModifier and TypeMethodDescriptionbooleanSpatialIndexFeatureCollection.addAll(FeatureCollection<? extends SimpleFeatureType, ? extends SimpleFeature> collection) booleanTreeSetFeatureCollection.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.sourceFeaturesMethods 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 TypeMethodDescriptionbooleanMappingFeatureCollection.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 TypeClassDescriptionclassForceCoordinateSystemFeatureResults provides a CoordinateReferenceSystem for FeatureTypes.classReprojectFeatureReader 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 TypeClassDescriptionclassA 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 TypeClassDescriptionclassImplement a SimpleFeatureCollection by burning memory!Methods in org.geotools.data.memory with parameters of type FeatureCollectionModifier and TypeMethodDescriptionvoidMemoryDataStore.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 TypeInterfaceDescriptioninterfaceAccess 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 TypeClassDescriptionclassA FeatureCollection that completely delegates to a backing FetaureSource#getReaderclassA starting point for implementing FeatureCollection's backed onto a FeatureReader.classclassFilteringFeatureCollection<T extends FeatureType,F extends Feature> Decorates a feature collection with one that filters content.classMaxFeaturesFeatureCollection<T extends FeatureType,F extends Feature> SimpleFeatureCollection wrapper which limits the number of features returned.classSimpleFeatureCollection decorator that reprojects all geometries of the features within the feature collection.classSimpleFeatureCollection 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 TypeMethodDescriptionbooleanDataFeatureCollection.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 TypeClassDescriptionclassFeature 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 TypeClassDescriptionclassA basic implementation of SimpleFeatureCollection which use aTreeMapfor 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 TypeMethodDescriptionbooleanDefaultFeatureCollection.addAll(FeatureCollection<?, ?> collection) voidFeatureCollectionIteration.Handler.endFeatureCollection(FeatureCollection<?, ?> fc) The handler is done visiting a FeatureCollection.voidFeatureCollectionIteration.Handler.handleFeatureCollection(FeatureCollection<?, ?> fc) The handler is visiting a FeatureCollection.static voidFeatureCollectionIteration.iteration(FeatureCollectionIteration.Handler handler, FeatureCollection<?, ?> collection) A convienience method for obtaining a new iteration and calling iterate.protected voidFeatureCollectionIteration.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 TypeInterfaceDescriptioninterfaceAccess Feature content using Feature "Id".Classes in org.geotools.feature.collection that implement FeatureCollectionModifier and TypeClassDescriptionclassImplement a feature collection just based on provision of anIterator.classImplement a feature collection just based on provision of iterator.classBaseFeatureCollection<T extends FeatureType,F extends Feature> Implement a feature collection just based on provision of aFeatureIterator.classclassSimpleFeatureCollection wrapper that clip (crops) features according to the clip geometry passed.classThe class decorates a SimpleFeatureCollection with one that returns features that intersect the geometry passed with a Hints.GEOMETRY_CLIPclassDecoratingFeatureCollection<T extends FeatureType,F extends Feature> A FeatureCollection which completely delegates to another FeatureCollection.classA FeatureCollection which completely delegates to another FeatureCollection.classDecorates a feature collection with one that filters content.classSimpleFeatureCollection wrapper which limits the number of features returned.classA wrapper that will sort a feature collection using a size sensitive algorithm, in main memory for small collections, using secondary memory otherwise.classReasonable default implementation for subCollection making use of parentSimpleFeatureCollection.features()and provided Filter.classDefault implementation ofsort(SortBy).Fields in org.geotools.feature.collection declared as FeatureCollectionModifier and TypeFieldDescriptionprotected FeatureCollection<T,F> DecoratingFeatureCollection.delegatethe 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 FeatureCollectionModifierConstructorDescriptionprotectedDecoratingFeatureCollection(FeatureCollection<T, F> delegate) protectedFilteringSimpleFeatureCollection(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.voidFeatureJSON.writeFeatureCollection(FeatureCollection features, OutputStream output) Writes a feature collection as GeoJSON.voidFeatureJSON.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 TypeMethodDescriptionvoidFeatureTransformer.FeatureTranslator.endFeatureCollection(FeatureCollection<?, ?> collection) Sends sax for the ending of a feature collection.voidFeatureTransformer.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.FEATURESFeatures for operationstatic final Parameter<FeatureCollection>FeatureToFeatureProcessFactory.RESULTResult of the operation is a FeatureCollection. -
Uses of FeatureCollection in org.geotools.process.vector
Classes in org.geotools.process.vector that implement FeatureCollectionModifier and TypeClassDescriptionclassProcessingCollection<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.classThe 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 TypeMethodDescriptionvoidRenderer.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 TypeClassDescriptionclassWraps 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