Uses of Interface
org.geotools.data.simple.SimpleFeatureCollection
- 
- 
Uses of SimpleFeatureCollection in org.geotools.api.dataMethods in org.geotools.api.data that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionSimpleFeatureSource. getFeatures()SimpleFeatureCollectionSimpleFeatureSource. getFeatures(Query query)SimpleFeatureCollectionSimpleFeatureSource. getFeatures(Filter filter)SimpleFeatureCollectionSimpleFeatureStore. getFeatures()SimpleFeatureCollectionSimpleFeatureStore. getFeatures(Query query)SimpleFeatureCollectionSimpleFeatureStore. getFeatures(Filter filter)
- 
Uses of SimpleFeatureCollection in org.geotools.coverage.grid.ioMethods in org.geotools.coverage.grid.io that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionGranuleSource. getGranules(Query q)Retrieves granules, in the form of aSimpleFeatureCollection, based on aQuery.SimpleFeatureCollectionRenamingGranuleSource. getGranules(Query q)Methods in org.geotools.coverage.grid.io with parameters of type SimpleFeatureCollection Modifier and Type Method Description voidGranuleStore. addGranules(SimpleFeatureCollection granules)Add all the granules from the specified collection to thisGranuleStore.voidRenamingGranuleStore. addGranules(SimpleFeatureCollection granules)
- 
Uses of SimpleFeatureCollection in org.geotools.coverage.io.catalogMethods in org.geotools.coverage.io.catalog that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionCoverageSlicesCatalogSource. getGranules(Query q)Methods in org.geotools.coverage.io.catalog with parameters of type SimpleFeatureCollection Modifier and Type Method Description voidCoverageSlicesCatalog. addGranules(String typeName, SimpleFeatureCollection granules, Transaction transaction)
- 
Uses of SimpleFeatureCollection in org.geotools.coverage.utilMethods in org.geotools.coverage.util that return SimpleFeatureCollection Modifier and Type Method Description static SimpleFeatureCollectionFeatureUtilities. wrapGridCoverage(GridCoverage2D coverage)Wraps a grid coverage into a Feature.static SimpleFeatureCollectionFeatureUtilities. wrapGridCoverageReader(GridCoverage2DReader gridCoverageReader, GeneralParameterValue[] params)Wraps a grid coverage into a Feature.
- 
Uses of SimpleFeatureCollection in org.geotools.dataClasses in org.geotools.data that implement SimpleFeatureCollection Modifier and Type Class Description classDefaultFeatureResultsGeneric "results" of a query, class.Methods in org.geotools.data that return SimpleFeatureCollection Modifier and Type Method Description static SimpleFeatureCollectionDataUtilities. collection(List<SimpleFeature> list)Copies the provided features into a FeatureCollection.static SimpleFeatureCollectionDataUtilities. collection(FeatureReader<SimpleFeatureType,SimpleFeature> reader)Copies the provided reader into a FeatureCollection, reader will be closed.static SimpleFeatureCollectionDataUtilities. collection(SimpleFeature feature)Copies the provided features into a FeatureCollection.static SimpleFeatureCollectionDataUtilities. collection(SimpleFeature... features)Copies the provided features into a FeatureCollection.static SimpleFeatureCollectionDataUtilities. collection(SimpleFeatureIterator reader)Copies the provided reader into a FeatureCollection, reader will be closed.SimpleFeatureCollectionDefaultFeatureResults. collection()static SimpleFeatureCollectionDataUtilities. 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 SimpleFeatureCollection Modifier and Type Method Description static DataStoreDataUtilities. dataStore(SimpleFeatureCollection features)Adapt a feature collection as a read-only DataStore.Constructors in org.geotools.data with parameters of type SimpleFeatureCollection Constructor Description CollectionFeatureReader(SimpleFeatureCollection featuresArg, SimpleFeatureType typeArg)Create a new instance.
- 
Uses of SimpleFeatureCollection in org.geotools.data.collectionClasses in org.geotools.data.collection that implement SimpleFeatureCollection Modifier and Type Class Description protected classCollectionFeatureSource.SubCollectionSubCollection for CollectionFeatureSource.classListFeatureCollectionFeatureCollection implementation wrapping around a java.util.List.classSpatialIndexFeatureCollectionFeatureCollection used to stage information for display using a SpatialIndex.classTreeSetFeatureCollectionOrigional implementation of FeatureCollection using a TreeMap for internal storage.Fields in org.geotools.data.collection declared as SimpleFeatureCollection Modifier and Type Field Description protected SimpleFeatureCollectionCollectionFeatureSource. collectionMethods in org.geotools.data.collection that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionTreeSetFeatureCollection. collection()SimpleFeatureCollectionCollectionFeatureSource. getFeatures()SimpleFeatureCollectionCollectionFeatureSource. getFeatures(Query query)SimpleFeatureCollectionCollectionFeatureSource. getFeatures(Filter filter)SimpleFeatureCollectionSpatialIndexFeatureSource. getFeatures()SimpleFeatureCollectionSpatialIndexFeatureSource. getFeatures(Query query)SimpleFeatureCollectionSpatialIndexFeatureSource. getFeatures(Filter filter)SimpleFeatureCollectionCollectionFeatureSource.SubCollection. sort(SortBy order)SimpleFeatureCollectionListFeatureCollection. sort(SortBy order)SimpleFeatureCollectionSpatialIndexFeatureCollection. sort(SortBy order)SimpleFeatureCollectionTreeSetFeatureCollection. sort(SortBy order)SimpleFeatureCollectionCollectionFeatureSource.SubCollection. subCollection(Filter filter)SimpleFeatureCollectionListFeatureCollection. subCollection(Filter filter)SimpleFeatureCollectionSpatialIndexFeatureCollection. subCollection(Filter filter)SimpleFeatureCollectionTreeSetFeatureCollection. 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 SimpleFeatureCollection Constructor Description CollectionFeatureSource(SimpleFeatureCollection collection)ListFeatureCollection(SimpleFeatureCollection copy)Create a ListFeatureCollection around the provided list.SpatialIndexFeatureCollection(SimpleFeatureCollection copy)SubCollection(Query query, SimpleFeatureCollection features)
- 
Uses of SimpleFeatureCollection in org.geotools.data.complex.xmlSubinterfaces of SimpleFeatureCollection in org.geotools.data.complex.xml Modifier and Type Interface Description interfaceXmlFeatureCollection
- 
Uses of SimpleFeatureCollection in org.geotools.data.crsClasses in org.geotools.data.crs that implement SimpleFeatureCollection Modifier and Type Class Description classForceCoordinateSystemFeatureResultsForceCoordinateSystemFeatureResults provides a CoordinateReferenceSystem for FeatureTypes.classReprojectFeatureResultsReprojectFeatureReader provides a reprojection for FeatureTypes.
- 
Uses of SimpleFeatureCollection in org.geotools.data.directoryMethods in org.geotools.data.directory that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionDirectoryFeatureSource. getFeatures()SimpleFeatureCollectionDirectoryFeatureSource. getFeatures(Query query)SimpleFeatureCollectionDirectoryFeatureSource. getFeatures(Filter filter)
- 
Uses of SimpleFeatureCollection in org.geotools.data.genClasses in org.geotools.data.gen that implement SimpleFeatureCollection Modifier and Type Class Description classPreGeneralizedFeatureCollectionFields in org.geotools.data.gen declared as SimpleFeatureCollection Modifier and Type Field Description protected SimpleFeatureCollectionPreGeneralizedFeatureCollection. backendCollectionMethods in org.geotools.data.gen that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionPreGeneralizedFeatureSource. getFeatures()SimpleFeatureCollectionPreGeneralizedFeatureSource. getFeatures(Query query)SimpleFeatureCollectionPreGeneralizedFeatureSource. getFeatures(Filter filter)SimpleFeatureCollectionPreGeneralizedFeatureCollection. sort(SortBy sortBy)SimpleFeatureCollectionPreGeneralizedFeatureCollection. subCollection(Filter filter)Constructors in org.geotools.data.gen with parameters of type SimpleFeatureCollection Constructor Description PreGeneralizedFeatureCollection(SimpleFeatureCollection backendCollection, SimpleFeatureType featureType, SimpleFeatureType returnedFeatureType, int[] indexMapping, String geomPropertyName, String backendGeomPropertyName)
- 
Uses of SimpleFeatureCollection in org.geotools.data.geojsonClasses in org.geotools.data.geojson that implement SimpleFeatureCollection Modifier and Type Class Description classPagingFeatureCollectionA GeoJSON specific feature collection that can follow "next" links in order to retrieve all dataMethods in org.geotools.data.geojson that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionGeoJSONReader. getFeatures()Parses all features in the source and returns them as an in-memory feature collection with a stableFeatureType.protected SimpleFeatureCollectionPagingFeatureCollection. getFirstCollection()static SimpleFeatureCollectionGeoJSONReader. parseFeatureCollection(String jsonString)Parses and returns a feature collection from a GeoJSONprotected SimpleFeatureCollectionPagingFeatureCollection. 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 SimpleFeatureCollection Modifier and Type Method Description protected PagingFeatureCollectionGeoJSONReader. getPagingFeatureCollection(SimpleFeatureCollection result, Integer matched, ObjectNode next)static StringGeoJSONWriter. toGeoJSON(SimpleFeatureCollection fc)Utility encoding a @linkSimpleFeatureCollection}, and returning it as a stringvoidGeoJSONWriter. writeFeatureCollection(SimpleFeatureCollection features)Encodes the whole feature collection onto the outputConstructors in org.geotools.data.geojson with parameters of type SimpleFeatureCollection Constructor Description PagingFeatureCollection(SimpleFeatureCollection first, ObjectNode next, Integer matched)
- 
Uses of SimpleFeatureCollection in org.geotools.data.memoryClasses in org.geotools.data.memory that implement SimpleFeatureCollection Modifier and Type Class Description classMemoryFeatureCollectionImplement a SimpleFeatureCollection by burning memory!Constructors in org.geotools.data.memory with parameters of type SimpleFeatureCollection Constructor Description MemoryDataStore(SimpleFeatureCollection collection)
- 
Uses of SimpleFeatureCollection in org.geotools.data.ogrMethods in org.geotools.data.ogr with parameters of type SimpleFeatureCollection Modifier and Type Method Description voidOGRDataStore. createSchema(SimpleFeatureCollection data, boolean approximateFields, String[] options)Creates a new OGR layer with provided data and options.
- 
Uses of SimpleFeatureCollection in org.geotools.data.shapefileMethods in org.geotools.data.shapefile with parameters of type SimpleFeatureCollection Modifier and Type Method Description booleanShapefileDumper. dump(String fileName, SimpleFeatureCollection fc)Dumps the collection into one or more shapefiles.booleanShapefileDumper. dump(SimpleFeatureCollection fc)Dumps the collection into one or more shapefiles.
- 
Uses of SimpleFeatureCollection in org.geotools.data.simpleMethods in org.geotools.data.simple that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionSimpleFeatureCollection. sort(SortBy order)SimpleFeatureCollectionSimpleFeatureCollection. subCollection(Filter filter)
- 
Uses of SimpleFeatureCollection in org.geotools.data.storeClasses in org.geotools.data.store that implement SimpleFeatureCollection Modifier and Type Class Description classContentFeatureCollectionA FeatureCollection that completely delegates to a backing FetaureSource#getReaderclassDataFeatureCollectionA starting point for implementing FeatureCollection's backed onto a FeatureReader.classEmptyFeatureCollectionclassReprojectingFeatureCollectionSimpleFeatureCollection decorator that reprojects all geometries of the features within the feature collection.classReTypingFeatureCollectionSimpleFeatureCollection 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 SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionContentFeatureCollection. sort(SortBy sort)SimpleFeatureCollectionDataFeatureCollection. sort(SortBy order)Construct a sorted view of this content.SimpleFeatureCollectionReprojectingFeatureCollection. sort(SortBy order)SimpleFeatureCollectionContentFeatureCollection. subCollection(Filter filter)SimpleFeatureCollectionDataFeatureCollection. subCollection(Filter filter)Will return an optimized subCollection based on access to the origional FeatureSource.SimpleFeatureCollectionReprojectingFeatureCollection. subCollection(Filter filter)Constructors in org.geotools.data.store with parameters of type SimpleFeatureCollection Constructor Description ReprojectingFeatureCollection(SimpleFeatureCollection delegate, CoordinateReferenceSystem target)ReprojectingFeatureCollection(SimpleFeatureCollection delegate, CoordinateReferenceSystem source, CoordinateReferenceSystem target)ReTypingFeatureCollection(SimpleFeatureCollection delegate, SimpleFeatureType featureType)
- 
Uses of SimpleFeatureCollection in org.geotools.data.transformMethods in org.geotools.data.transform that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionTransformFeatureSource. getFeatures()SimpleFeatureCollectionTransformFeatureSource. getFeatures(Query query)SimpleFeatureCollectionTransformFeatureSource. getFeatures(Filter filter)
- 
Uses of SimpleFeatureCollection in org.geotools.data.viewMethods in org.geotools.data.view that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionDefaultView. getFeatures()Implement getFeatures.SimpleFeatureCollectionDefaultView. getFeatures(Query query)Implement getFeatures.SimpleFeatureCollectionDefaultView. getFeatures(Filter filter)Implement getFeatures.
- 
Uses of SimpleFeatureCollection in org.geotools.featureClasses in org.geotools.feature that implement SimpleFeatureCollection Modifier and Type Class Description classDefaultFeatureCollectionA basic implementation of SimpleFeatureCollection which use aTreeMapfor its internal storage.Methods in org.geotools.feature that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionDefaultFeatureCollection. collection()SimpleFeatureCollectionDefaultFeatureCollection. sort(SortBy order)Construct a sorted view of this content.SimpleFeatureCollectionDefaultFeatureCollection. subCollection(Filter filter)Will return an optimized subCollection based on access to the origional MemoryFeatureCollection.
- 
Uses of SimpleFeatureCollection in org.geotools.feature.collectionSubinterfaces of SimpleFeatureCollection in org.geotools.feature.collection Modifier and Type Interface Description interfaceRandomFeatureAccessAccess Feature content using Feature "Id".Classes in org.geotools.feature.collection that implement SimpleFeatureCollection Modifier and Type Class Description classAbstractFeatureCollectionImplement a feature collection just based on provision of anIterator.classAdaptorFeatureCollectionImplement a feature collection just based on provision of iterator.classBaseSimpleFeatureCollectionclassClippedFeatureCollectionSimpleFeatureCollection wrapper that clip (crops) features according to the clip geometry passed.classClippingFeatureCollectionThe class decorates a SimpleFeatureCollection with one that returns features that intersect the geometry passed with a Hints.GEOMETRY_CLIPclassDecoratingSimpleFeatureCollectionA FeatureCollection which completely delegates to another FeatureCollection.classFilteringSimpleFeatureCollectionDecorates a feature collection with one that filters content.classMaxSimpleFeatureCollectionSimpleFeatureCollection wrapper which limits the number of features returned.classSortedSimpleFeatureCollectionA wrapper that will sort a feature collection using a size sensitive algorithm, in main memory for small collections, using secondary memory otherwise.classSubFeatureCollectionReasonable default implementation for subCollection making use of parentfeatures()and provided Filter.classSubFeatureListDefault implementation ofFeatureCollection.sort(SortBy).Fields in org.geotools.feature.collection declared as SimpleFeatureCollection Modifier and Type Field Description protected SimpleFeatureCollectionSubFeatureCollection. collectionOriginal Collectionprotected SimpleFeatureCollectionDecoratingSimpleFeatureCollection. delegatethe delegateMethods in org.geotools.feature.collection that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionAbstractFeatureCollection. sort(SortBy order)SimpleFeatureCollectionAdaptorFeatureCollection. sort(SortBy order)SimpleFeatureCollectionBaseSimpleFeatureCollection. sort(SortBy order)SimpleFeatureCollectionDecoratingSimpleFeatureCollection. sort(SortBy order)SimpleFeatureCollectionFilteringSimpleFeatureCollection. sort(SortBy order)SimpleFeatureCollectionMaxSimpleFeatureCollection. sort(SortBy order)SimpleFeatureCollectionSubFeatureCollection. sort(SortBy order)SimpleFeatureCollectionAbstractFeatureCollection. subCollection(Filter filter)SimpleFeatureCollectionAdaptorFeatureCollection. subCollection(Filter filter)SimpleFeatureCollectionBaseSimpleFeatureCollection. subCollection(Filter filter)SimpleFeatureCollectionDecoratingSimpleFeatureCollection. subCollection(Filter filter)SimpleFeatureCollectionFilteringSimpleFeatureCollection. subCollection(Filter filter)SimpleFeatureCollectionMaxSimpleFeatureCollection. subCollection(Filter filter)SimpleFeatureCollectionSubFeatureCollection. subCollection(Filter filter)SimpleFeatureCollectionAdaptorFeatureCollection. subList(Filter filter)SimpleFeatureCollectionSubFeatureList. subList(Filter subfilter)Sublist of this sublist!
- 
Uses of SimpleFeatureCollection in org.geotools.feature.visitorMethods in org.geotools.feature.visitor with parameters of type SimpleFeatureCollection Modifier and Type Method Description static ObjectCollectionUtil. calc(SimpleFeatureCollection collection, FeatureCalc calculator)voidAverageVisitor. init(SimpleFeatureCollection collection)voidCountVisitor. init(SimpleFeatureCollection collection)voidEqualAreaListVisitor. init(SimpleFeatureCollection collection)voidMaxVisitor. init(SimpleFeatureCollection collection)voidMedianVisitor. init(SimpleFeatureCollection collection)voidMinVisitor. init(SimpleFeatureCollection collection)voidQuantileListVisitor. init(SimpleFeatureCollection collection)voidStandardDeviationVisitor. init(SimpleFeatureCollection collection)voidSumVisitor. init(SimpleFeatureCollection collection)voidUniqueVisitor. init(SimpleFeatureCollection collection)
- 
Uses of SimpleFeatureCollection in org.geotools.gce.imagemosaicMethods in org.geotools.gce.imagemosaic that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionFootprintsTransformation. evaluate(Object object)
- 
Uses of SimpleFeatureCollection in org.geotools.gce.imagemosaic.catalogMethods in org.geotools.gce.imagemosaic.catalog that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionCachingDataStoreGranuleCatalog. getGranules(Query q)SimpleFeatureCollectionCachingDataStoreGranuleCatalog. getGranules(Query q, Transaction t)abstract SimpleFeatureCollectionGranuleCatalog. getGranules(Query q)SimpleFeatureCollectionGranuleCatalog. getGranules(Query q, Transaction t)SimpleFeatureCollectionGranuleCatalogSource. getGranules(Query q)SimpleFeatureCollectionLockingGranuleCatalog. getGranules(Query q)SimpleFeatureCollectionLockingGranuleCatalog. getGranules(Query q, Transaction t)SimpleFeatureCollectionQueryCacheGranuleCatalog. getGranules(Query q)SimpleFeatureCollectionQueryCacheGranuleCatalog. getGranules(Query q, Transaction t)Methods in org.geotools.gce.imagemosaic.catalog with parameters of type SimpleFeatureCollection Modifier and Type Method Description voidGranuleCatalogStore. addGranules(SimpleFeatureCollection granules)
- 
Uses of SimpleFeatureCollection in org.geotools.geopkgMethods in org.geotools.geopkg with parameters of type SimpleFeatureCollection Modifier and Type Method Description voidGeoPackage. add(FeatureEntry entry, SimpleFeatureCollection collection)Adds a new feature dataset to the geopackage.
- 
Uses of SimpleFeatureCollection in org.geotools.gml2.simpleConstructors in org.geotools.gml2.simple with parameters of type SimpleFeatureCollection Constructor Description FeatureCollectionEncoderDelegate(SimpleFeatureCollection features, Encoder encoder, GMLDelegate gml)GML2FeatureCollectionEncoderDelegate(SimpleFeatureCollection features, Encoder encoder)
- 
Uses of SimpleFeatureCollection in org.geotools.gml3.simpleConstructors in org.geotools.gml3.simple with parameters of type SimpleFeatureCollection Constructor Description GML32FeatureCollectionEncoderDelegate(SimpleFeatureCollection features, Encoder encoder)GML3FeatureCollectionEncoderDelegate(SimpleFeatureCollection features, Encoder encoder)
- 
Uses of SimpleFeatureCollection in org.geotools.graph.util.delaunayMethods in org.geotools.graph.util.delaunay with parameters of type SimpleFeatureCollection Modifier and Type Method Description static DelaunayNode[]AutoClustUtils. featureCollectionToNodeArray(SimpleFeatureCollection fc)DelaunayNode[]DelaunayTriangulator. featuresToNodes(SimpleFeatureCollection fc)voidDelaunayTriangulator. setFeatureCollection(SimpleFeatureCollection data)
- 
Uses of SimpleFeatureCollection in org.geotools.mapMethods in org.geotools.map that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionGridCoverageLayer. toFeatureCollection()SimpleFeatureCollectionGridReaderLayer. toFeatureCollection()abstract SimpleFeatureCollectionRasterLayer. 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.geometryMethods in org.geotools.process.geometry that return SimpleFeatureCollection Modifier and Type Method Description static SimpleFeatureCollectionCenterLine. extractCenterLine(SimpleFeatureCollection features, double perc)Methods in org.geotools.process.geometry with parameters of type SimpleFeatureCollection Modifier and Type Method Description static SimpleFeatureCollectionCenterLine. extractCenterLine(SimpleFeatureCollection features, double perc)
- 
Uses of SimpleFeatureCollection in org.geotools.process.rasterMethods in org.geotools.process.raster that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionContourProcess. execute(GridCoverage2D gc2d, Integer band, double[] levels, Double interval, Boolean simplify, Boolean smooth, Geometry roi, ProgressListener progressListener)SimpleFeatureCollectionFootprintExtractionProcess. 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.SimpleFeatureCollectionPolygonExtractionProcess. execute(GridCoverage2D coverage, Integer band, Boolean insideEdges, Geometry roi, Collection<Number> noDataValues, List<Range> classificationRanges, ProgressListener progressListener)Executes the raster to vector process.SimpleFeatureCollectionRasterAsPointCollectionProcess. execute(GridCoverage2D gc2d, CoordinateReferenceSystem targetCRS, Float scaleFactor, Interpolation interpolation, Boolean emisphere)SimpleFeatureCollectionRasterZonalStatistics. execute(GridCoverage2D coverage, Integer band, SimpleFeatureCollection zones, GridCoverage2D classification)static SimpleFeatureCollectionContourProcess. 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 SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionRasterZonalStatistics. execute(GridCoverage2D coverage, Integer band, SimpleFeatureCollection zones, GridCoverage2D classification)
- 
Uses of SimpleFeatureCollection in org.geotools.process.vectorClasses in org.geotools.process.vector that implement SimpleFeatureCollection Modifier and Type Class Description classSimpleProcessingCollectionThe simple feature version ofProcessingCollection.Methods in org.geotools.process.vector with parameters of type SimpleFeatureCollection Modifier and Type Method Description AggregateProcess.ResultsAggregateProcess. execute(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, boolean singlePass, List<String> groupByAttributes, ProgressListener progressListener)AggregateProcess.ResultsAggregateProcess. execute(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, boolean singlePass, ProgressListener progressListener)GridCoverage2DBarnesSurfaceProcess. 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)SimpleFeatureCollectionBufferFeatureCollection. execute(SimpleFeatureCollection features, Double distance, String attribute)SimpleFeatureCollectionCentroidProcess. execute(SimpleFeatureCollection features)SimpleFeatureCollectionClassifyByRangeProcess. execute(SimpleFeatureCollection features, String classifyOnAttribute, String[] thresholds, String[] outputValues, String classifier, Integer classes, Boolean include, String outputAttribute, String outputType)SimpleFeatureCollectionClipProcess. execute(SimpleFeatureCollection features, Geometry clip, Boolean preserveZ)NumberCountProcess. execute(SimpleFeatureCollection features)SimpleFeatureCollectionGraticuleLabelPointProcess. execute(SimpleFeatureCollection features, ReferencedEnvelope bounds, Double offset, String placement)GridCoverage2DHeatmapProcess. execute(SimpleFeatureCollection obsFeatures, Integer argRadiusPixels, String valueAttr, Integer argPixelsPerCell, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, ProgressListener monitor)SimpleFeatureCollectionInclusionFeatureCollection. execute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures)SimpleFeatureCollectionIntersectionFeatureCollection. execute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled)SimpleFeatureCollectionPointStackerProcess. execute(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor)SimpleFeatureCollectionQueryProcess. execute(SimpleFeatureCollection features, List<String> attributes, Filter filter)SimpleFeatureCollectionRectangularClipProcess. execute(SimpleFeatureCollection features, ReferencedEnvelope clip, Boolean preserveZ)SimpleFeatureCollectionReprojectProcess. execute(SimpleFeatureCollection features, CoordinateReferenceSystem forcedCRS, CoordinateReferenceSystem targetCRS)SimpleFeatureCollectionSimplifyProcess. execute(SimpleFeatureCollection features, double distance, boolean preserveTopology)SimpleFeatureCollectionTransformProcess. execute(SimpleFeatureCollection features, String transform)SimpleFeatureCollectionUnionFeatureCollection. execute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures)SimpleFeatureCollectionUniqueProcess. execute(SimpleFeatureCollection features, String attribute, ProgressListener progressListener)GridCoverage2DVectorToRasterProcess. execute(SimpleFeatureCollection features, Integer rasterWidth, Integer rasterHeight, String title, String attribute, Bounds bounds, ProgressListener progressListener)SimpleFeatureCollectionVectorZonalStatistics. execute(SimpleFeatureCollection data, String dataAttribute, SimpleFeatureCollection zones)SimpleFeatureCollectionTransformProcess. executeList(SimpleFeatureCollection features, List<TransformProcess.Definition> transform)static Coordinate[]BarnesSurfaceProcess. extractPoints(SimpleFeatureCollection obsPoints, String attrName, MathTransform trans, int dataLimit)protected voidHeatmapProcess. extractPoints(SimpleFeatureCollection obsPoints, String attrName, MathTransform trans, HeatmapSurface heatMap)Extract points from a feature collection, and stores them in the heatmapstatic AggregateProcess.ResultsAggregateProcess. process(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, Boolean singlePass, ProgressListener progressListener)Computes various attribute statistics over vector data setsstatic AggregateProcess.ResultsAggregateProcess. process(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, List<String> groupByAttributes, Boolean singlePass, ProgressListener progressListener)static GridCoverage2DVectorToRasterProcess. 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 SimpleFeatureTypeTransformProcess. toReShapeFeatureType(SimpleFeatureCollection delegate, List<TransformProcess.Definition> definitionList)
- 
Uses of SimpleFeatureCollection in org.geotools.renderer.liteClasses in org.geotools.renderer.lite that implement SimpleFeatureCollection Modifier and Type Class Description classIndexedFeatureResultsIndexedFeatureReaderMethods in org.geotools.renderer.lite that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionIndexedFeatureResults. collection()Constructors in org.geotools.renderer.lite with parameters of type SimpleFeatureCollection Constructor Description IndexedFeatureResults(SimpleFeatureCollection results)
- 
Uses of SimpleFeatureCollection in org.geotools.stac.clientMethods in org.geotools.stac.client that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionSTACClient. search(SearchQuery search, STACClient.SearchMode mode)Retrieves data using the Search APISimpleFeatureCollectionSTACClient. search(SearchQuery search, STACClient.SearchMode mode, SimpleFeatureType schema)Retrieves data using the Search API
- 
Uses of SimpleFeatureCollection in org.geotools.stac.storeConstructors in org.geotools.stac.store with parameters of type SimpleFeatureCollection Constructor Description CollectionReader(SimpleFeatureCollection fc)
- 
Uses of SimpleFeatureCollection in org.geotools.stylingMethods in org.geotools.styling with parameters of type SimpleFeatureCollection Modifier and Type Method Description StyleStyleBuilder. 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.tableConstructors in org.geotools.swing.table with parameters of type SimpleFeatureCollection Constructor Description FeatureCollectionTableModel(SimpleFeatureCollection features)Constructor
- 
Uses of SimpleFeatureCollection in org.geotools.wfsClasses in org.geotools.wfs that implement SimpleFeatureCollection Modifier and Type Class Description classCompositeFeatureCollectionWraps multiple feature collections into a single.Methods in org.geotools.wfs that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollectionGML. decodeFeatureCollection(InputStream in)Decodes a feature collection from the stream provided.SimpleFeatureCollectionGML. decodeFeatureCollection(InputStream in, boolean computeFullFeatureType)Decodes a feature collection from the stream provided.Methods in org.geotools.wfs with parameters of type SimpleFeatureCollection Modifier and Type Method Description voidGML. encode(OutputStream out, SimpleFeatureCollection collection)
- 
Uses of SimpleFeatureCollection in org.geotools.xml.gmlClasses in org.geotools.xml.gml that implement SimpleFeatureCollection Modifier and Type Class Description classGMLFeatureCollection
 
-