Uses of Interface
org.geotools.data.simple.SimpleFeatureCollection
Packages that use SimpleFeatureCollection
Package
Description
Defines the DataStore API via which all data is imported or exported.
Implementations of FeatureCollection for different purposes.
Helper classes for implementing FeatureCollections.
List of layers to be rendered.
Geometry processing support for the GeoTools library.
Raster processing support for the GeoTools library.
Vector processing support for the GeoTools library.
A simple renderer implementation.
Allows for symbolization of geospatial data.
Table model for feature data.
-
Uses of SimpleFeatureCollection in org.geotools.api.data
Methods in org.geotools.api.data that return SimpleFeatureCollectionModifier and TypeMethodDescriptionSimpleFeatureSource.getFeatures()
SimpleFeatureSource.getFeatures
(Query query) SimpleFeatureSource.getFeatures
(Filter filter) SimpleFeatureStore.getFeatures()
SimpleFeatureStore.getFeatures
(Query query) SimpleFeatureStore.getFeatures
(Filter filter) -
Uses of SimpleFeatureCollection in org.geotools.coverage.grid.io
Methods in org.geotools.coverage.grid.io that return SimpleFeatureCollectionModifier and TypeMethodDescriptionGranuleSource.getGranules
(Query q) Retrieves granules, in the form of aSimpleFeatureCollection
, based on aQuery
.RenamingGranuleSource.getGranules
(Query q) Methods in org.geotools.coverage.grid.io with parameters of type SimpleFeatureCollectionModifier and TypeMethodDescriptionvoid
GranuleStore.addGranules
(SimpleFeatureCollection granules) Add all the granules from the specified collection to thisGranuleStore
.void
RenamingGranuleStore.addGranules
(SimpleFeatureCollection granules) -
Uses of SimpleFeatureCollection in org.geotools.coverage.io.catalog
Methods in org.geotools.coverage.io.catalog that return SimpleFeatureCollectionMethods in org.geotools.coverage.io.catalog with parameters of type SimpleFeatureCollectionModifier and TypeMethodDescriptionvoid
CoverageSlicesCatalog.addGranules
(String typeName, SimpleFeatureCollection granules, Transaction transaction) -
Uses of SimpleFeatureCollection in org.geotools.coverage.util
Methods in org.geotools.coverage.util that return SimpleFeatureCollectionModifier and TypeMethodDescriptionstatic SimpleFeatureCollection
FeatureUtilities.wrapGridCoverage
(GridCoverage2D coverage) Wraps a grid coverage into a Feature.static SimpleFeatureCollection
FeatureUtilities.wrapGridCoverageReader
(GridCoverage2DReader gridCoverageReader, GeneralParameterValue[] params) Wraps a grid coverage into a Feature. -
Uses of SimpleFeatureCollection in org.geotools.data
Classes in org.geotools.data that implement SimpleFeatureCollectionModifier and TypeClassDescriptionclass
Generic "results" of a query, class.Methods in org.geotools.data that return SimpleFeatureCollectionModifier and TypeMethodDescriptionstatic SimpleFeatureCollection
DataUtilities.collection
(List<SimpleFeature> list) Copies the provided features into a FeatureCollection.static SimpleFeatureCollection
DataUtilities.collection
(FeatureReader<SimpleFeatureType, SimpleFeature> reader) Copies the provided reader into a FeatureCollection, reader will be closed.static SimpleFeatureCollection
DataUtilities.collection
(SimpleFeature feature) Copies the provided features into a FeatureCollection.static SimpleFeatureCollection
DataUtilities.collection
(SimpleFeature... features) Copies the provided features into a FeatureCollection.static SimpleFeatureCollection
DataUtilities.collection
(SimpleFeatureIterator reader) Copies the provided reader into a FeatureCollection, reader will be closed.DefaultFeatureResults.collection()
static SimpleFeatureCollection
DataUtilities.simple
(FeatureCollection<SimpleFeatureType, SimpleFeature> featureCollection) A safe cast to SimpleFeatureCollection; that will introduce a wrapper if it has to.Methods in org.geotools.data with parameters of type SimpleFeatureCollectionModifier and TypeMethodDescriptionstatic DataStore
DataUtilities.dataStore
(SimpleFeatureCollection features) Adapt a feature collection as a read-only DataStore.Constructors in org.geotools.data with parameters of type SimpleFeatureCollectionModifierConstructorDescriptionCollectionFeatureReader
(SimpleFeatureCollection featuresArg, SimpleFeatureType typeArg) Create a new instance. -
Uses of SimpleFeatureCollection in org.geotools.data.collection
Classes in org.geotools.data.collection that implement SimpleFeatureCollectionModifier 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.Fields in org.geotools.data.collection declared as SimpleFeatureCollectionModifier and TypeFieldDescriptionprotected SimpleFeatureCollection
CollectionFeatureSource.collection
Methods in org.geotools.data.collection that return SimpleFeatureCollectionModifier and TypeMethodDescriptionTreeSetFeatureCollection.collection()
CollectionFeatureSource.getFeatures()
CollectionFeatureSource.getFeatures
(Query query) CollectionFeatureSource.getFeatures
(Filter filter) SpatialIndexFeatureSource.getFeatures()
SpatialIndexFeatureSource.getFeatures
(Query query) SpatialIndexFeatureSource.getFeatures
(Filter filter) CollectionFeatureSource.SubCollection.subCollection
(Filter filter) ListFeatureCollection.subCollection
(Filter filter) SpatialIndexFeatureCollection.subCollection
(Filter filter) TreeSetFeatureCollection.subCollection
(Filter filter) Will return an optimized subCollection based on access to the origional MemoryFeatureCollection.Constructors in org.geotools.data.collection with parameters of type SimpleFeatureCollectionModifierConstructorDescriptionCollectionFeatureSource
(SimpleFeatureCollection collection) Create a ListFeatureCollection around the provided list.protected
SubCollection
(Query query, SimpleFeatureCollection features) -
Uses of SimpleFeatureCollection in org.geotools.data.complex.xml
Subinterfaces of SimpleFeatureCollection in org.geotools.data.complex.xml -
Uses of SimpleFeatureCollection in org.geotools.data.crs
Classes in org.geotools.data.crs that implement SimpleFeatureCollectionModifier and TypeClassDescriptionclass
ForceCoordinateSystemFeatureResults provides a CoordinateReferenceSystem for FeatureTypes.class
ReprojectFeatureReader provides a reprojection for FeatureTypes. -
Uses of SimpleFeatureCollection in org.geotools.data.directory
Methods in org.geotools.data.directory that return SimpleFeatureCollectionModifier and TypeMethodDescriptionDirectoryFeatureSource.getFeatures()
DirectoryFeatureSource.getFeatures
(Query query) DirectoryFeatureSource.getFeatures
(Filter filter) -
Uses of SimpleFeatureCollection in org.geotools.data.gen
Classes in org.geotools.data.gen that implement SimpleFeatureCollectionFields in org.geotools.data.gen declared as SimpleFeatureCollectionModifier and TypeFieldDescriptionprotected SimpleFeatureCollection
PreGeneralizedFeatureCollection.backendCollection
Methods in org.geotools.data.gen that return SimpleFeatureCollectionModifier and TypeMethodDescriptionPreGeneralizedFeatureSource.getFeatures()
PreGeneralizedFeatureSource.getFeatures
(Query query) PreGeneralizedFeatureSource.getFeatures
(Filter filter) PreGeneralizedFeatureCollection.subCollection
(Filter filter) Constructors in org.geotools.data.gen with parameters of type SimpleFeatureCollectionModifierConstructorDescriptionPreGeneralizedFeatureCollection
(SimpleFeatureCollection backendCollection, SimpleFeatureType featureType, SimpleFeatureType returnedFeatureType, int[] indexMapping, String geomPropertyName, String backendGeomPropertyName) -
Uses of SimpleFeatureCollection in org.geotools.data.geojson
Classes in org.geotools.data.geojson that implement SimpleFeatureCollectionModifier and TypeClassDescriptionclass
A GeoJSON specific feature collection that can follow "next" links in order to retrieve all dataMethods in org.geotools.data.geojson that return SimpleFeatureCollectionModifier and TypeMethodDescriptionGeoJSONReader.getFeatures()
Parses all features in the source and returns them as an in-memory feature collection with a stableFeatureType
.protected SimpleFeatureCollection
PagingFeatureCollection.getFirstCollection()
static SimpleFeatureCollection
GeoJSONReader.parseFeatureCollection
(String jsonString) Parses and returns a feature collection from a GeoJSONprotected SimpleFeatureCollection
PagingFeatureCollection.readNext
(ObjectNode next) Reads the next feature collection, or return null if there is none.Methods in org.geotools.data.geojson with parameters of type SimpleFeatureCollectionModifier and TypeMethodDescriptionprotected PagingFeatureCollection
GeoJSONReader.getPagingFeatureCollection
(SimpleFeatureCollection result, Integer matched, ObjectNode next) static String
GeoJSONWriter.toGeoJSON
(SimpleFeatureCollection fc) Utility encoding a @linkSimpleFeatureCollection
}, and returning it as a stringvoid
GeoJSONWriter.writeFeatureCollection
(SimpleFeatureCollection features) Encodes the whole feature collection onto the outputConstructors in org.geotools.data.geojson with parameters of type SimpleFeatureCollectionModifierConstructorDescriptionPagingFeatureCollection
(SimpleFeatureCollection first, ObjectNode next, Integer matched) -
Uses of SimpleFeatureCollection in org.geotools.data.memory
Classes in org.geotools.data.memory that implement SimpleFeatureCollectionModifier and TypeClassDescriptionclass
Implement a SimpleFeatureCollection by burning memory!Constructors in org.geotools.data.memory with parameters of type SimpleFeatureCollection -
Uses of SimpleFeatureCollection in org.geotools.data.ogr
Methods in org.geotools.data.ogr with parameters of type SimpleFeatureCollectionModifier and TypeMethodDescriptionvoid
OGRDataStore.createSchema
(SimpleFeatureCollection data, boolean approximateFields, String[] options) Creates a new OGR layer with provided data and options. -
Uses of SimpleFeatureCollection in org.geotools.data.shapefile
Methods in org.geotools.data.shapefile with parameters of type SimpleFeatureCollectionModifier and TypeMethodDescriptionboolean
ShapefileDumper.dump
(String fileName, SimpleFeatureCollection fc) Dumps the collection into one or more shapefiles.boolean
ShapefileDumper.dump
(SimpleFeatureCollection fc) Dumps the collection into one or more shapefiles. -
Uses of SimpleFeatureCollection in org.geotools.data.simple
Methods in org.geotools.data.simple that return SimpleFeatureCollection -
Uses of SimpleFeatureCollection in org.geotools.data.store
Classes in org.geotools.data.store that implement SimpleFeatureCollectionModifier 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
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 SimpleFeatureCollectionModifier and TypeMethodDescriptionConstruct a sorted view of this content.ContentFeatureCollection.subCollection
(Filter filter) DataFeatureCollection.subCollection
(Filter filter) Will return an optimized subCollection based on access to the origional FeatureSource.ReprojectingFeatureCollection.subCollection
(Filter filter) Constructors in org.geotools.data.store with parameters of type SimpleFeatureCollectionModifierConstructorDescriptionReprojectingFeatureCollection
(SimpleFeatureCollection delegate, CoordinateReferenceSystem target) ReprojectingFeatureCollection
(SimpleFeatureCollection delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target) ReTypingFeatureCollection
(SimpleFeatureCollection delegate, SimpleFeatureType featureType) -
Uses of SimpleFeatureCollection in org.geotools.data.transform
Methods in org.geotools.data.transform that return SimpleFeatureCollectionModifier and TypeMethodDescriptionTransformFeatureSource.getFeatures()
TransformFeatureSource.getFeatures
(Query query) TransformFeatureSource.getFeatures
(Filter filter) -
Uses of SimpleFeatureCollection in org.geotools.data.view
Methods in org.geotools.data.view that return SimpleFeatureCollectionModifier and TypeMethodDescriptionDefaultView.getFeatures()
Implement getFeatures.DefaultView.getFeatures
(Query query) Implement getFeatures.DefaultView.getFeatures
(Filter filter) Implement getFeatures. -
Uses of SimpleFeatureCollection in org.geotools.feature
Classes in org.geotools.feature that implement SimpleFeatureCollectionModifier and TypeClassDescriptionclass
A basic implementation of SimpleFeatureCollection which use aTreeMap
for its internal storage.Methods in org.geotools.feature that return SimpleFeatureCollectionModifier and TypeMethodDescriptionDefaultFeatureCollection.collection()
Construct a sorted view of this content.DefaultFeatureCollection.subCollection
(Filter filter) Will return an optimized subCollection based on access to the origional MemoryFeatureCollection. -
Uses of SimpleFeatureCollection in org.geotools.feature.collection
Subinterfaces of SimpleFeatureCollection in org.geotools.feature.collectionModifier and TypeInterfaceDescriptioninterface
Access Feature content using Feature "Id".Classes in org.geotools.feature.collection that implement SimpleFeatureCollectionModifier and TypeClassDescriptionclass
Implement a feature collection just based on provision of anIterator
.class
Implement a feature collection just based on provision of iterator.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
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 parentfeatures()
and provided Filter.class
Default implementation ofFeatureCollection.sort(SortBy)
.Fields in org.geotools.feature.collection declared as SimpleFeatureCollectionModifier and TypeFieldDescriptionprotected SimpleFeatureCollection
SubFeatureCollection.collection
Original Collectionprotected SimpleFeatureCollection
DecoratingSimpleFeatureCollection.delegate
the delegateMethods in org.geotools.feature.collection that return SimpleFeatureCollectionModifier and TypeMethodDescriptionAbstractFeatureCollection.subCollection
(Filter filter) AdaptorFeatureCollection.subCollection
(Filter filter) BaseSimpleFeatureCollection.subCollection
(Filter filter) DecoratingSimpleFeatureCollection.subCollection
(Filter filter) FilteringSimpleFeatureCollection.subCollection
(Filter filter) MaxSimpleFeatureCollection.subCollection
(Filter filter) SubFeatureCollection.subCollection
(Filter filter) Sublist of this sublist!Constructors in org.geotools.feature.collection with parameters of type SimpleFeatureCollectionModifierConstructorDescriptionClippedFeatureCollection
(SimpleFeatureCollection delegate, Geometry clip, boolean preserveZ) protected
FilteringSimpleFeatureCollection
(SimpleFeatureCollection delegate, Filter filter) MaxSimpleFeatureCollection
(SimpleFeatureCollection delegate, long max) MaxSimpleFeatureCollection
(SimpleFeatureCollection delegate, long start, long max) SortedSimpleFeatureCollection
(SimpleFeatureCollection delegate, SortBy... sort) SortedSimpleFeatureCollection
(SimpleFeatureCollection delegate, SortBy[] sort, int maxMemoryFeatures) SubFeatureCollection
(SimpleFeatureCollection collection) SubFeatureCollection
(SimpleFeatureCollection collection, Filter subfilter) SubFeatureList
(SimpleFeatureCollection list, List<FeatureId> order) SubFeatureList
(SimpleFeatureCollection list, Filter filter) SubFeatureList
(SimpleFeatureCollection list, Filter filter, SortBy subSort) Create a simple SubFeatureList with the provided filter.SubFeatureList
(SimpleFeatureCollection list, SortBy sort) -
Uses of SimpleFeatureCollection in org.geotools.feature.visitor
Methods in org.geotools.feature.visitor with parameters of type SimpleFeatureCollectionModifier and TypeMethodDescriptionstatic Object
CollectionUtil.calc
(SimpleFeatureCollection collection, FeatureCalc calculator) void
AverageVisitor.init
(SimpleFeatureCollection collection) void
CountVisitor.init
(SimpleFeatureCollection collection) void
EqualAreaListVisitor.init
(SimpleFeatureCollection collection) void
MaxVisitor.init
(SimpleFeatureCollection collection) void
MedianVisitor.init
(SimpleFeatureCollection collection) void
MinVisitor.init
(SimpleFeatureCollection collection) void
QuantileListVisitor.init
(SimpleFeatureCollection collection) void
StandardDeviationVisitor.init
(SimpleFeatureCollection collection) void
SumVisitor.init
(SimpleFeatureCollection collection) void
UniqueVisitor.init
(SimpleFeatureCollection collection) -
Uses of SimpleFeatureCollection in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return SimpleFeatureCollectionModifier and TypeMethodDescription -
Uses of SimpleFeatureCollection in org.geotools.gce.imagemosaic.catalog
Methods in org.geotools.gce.imagemosaic.catalog that return SimpleFeatureCollectionModifier and TypeMethodDescriptionCachingDataStoreGranuleCatalog.getGranules
(Query q) CachingDataStoreGranuleCatalog.getGranules
(Query q, Transaction t) abstract SimpleFeatureCollection
GranuleCatalog.getGranules
(Query q) GranuleCatalog.getGranules
(Query q, Transaction t) GranuleCatalogSource.getGranules
(Query q) LockingGranuleCatalog.getGranules
(Query q) LockingGranuleCatalog.getGranules
(Query q, Transaction t) QueryCacheGranuleCatalog.getGranules
(Query q) QueryCacheGranuleCatalog.getGranules
(Query q, Transaction t) Methods in org.geotools.gce.imagemosaic.catalog with parameters of type SimpleFeatureCollectionModifier and TypeMethodDescriptionvoid
GranuleCatalogStore.addGranules
(SimpleFeatureCollection granules) -
Uses of SimpleFeatureCollection in org.geotools.geopkg
Methods in org.geotools.geopkg with parameters of type SimpleFeatureCollectionModifier and TypeMethodDescriptionvoid
GeoPackage.add
(FeatureEntry entry, SimpleFeatureCollection collection) Adds a new feature dataset to the geopackage. -
Uses of SimpleFeatureCollection in org.geotools.gml2.simple
Constructors in org.geotools.gml2.simple with parameters of type SimpleFeatureCollectionModifierConstructorDescriptionprotected
FeatureCollectionEncoderDelegate
(SimpleFeatureCollection features, Encoder encoder, GMLDelegate gml) GML2FeatureCollectionEncoderDelegate
(SimpleFeatureCollection features, Encoder encoder) -
Uses of SimpleFeatureCollection in org.geotools.gml3.simple
Constructors in org.geotools.gml3.simple with parameters of type SimpleFeatureCollectionModifierConstructorDescriptionGML32FeatureCollectionEncoderDelegate
(SimpleFeatureCollection features, Encoder encoder) GML3FeatureCollectionEncoderDelegate
(SimpleFeatureCollection features, Encoder encoder) -
Uses of SimpleFeatureCollection in org.geotools.graph.util.delaunay
Methods in org.geotools.graph.util.delaunay with parameters of type SimpleFeatureCollectionModifier and TypeMethodDescriptionstatic DelaunayNode[]
AutoClustUtils.featureCollectionToNodeArray
(SimpleFeatureCollection fc) DelaunayTriangulator.featuresToNodes
(SimpleFeatureCollection fc) void
DelaunayTriangulator.setFeatureCollection
(SimpleFeatureCollection data) -
Uses of SimpleFeatureCollection in org.geotools.map
Methods in org.geotools.map that return SimpleFeatureCollectionModifier and TypeMethodDescriptionGridCoverageLayer.toFeatureCollection()
GridReaderLayer.toFeatureCollection()
abstract SimpleFeatureCollection
RasterLayer.toFeatureCollection()
Supply a FeatureCollection indicating where the raster is located, we ask that the features use the same coordinate reference system as your raster data and form an outline or foot print of the information you have available. -
Uses of SimpleFeatureCollection in org.geotools.process.geometry
Methods in org.geotools.process.geometry that return SimpleFeatureCollectionModifier and TypeMethodDescriptionstatic SimpleFeatureCollection
CenterLine.extractCenterLine
(SimpleFeatureCollection features, double perc) Methods in org.geotools.process.geometry with parameters of type SimpleFeatureCollectionModifier and TypeMethodDescriptionstatic SimpleFeatureCollection
CenterLine.extractCenterLine
(SimpleFeatureCollection features, double perc) -
Uses of SimpleFeatureCollection in org.geotools.process.raster
Methods in org.geotools.process.raster that return SimpleFeatureCollectionModifier and TypeMethodDescriptionContourProcess.execute
(GridCoverage2D gc2d, Integer band, double[] levels, Double interval, Boolean simplify, Boolean smooth, Geometry roi, ProgressListener progressListener) FootprintExtractionProcess.execute
(GridCoverage2D coverage, List<Range<Integer>> exclusionRanges, Double thresholdArea, Boolean computeSimplifiedFootprint, Double simplifierFactor, Boolean removeCollinear, Boolean forceValid, MarchingSquaresVectorizer.ImageLoadingType imageLoadingType, ProgressListener progressListener) Executes the raster to vector process.PolygonExtractionProcess.execute
(GridCoverage2D coverage, Integer band, Boolean insideEdges, Geometry roi, Collection<Number> noDataValues, List<Range> classificationRanges, ProgressListener progressListener) Executes the raster to vector process.RasterAsPointCollectionProcess.execute
(GridCoverage2D gc2d, CoordinateReferenceSystem targetCRS, Float scaleFactor, Interpolation interpolation, Boolean emisphere) RasterZonalStatistics.execute
(GridCoverage2D coverage, Integer band, SimpleFeatureCollection zones, GridCoverage2D classification) static SimpleFeatureCollection
ContourProcess.process
(GridCoverage2D gc2d, Integer band, double[] levels, Double interval, Boolean simplify, Boolean smooth, Geometry roi, ProgressListener progressListener) Perform the contouring on the input GridCoverage2D and returns the results as a feature collection.Methods in org.geotools.process.raster with parameters of type SimpleFeatureCollectionModifier and TypeMethodDescriptionRasterZonalStatistics.execute
(GridCoverage2D coverage, Integer band, SimpleFeatureCollection zones, GridCoverage2D classification) -
Uses of SimpleFeatureCollection in org.geotools.process.vector
Classes in org.geotools.process.vector that implement SimpleFeatureCollectionMethods in org.geotools.process.vector that return SimpleFeatureCollectionModifier and TypeMethodDescriptionContours.contour
(FeatureCollection features, String elevation) static SimpleFeatureCollection
ProcessTestUtilities.createPoints
(Coordinate[] pts, ReferencedEnvelope bounds) BufferFeatureCollection.execute
(SimpleFeatureCollection features, Double distance, String attribute) CentroidProcess.execute
(SimpleFeatureCollection features) ClassifyByRangeProcess.execute
(SimpleFeatureCollection features, String classifyOnAttribute, String[] thresholds, String[] outputValues, String classifier, Integer classes, Boolean include, String outputAttribute, String outputType) ClipProcess.execute
(SimpleFeatureCollection features, Geometry clip, Boolean preserveZ) ContourProcess.execute
(FeatureCollection features, String propertyName, double[] levels, Double interval, Boolean simplify, Boolean smooth, ProgressListener progressListener) FeatureProcess.execute
(Geometry geometry, CoordinateReferenceSystem crs, String name) GraticuleLabelPointProcess.execute
(SimpleFeatureCollection features, ReferencedEnvelope bounds, Double offset, String placement) GridProcess.execute
(ReferencedEnvelope bounds, double width, Double height, Double vertexSpacing, GridProcess.GridMode mode) InclusionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures) IntersectionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled) PointBuffers.execute
(Point center, CoordinateReferenceSystem crs, double[] distances, Integer quadrantSegments, ProgressListener listener) PointStackerProcess.execute
(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor) QueryProcess.execute
(SimpleFeatureCollection features, List<String> attributes, Filter filter) RectangularClipProcess.execute
(SimpleFeatureCollection features, ReferencedEnvelope clip, Boolean preserveZ) ReprojectProcess.execute
(SimpleFeatureCollection features, CoordinateReferenceSystem forcedCRS, CoordinateReferenceSystem targetCRS) SimplifyProcess.execute
(SimpleFeatureCollection features, double distance, boolean preserveTopology) TransformProcess.execute
(SimpleFeatureCollection features, String transform) UnionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures) UniqueProcess.execute
(SimpleFeatureCollection features, String attribute, ProgressListener progressListener) VectorZonalStatistics.execute
(SimpleFeatureCollection data, String dataAttribute, SimpleFeatureCollection zones) TransformProcess.executeList
(SimpleFeatureCollection features, List<TransformProcess.Definition> transform) SimpleProcessingCollection.subCollection
(Filter filter) AggregateProcess.Results.toFeatureCollection()
Converts the results to aSimpleFeatureCollection
where each feature represents a group and contains the aggregated values as attributes.Methods in org.geotools.process.vector with parameters of type SimpleFeatureCollectionModifier and TypeMethodDescriptionAggregateProcess.execute
(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, boolean singlePass, List<String> groupByAttributes, ProgressListener progressListener) AggregateProcess.execute
(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, boolean singlePass, ProgressListener progressListener) BarnesSurfaceProcess.execute
(SimpleFeatureCollection obsFeatures, String valueAttr, Integer argDataLimit, Double argScale, Double argConvergence, Integer argPasses, Integer argMinObsCount, Double argMaxObsDistance, Double argNoDataValue, Integer argPixelsPerCell, Double argQueryBuffer, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, ProgressListener monitor) BufferFeatureCollection.execute
(SimpleFeatureCollection features, Double distance, String attribute) CentroidProcess.execute
(SimpleFeatureCollection features) ClassifyByRangeProcess.execute
(SimpleFeatureCollection features, String classifyOnAttribute, String[] thresholds, String[] outputValues, String classifier, Integer classes, Boolean include, String outputAttribute, String outputType) ClipProcess.execute
(SimpleFeatureCollection features, Geometry clip, Boolean preserveZ) CountProcess.execute
(SimpleFeatureCollection features) GraticuleLabelPointProcess.execute
(SimpleFeatureCollection features, ReferencedEnvelope bounds, Double offset, String placement) HeatmapProcess.execute
(SimpleFeatureCollection obsFeatures, Integer argRadiusPixels, String valueAttr, Integer argPixelsPerCell, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, ProgressListener monitor) InclusionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures) IntersectionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled) PointStackerProcess.execute
(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor) QueryProcess.execute
(SimpleFeatureCollection features, List<String> attributes, Filter filter) RectangularClipProcess.execute
(SimpleFeatureCollection features, ReferencedEnvelope clip, Boolean preserveZ) ReprojectProcess.execute
(SimpleFeatureCollection features, CoordinateReferenceSystem forcedCRS, CoordinateReferenceSystem targetCRS) SimplifyProcess.execute
(SimpleFeatureCollection features, double distance, boolean preserveTopology) TransformProcess.execute
(SimpleFeatureCollection features, String transform) UnionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures) UniqueProcess.execute
(SimpleFeatureCollection features, String attribute, ProgressListener progressListener) VectorToRasterProcess.execute
(SimpleFeatureCollection features, Integer rasterWidth, Integer rasterHeight, String title, String attribute, Bounds bounds, ProgressListener progressListener) VectorZonalStatistics.execute
(SimpleFeatureCollection data, String dataAttribute, SimpleFeatureCollection zones) TransformProcess.executeList
(SimpleFeatureCollection features, List<TransformProcess.Definition> transform) static Coordinate[]
BarnesSurfaceProcess.extractPoints
(SimpleFeatureCollection obsPoints, String attrName, MathTransform trans, int dataLimit) protected void
HeatmapProcess.extractPoints
(SimpleFeatureCollection obsPoints, String attrName, MathTransform trans, HeatmapSurface heatMap) Extract points from a feature collection, and stores them in the heatmapstatic AggregateProcess.Results
AggregateProcess.process
(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, Boolean singlePass, ProgressListener progressListener) Computes various attribute statistics over vector data setsstatic AggregateProcess.Results
AggregateProcess.process
(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, List<String> groupByAttributes, Boolean singlePass, ProgressListener progressListener) static GridCoverage2D
VectorToRasterProcess.process
(SimpleFeatureCollection features, Object attribute, Dimension gridDim, Bounds bounds, String covName, ProgressListener monitor) A static helper method that can be called directy to run the process.static SimpleFeatureType
TransformProcess.toReShapeFeatureType
(SimpleFeatureCollection delegate, List<TransformProcess.Definition> definitionList) -
Uses of SimpleFeatureCollection in org.geotools.renderer.lite
Classes in org.geotools.renderer.lite that implement SimpleFeatureCollectionMethods in org.geotools.renderer.lite that return SimpleFeatureCollectionConstructors in org.geotools.renderer.lite with parameters of type SimpleFeatureCollection -
Uses of SimpleFeatureCollection in org.geotools.stac.client
Methods in org.geotools.stac.client that return SimpleFeatureCollectionModifier and TypeMethodDescriptionSTACClient.search
(SearchQuery search, STACClient.SearchMode mode) Retrieves data using the Search APISTACClient.search
(SearchQuery search, STACClient.SearchMode mode, SimpleFeatureType schema) Retrieves data using the Search API -
Uses of SimpleFeatureCollection in org.geotools.stac.store
Constructors in org.geotools.stac.store with parameters of type SimpleFeatureCollection -
Uses of SimpleFeatureCollection in org.geotools.styling
Methods in org.geotools.styling with parameters of type SimpleFeatureCollectionModifier and TypeMethodDescriptionStyleBuilder.buildClassifiedStyle
(SimpleFeatureCollection fc, String name, String[] colors, 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 SimpleFeatureCollection in org.geotools.swing.table
Constructors in org.geotools.swing.table with parameters of type SimpleFeatureCollectionModifierConstructorDescriptionConstructor -
Uses of SimpleFeatureCollection in org.geotools.wfs
Classes in org.geotools.wfs that implement SimpleFeatureCollectionModifier and TypeClassDescriptionclass
Wraps multiple feature collections into a single.Methods in org.geotools.wfs that return SimpleFeatureCollectionModifier and TypeMethodDescriptionGML.decodeFeatureCollection
(InputStream in) Decodes a feature collection from the stream provided.GML.decodeFeatureCollection
(InputStream in, boolean computeFullFeatureType) Decodes a feature collection from the stream provided.Methods in org.geotools.wfs with parameters of type SimpleFeatureCollectionModifier and TypeMethodDescriptionvoid
GML.encode
(OutputStream out, SimpleFeatureCollection collection) -
Uses of SimpleFeatureCollection in org.geotools.xml.gml
Classes in org.geotools.xml.gml that implement SimpleFeatureCollection