Uses of Interface
org.geotools.data.simple.SimpleFeatureCollection
-
-
Uses of SimpleFeatureCollection in org.geotools.api.data
Methods in org.geotools.api.data that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
SimpleFeatureSource. getFeatures()
SimpleFeatureCollection
SimpleFeatureSource. getFeatures(Query query)
SimpleFeatureCollection
SimpleFeatureSource. getFeatures(Filter filter)
SimpleFeatureCollection
SimpleFeatureStore. getFeatures()
SimpleFeatureCollection
SimpleFeatureStore. getFeatures(Query query)
SimpleFeatureCollection
SimpleFeatureStore. getFeatures(Filter filter)
-
Uses of SimpleFeatureCollection in org.geotools.coverage.grid.io
Methods in org.geotools.coverage.grid.io that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
GranuleSource. getGranules(Query q)
Retrieves granules, in the form of aSimpleFeatureCollection
, based on aQuery
.SimpleFeatureCollection
RenamingGranuleSource. getGranules(Query q)
Methods in org.geotools.coverage.grid.io with parameters of type SimpleFeatureCollection Modifier and Type Method Description void
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 SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
CoverageSlicesCatalogSource. getGranules(Query q)
Methods in org.geotools.coverage.io.catalog with parameters of type SimpleFeatureCollection Modifier and Type Method Description void
CoverageSlicesCatalog. addGranules(String typeName, SimpleFeatureCollection granules, Transaction transaction)
-
Uses of SimpleFeatureCollection in org.geotools.coverage.util
Methods in org.geotools.coverage.util that return SimpleFeatureCollection Modifier and Type Method Description static 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 SimpleFeatureCollection Modifier and Type Class Description class
DefaultFeatureResults
Generic "results" of a query, class.Methods in org.geotools.data that return SimpleFeatureCollection Modifier and Type Method Description static 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.SimpleFeatureCollection
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 SimpleFeatureCollection Modifier and Type Method Description static DataStore
DataUtilities. 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.collection
Classes in org.geotools.data.collection that implement SimpleFeatureCollection Modifier and Type Class Description protected class
CollectionFeatureSource.SubCollection
SubCollection for CollectionFeatureSource.class
ListFeatureCollection
FeatureCollection implementation wrapping around a java.util.List.class
SpatialIndexFeatureCollection
FeatureCollection used to stage information for display using a SpatialIndex.class
TreeSetFeatureCollection
Origional implementation of FeatureCollection using a TreeMap for internal storage.Fields in org.geotools.data.collection declared as SimpleFeatureCollection Modifier and Type Field Description protected SimpleFeatureCollection
CollectionFeatureSource. collection
Methods in org.geotools.data.collection that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
TreeSetFeatureCollection. collection()
SimpleFeatureCollection
CollectionFeatureSource. getFeatures()
SimpleFeatureCollection
CollectionFeatureSource. getFeatures(Query query)
SimpleFeatureCollection
CollectionFeatureSource. getFeatures(Filter filter)
SimpleFeatureCollection
SpatialIndexFeatureSource. getFeatures()
SimpleFeatureCollection
SpatialIndexFeatureSource. getFeatures(Query query)
SimpleFeatureCollection
SpatialIndexFeatureSource. getFeatures(Filter filter)
SimpleFeatureCollection
CollectionFeatureSource.SubCollection. sort(SortBy order)
SimpleFeatureCollection
ListFeatureCollection. sort(SortBy order)
SimpleFeatureCollection
SpatialIndexFeatureCollection. sort(SortBy order)
SimpleFeatureCollection
TreeSetFeatureCollection. sort(SortBy order)
SimpleFeatureCollection
CollectionFeatureSource.SubCollection. subCollection(Filter filter)
SimpleFeatureCollection
ListFeatureCollection. subCollection(Filter filter)
SimpleFeatureCollection
SpatialIndexFeatureCollection. subCollection(Filter filter)
SimpleFeatureCollection
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 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.xml
Subinterfaces of SimpleFeatureCollection in org.geotools.data.complex.xml Modifier and Type Interface Description interface
XmlFeatureCollection
-
Uses of SimpleFeatureCollection in org.geotools.data.crs
Classes in org.geotools.data.crs that implement SimpleFeatureCollection Modifier and Type Class Description class
ForceCoordinateSystemFeatureResults
ForceCoordinateSystemFeatureResults provides a CoordinateReferenceSystem for FeatureTypes.class
ReprojectFeatureResults
ReprojectFeatureReader provides a reprojection for FeatureTypes. -
Uses of SimpleFeatureCollection in org.geotools.data.directory
Methods in org.geotools.data.directory that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
DirectoryFeatureSource. getFeatures()
SimpleFeatureCollection
DirectoryFeatureSource. getFeatures(Query query)
SimpleFeatureCollection
DirectoryFeatureSource. getFeatures(Filter filter)
-
Uses of SimpleFeatureCollection in org.geotools.data.gen
Classes in org.geotools.data.gen that implement SimpleFeatureCollection Modifier and Type Class Description class
PreGeneralizedFeatureCollection
Fields in org.geotools.data.gen declared as SimpleFeatureCollection Modifier and Type Field Description protected SimpleFeatureCollection
PreGeneralizedFeatureCollection. backendCollection
Methods in org.geotools.data.gen that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
PreGeneralizedFeatureSource. getFeatures()
SimpleFeatureCollection
PreGeneralizedFeatureSource. getFeatures(Query query)
SimpleFeatureCollection
PreGeneralizedFeatureSource. getFeatures(Filter filter)
SimpleFeatureCollection
PreGeneralizedFeatureCollection. sort(SortBy sortBy)
SimpleFeatureCollection
PreGeneralizedFeatureCollection. 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.geojson
Classes in org.geotools.data.geojson that implement SimpleFeatureCollection Modifier and Type Class Description class
PagingFeatureCollection
A 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 SimpleFeatureCollection
GeoJSONReader. getFeatures()
Parses all features in the source and returns them as an in-memory feature collection with a stableFeatureType
.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 SimpleFeatureCollection Modifier and Type Method Description protected 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 SimpleFeatureCollection Constructor Description PagingFeatureCollection(SimpleFeatureCollection first, ObjectNode next, Integer matched)
-
Uses of SimpleFeatureCollection in org.geotools.data.memory
Classes in org.geotools.data.memory that implement SimpleFeatureCollection Modifier and Type Class Description class
MemoryFeatureCollection
Implement 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.ogr
Methods in org.geotools.data.ogr with parameters of type SimpleFeatureCollection Modifier and Type Method Description void
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 SimpleFeatureCollection Modifier and Type Method Description boolean
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 Modifier and Type Method Description SimpleFeatureCollection
SimpleFeatureCollection. sort(SortBy order)
SimpleFeatureCollection
SimpleFeatureCollection. subCollection(Filter filter)
-
Uses of SimpleFeatureCollection in org.geotools.data.store
Classes in org.geotools.data.store that implement SimpleFeatureCollection Modifier and Type Class Description class
ContentFeatureCollection
A FeatureCollection that completely delegates to a backing FetaureSource#getReaderclass
DataFeatureCollection
A starting point for implementing FeatureCollection's backed onto a FeatureReader.class
EmptyFeatureCollection
class
ReprojectingFeatureCollection
SimpleFeatureCollection decorator that reprojects all geometries of the features within the feature collection.class
ReTypingFeatureCollection
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 SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
ContentFeatureCollection. sort(SortBy sort)
SimpleFeatureCollection
DataFeatureCollection. sort(SortBy order)
Construct a sorted view of this content.SimpleFeatureCollection
ReprojectingFeatureCollection. sort(SortBy order)
SimpleFeatureCollection
ContentFeatureCollection. subCollection(Filter filter)
SimpleFeatureCollection
DataFeatureCollection. subCollection(Filter filter)
Will return an optimized subCollection based on access to the origional FeatureSource.SimpleFeatureCollection
ReprojectingFeatureCollection. 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.transform
Methods in org.geotools.data.transform that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
TransformFeatureSource. getFeatures()
SimpleFeatureCollection
TransformFeatureSource. getFeatures(Query query)
SimpleFeatureCollection
TransformFeatureSource. getFeatures(Filter filter)
-
Uses of SimpleFeatureCollection in org.geotools.data.view
Methods in org.geotools.data.view that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
DefaultView. getFeatures()
Implement getFeatures.SimpleFeatureCollection
DefaultView. getFeatures(Query query)
Implement getFeatures.SimpleFeatureCollection
DefaultView. getFeatures(Filter filter)
Implement getFeatures. -
Uses of SimpleFeatureCollection in org.geotools.feature
Classes in org.geotools.feature that implement SimpleFeatureCollection Modifier and Type Class Description class
DefaultFeatureCollection
A basic implementation of SimpleFeatureCollection which use aTreeMap
for its internal storage.Methods in org.geotools.feature that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
DefaultFeatureCollection. collection()
SimpleFeatureCollection
DefaultFeatureCollection. sort(SortBy order)
Construct a sorted view of this content.SimpleFeatureCollection
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.collection Modifier and Type Interface Description interface
RandomFeatureAccess
Access Feature content using Feature "Id".Classes in org.geotools.feature.collection that implement SimpleFeatureCollection Modifier and Type Class Description class
AbstractFeatureCollection
Implement a feature collection just based on provision of anIterator
.class
AdaptorFeatureCollection
Implement a feature collection just based on provision of iterator.class
BaseSimpleFeatureCollection
class
ClippedFeatureCollection
SimpleFeatureCollection wrapper that clip (crops) features according to the clip geometry passed.class
ClippingFeatureCollection
The class decorates a SimpleFeatureCollection with one that returns features that intersect the geometry passed with a Hints.GEOMETRY_CLIPclass
DecoratingSimpleFeatureCollection
A FeatureCollection which completely delegates to another FeatureCollection.class
FilteringSimpleFeatureCollection
Decorates a feature collection with one that filters content.class
MaxSimpleFeatureCollection
SimpleFeatureCollection wrapper which limits the number of features returned.class
SortedSimpleFeatureCollection
A wrapper that will sort a feature collection using a size sensitive algorithm, in main memory for small collections, using secondary memory otherwise.class
SubFeatureCollection
Reasonable default implementation for subCollection making use of parentfeatures()
and provided Filter.class
SubFeatureList
Default implementation ofFeatureCollection.sort(SortBy)
.Fields in org.geotools.feature.collection declared as SimpleFeatureCollection Modifier and Type Field Description protected SimpleFeatureCollection
SubFeatureCollection. collection
Original Collectionprotected SimpleFeatureCollection
DecoratingSimpleFeatureCollection. delegate
the delegateMethods in org.geotools.feature.collection that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
AbstractFeatureCollection. sort(SortBy order)
SimpleFeatureCollection
AdaptorFeatureCollection. sort(SortBy order)
SimpleFeatureCollection
BaseSimpleFeatureCollection. sort(SortBy order)
SimpleFeatureCollection
DecoratingSimpleFeatureCollection. sort(SortBy order)
SimpleFeatureCollection
FilteringSimpleFeatureCollection. sort(SortBy order)
SimpleFeatureCollection
MaxSimpleFeatureCollection. sort(SortBy order)
SimpleFeatureCollection
SubFeatureCollection. sort(SortBy order)
SimpleFeatureCollection
AbstractFeatureCollection. subCollection(Filter filter)
SimpleFeatureCollection
AdaptorFeatureCollection. subCollection(Filter filter)
SimpleFeatureCollection
BaseSimpleFeatureCollection. subCollection(Filter filter)
SimpleFeatureCollection
DecoratingSimpleFeatureCollection. subCollection(Filter filter)
SimpleFeatureCollection
FilteringSimpleFeatureCollection. subCollection(Filter filter)
SimpleFeatureCollection
MaxSimpleFeatureCollection. subCollection(Filter filter)
SimpleFeatureCollection
SubFeatureCollection. subCollection(Filter filter)
SimpleFeatureCollection
AdaptorFeatureCollection. subList(Filter filter)
SimpleFeatureCollection
SubFeatureList. subList(Filter subfilter)
Sublist of this sublist! -
Uses of SimpleFeatureCollection in org.geotools.feature.visitor
Methods in org.geotools.feature.visitor with parameters of type SimpleFeatureCollection Modifier and Type Method Description static 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 SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
FootprintsTransformation. evaluate(Object object)
-
Uses of SimpleFeatureCollection in org.geotools.gce.imagemosaic.catalog
Methods in org.geotools.gce.imagemosaic.catalog that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
CachingDataStoreGranuleCatalog. getGranules(Query q)
SimpleFeatureCollection
CachingDataStoreGranuleCatalog. getGranules(Query q, Transaction t)
abstract SimpleFeatureCollection
GranuleCatalog. getGranules(Query q)
SimpleFeatureCollection
GranuleCatalog. getGranules(Query q, Transaction t)
SimpleFeatureCollection
GranuleCatalogSource. getGranules(Query q)
SimpleFeatureCollection
LockingGranuleCatalog. getGranules(Query q)
SimpleFeatureCollection
LockingGranuleCatalog. getGranules(Query q, Transaction t)
SimpleFeatureCollection
QueryCacheGranuleCatalog. getGranules(Query q)
SimpleFeatureCollection
QueryCacheGranuleCatalog. getGranules(Query q, Transaction t)
Methods in org.geotools.gce.imagemosaic.catalog with parameters of type SimpleFeatureCollection Modifier and Type Method Description void
GranuleCatalogStore. addGranules(SimpleFeatureCollection granules)
-
Uses of SimpleFeatureCollection in org.geotools.geopkg
Methods in org.geotools.geopkg with parameters of type SimpleFeatureCollection Modifier and Type Method Description void
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 SimpleFeatureCollection Constructor Description 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 SimpleFeatureCollection Constructor Description GML32FeatureCollectionEncoderDelegate(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 SimpleFeatureCollection Modifier and Type Method Description static DelaunayNode[]
AutoClustUtils. featureCollectionToNodeArray(SimpleFeatureCollection fc)
DelaunayNode[]
DelaunayTriangulator. featuresToNodes(SimpleFeatureCollection fc)
void
DelaunayTriangulator. setFeatureCollection(SimpleFeatureCollection data)
-
Uses of SimpleFeatureCollection in org.geotools.map
Methods in org.geotools.map that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
GridCoverageLayer. toFeatureCollection()
SimpleFeatureCollection
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 SimpleFeatureCollection Modifier and Type Method Description static SimpleFeatureCollection
CenterLine. extractCenterLine(SimpleFeatureCollection features, double perc)
Methods in org.geotools.process.geometry with parameters of type SimpleFeatureCollection Modifier and Type Method Description static SimpleFeatureCollection
CenterLine. extractCenterLine(SimpleFeatureCollection features, double perc)
-
Uses of SimpleFeatureCollection in org.geotools.process.raster
Methods in org.geotools.process.raster that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
ContourProcess. execute(GridCoverage2D gc2d, Integer band, double[] levels, Double interval, Boolean simplify, Boolean smooth, Geometry roi, ProgressListener progressListener)
SimpleFeatureCollection
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.SimpleFeatureCollection
PolygonExtractionProcess. execute(GridCoverage2D coverage, Integer band, Boolean insideEdges, Geometry roi, Collection<Number> noDataValues, List<Range> classificationRanges, ProgressListener progressListener)
Executes the raster to vector process.SimpleFeatureCollection
RasterAsPointCollectionProcess. execute(GridCoverage2D gc2d, CoordinateReferenceSystem targetCRS, Float scaleFactor, Interpolation interpolation, Boolean emisphere)
SimpleFeatureCollection
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 SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
RasterZonalStatistics. 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 SimpleFeatureCollection Modifier and Type Class Description class
SimpleProcessingCollection
The simple feature version ofProcessingCollection
.Methods in org.geotools.process.vector with parameters of type SimpleFeatureCollection Modifier and Type Method Description AggregateProcess.Results
AggregateProcess. execute(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, boolean singlePass, List<String> groupByAttributes, ProgressListener progressListener)
AggregateProcess.Results
AggregateProcess. execute(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, boolean singlePass, ProgressListener progressListener)
GridCoverage2D
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)
SimpleFeatureCollection
BufferFeatureCollection. execute(SimpleFeatureCollection features, Double distance, String attribute)
SimpleFeatureCollection
CentroidProcess. execute(SimpleFeatureCollection features)
SimpleFeatureCollection
ClassifyByRangeProcess. execute(SimpleFeatureCollection features, String classifyOnAttribute, String[] thresholds, String[] outputValues, String classifier, Integer classes, Boolean include, String outputAttribute, String outputType)
SimpleFeatureCollection
ClipProcess. execute(SimpleFeatureCollection features, Geometry clip, Boolean preserveZ)
Number
CountProcess. execute(SimpleFeatureCollection features)
GridCoverage2D
HeatmapProcess. execute(SimpleFeatureCollection obsFeatures, Integer argRadiusPixels, String valueAttr, Integer argPixelsPerCell, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, ProgressListener monitor)
SimpleFeatureCollection
InclusionFeatureCollection. execute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures)
SimpleFeatureCollection
IntersectionFeatureCollection. execute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled)
SimpleFeatureCollection
PointStackerProcess. execute(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor)
SimpleFeatureCollection
QueryProcess. execute(SimpleFeatureCollection features, List<String> attributes, Filter filter)
SimpleFeatureCollection
RectangularClipProcess. execute(SimpleFeatureCollection features, ReferencedEnvelope clip, Boolean preserveZ)
SimpleFeatureCollection
ReprojectProcess. execute(SimpleFeatureCollection features, CoordinateReferenceSystem forcedCRS, CoordinateReferenceSystem targetCRS)
SimpleFeatureCollection
SimplifyProcess. execute(SimpleFeatureCollection features, double distance, boolean preserveTopology)
SimpleFeatureCollection
TransformProcess. execute(SimpleFeatureCollection features, String transform)
SimpleFeatureCollection
UnionFeatureCollection. execute(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures)
SimpleFeatureCollection
UniqueProcess. execute(SimpleFeatureCollection features, String attribute, ProgressListener progressListener)
GridCoverage2D
VectorToRasterProcess. execute(SimpleFeatureCollection features, Integer rasterWidth, Integer rasterHeight, String title, String attribute, Bounds bounds, ProgressListener progressListener)
SimpleFeatureCollection
VectorZonalStatistics. execute(SimpleFeatureCollection data, String dataAttribute, SimpleFeatureCollection zones)
SimpleFeatureCollection
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 SimpleFeatureCollection Modifier and Type Class Description class
IndexedFeatureResults
IndexedFeatureReaderMethods in org.geotools.renderer.lite that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
IndexedFeatureResults. collection()
Constructors in org.geotools.renderer.lite with parameters of type SimpleFeatureCollection Constructor Description IndexedFeatureResults(SimpleFeatureCollection results)
-
Uses of SimpleFeatureCollection in org.geotools.stac.client
Methods in org.geotools.stac.client that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
STACClient. search(SearchQuery search, STACClient.SearchMode mode)
Retrieves data using the Search APISimpleFeatureCollection
STACClient. 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 Constructor Description CollectionReader(SimpleFeatureCollection fc)
-
Uses of SimpleFeatureCollection in org.geotools.styling
Methods in org.geotools.styling with parameters of type SimpleFeatureCollection Modifier and Type Method Description Style
StyleBuilder. 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 SimpleFeatureCollection Constructor Description FeatureCollectionTableModel(SimpleFeatureCollection features)
Constructor -
Uses of SimpleFeatureCollection in org.geotools.wfs
Classes in org.geotools.wfs that implement SimpleFeatureCollection Modifier and Type Class Description class
CompositeFeatureCollection
Wraps multiple feature collections into a single.Methods in org.geotools.wfs that return SimpleFeatureCollection Modifier and Type Method Description SimpleFeatureCollection
GML. decodeFeatureCollection(InputStream in)
Decodes a feature collection from the stream provided.SimpleFeatureCollection
GML. 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 void
GML. encode(OutputStream out, SimpleFeatureCollection collection)
-
Uses of SimpleFeatureCollection in org.geotools.xml.gml
Classes in org.geotools.xml.gml that implement SimpleFeatureCollection Modifier and Type Class Description class
GMLFeatureCollection
-