Modifier and Type | Class and Description |
---|---|
class |
ArcSdeFeatureCollection
FeatureCollection implementation that works over an
ArcSDEFeatureReader or one of the
decorators over it returned by ArcSDEDataStore#getFeatureReader(Query, Session, boolean) . |
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
ArcSdeFeatureSource.getFeatures() |
SimpleFeatureCollection |
ArcSdeFeatureSource.getFeatures(Filter filter) |
SimpleFeatureCollection |
ArcSdeFeatureSource.getFeatures(Query query) |
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
GranuleSource.getGranules(Query q)
Retrieves granules, in the form of a
SimpleFeatureCollection , based on a Query . |
SimpleFeatureCollection |
RenamingGranuleSource.getGranules(Query q) |
Modifier and Type | Method and Description |
---|---|
void |
GranuleStore.addGranules(SimpleFeatureCollection granules)
Add all the granules from the specified collection to this
GranuleStore . |
void |
RenamingGranuleStore.addGranules(SimpleFeatureCollection granules) |
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
CoverageSlicesCatalogSource.getGranules(Query q) |
Modifier and Type | Method and Description |
---|---|
void |
CoverageSlicesCatalog.addGranules(String typeName,
SimpleFeatureCollection granules,
Transaction transaction) |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFeatureResults
Generic "results" of a query, class.
|
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
DefaultFeatureResults.collection() |
static SimpleFeatureCollection |
DataUtilities.collection(FeatureReader<SimpleFeatureType,SimpleFeature> reader)
Copies the provided reader into a FeatureCollection, reader will be closed.
|
static SimpleFeatureCollection |
DataUtilities.collection(List<SimpleFeature> list)
Copies the provided features into a FeatureCollection.
|
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 |
CachingFeatureSource.getFeatures()
Deprecated.
|
SimpleFeatureCollection |
CachingFeatureSource.getFeatures(Filter filter)
Deprecated.
|
SimpleFeatureCollection |
CachingFeatureSource.getFeatures(Query query)
Deprecated.
|
static SimpleFeatureCollection |
DataUtilities.simple(FeatureCollection<SimpleFeatureType,SimpleFeature> featureCollection)
A safe cast to SimpleFeatureCollection; that will introduce a wrapper if it has to.
|
Modifier and Type | Method and Description |
---|---|
static DataStore |
DataUtilities.dataStore(SimpleFeatureCollection features)
Adapt a feature collection as a read-only DataStore.
|
Constructor and Description |
---|
CollectionFeatureReader(SimpleFeatureCollection featuresArg,
SimpleFeatureType typeArg)
Create a new instance.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected SimpleFeatureCollection |
CollectionFeatureSource.collection |
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
TreeSetFeatureCollection.collection() |
SimpleFeatureCollection |
CollectionFeatureSource.getFeatures() |
SimpleFeatureCollection |
SpatialIndexFeatureSource.getFeatures() |
SimpleFeatureCollection |
CollectionFeatureSource.getFeatures(Filter filter) |
SimpleFeatureCollection |
SpatialIndexFeatureSource.getFeatures(Filter filter) |
SimpleFeatureCollection |
CollectionFeatureSource.getFeatures(Query query) |
SimpleFeatureCollection |
SpatialIndexFeatureSource.getFeatures(Query query) |
SimpleFeatureCollection |
ListFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
CollectionFeatureSource.SubCollection.sort(SortBy order) |
SimpleFeatureCollection |
TreeSetFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
SpatialIndexFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
ListFeatureCollection.subCollection(Filter filter) |
SimpleFeatureCollection |
CollectionFeatureSource.SubCollection.subCollection(Filter filter) |
SimpleFeatureCollection |
TreeSetFeatureCollection.subCollection(Filter filter)
Will return an optimized subCollection based on access to the origional
MemoryFeatureCollection.
|
SimpleFeatureCollection |
SpatialIndexFeatureCollection.subCollection(Filter filter) |
Constructor and Description |
---|
CollectionFeatureSource(SimpleFeatureCollection collection) |
ListFeatureCollection(SimpleFeatureCollection copy)
Create a ListFeatureCollection around the provided list.
|
SpatialIndexFeatureCollection(SimpleFeatureCollection copy) |
SubCollection(Query query,
SimpleFeatureCollection features) |
Modifier and Type | Interface and Description |
---|---|
interface |
XmlFeatureCollection |
Modifier and Type | Class and Description |
---|---|
class |
ForceCoordinateSystemFeatureResults
ForceCoordinateSystemFeatureResults provides a CoordinateReferenceSystem for FeatureTypes.
|
class |
ReprojectFeatureResults
ReprojectFeatureReader provides a reprojection for FeatureTypes.
|
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
DirectoryFeatureSource.getFeatures() |
SimpleFeatureCollection |
DirectoryFeatureSource.getFeatures(Filter filter) |
SimpleFeatureCollection |
DirectoryFeatureSource.getFeatures(Query query) |
Modifier and Type | Class and Description |
---|---|
class |
PreGeneralizedFeatureCollection |
Modifier and Type | Field and Description |
---|---|
protected SimpleFeatureCollection |
PreGeneralizedFeatureCollection.backendCollection |
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
PreGeneralizedFeatureSource.getFeatures() |
SimpleFeatureCollection |
PreGeneralizedFeatureSource.getFeatures(Filter filter) |
SimpleFeatureCollection |
PreGeneralizedFeatureSource.getFeatures(Query query) |
SimpleFeatureCollection |
PreGeneralizedFeatureCollection.sort(SortBy sortBy) |
SimpleFeatureCollection |
PreGeneralizedFeatureCollection.subCollection(Filter filter) |
Constructor and Description |
---|
PreGeneralizedFeatureCollection(SimpleFeatureCollection backendCollection,
SimpleFeatureType featureType,
int[] indexMapping,
String geomPropertyName,
String backendGeomPropertyName) |
Modifier and Type | Class and Description |
---|---|
class |
MemoryFeatureCollection
Implement a SimpleFeatureCollection by burning memory!
|
Constructor and Description |
---|
MemoryDataStore(SimpleFeatureCollection collection) |
Modifier and Type | Method and Description |
---|---|
boolean |
ShapefileDumper.dump(SimpleFeatureCollection fc)
Dumps the collection into one or more shapefiles.
|
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
SimpleFeatureStore.getFeatures() |
SimpleFeatureCollection |
SimpleFeatureSource.getFeatures() |
SimpleFeatureCollection |
SimpleFeatureStore.getFeatures(Filter filter) |
SimpleFeatureCollection |
SimpleFeatureSource.getFeatures(Filter filter) |
SimpleFeatureCollection |
SimpleFeatureStore.getFeatures(Query query) |
SimpleFeatureCollection |
SimpleFeatureSource.getFeatures(Query query) |
SimpleFeatureCollection |
SimpleFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
SimpleFeatureCollection.subCollection(Filter filter) |
Modifier and Type | Class and Description |
---|---|
class |
ContentFeatureCollection
A FeatureCollection that completely delegates to a backing FetaureSource#getReader
|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
DataFeatureCollection.sort(SortBy order)
Construct a sorted view of this content.
|
SimpleFeatureCollection |
ContentFeatureCollection.sort(SortBy sort) |
SimpleFeatureCollection |
ReprojectingFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
DataFeatureCollection.subCollection(Filter filter)
Will return an optimized subCollection based on access to the origional FeatureSource.
|
SimpleFeatureCollection |
ContentFeatureCollection.subCollection(Filter filter) |
SimpleFeatureCollection |
ReprojectingFeatureCollection.subCollection(Filter filter) |
Constructor and Description |
---|
ReprojectingFeatureCollection(SimpleFeatureCollection delegate,
CoordinateReferenceSystem target) |
ReprojectingFeatureCollection(SimpleFeatureCollection delegate,
CoordinateReferenceSystem source,
CoordinateReferenceSystem target) |
ReTypingFeatureCollection(SimpleFeatureCollection delegate,
SimpleFeatureType featureType) |
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
TransformFeatureSource.getFeatures() |
SimpleFeatureCollection |
TransformFeatureSource.getFeatures(Filter filter) |
SimpleFeatureCollection |
TransformFeatureSource.getFeatures(Query query) |
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
DefaultView.getFeatures()
Implement getFeatures.
|
SimpleFeatureCollection |
DefaultView.getFeatures(Filter filter)
Implement getFeatures.
|
SimpleFeatureCollection |
DefaultView.getFeatures(Query query)
Implement getFeatures.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFeatureCollection
A basic implementation of SimpleFeatureCollection which use a
TreeMap for its internal
storage. |
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
DefaultFeatureCollection.collection() |
protected SimpleFeatureCollection |
DefaultFeatureCollections.createCollection()
Creates a new DefaultFeatureCollection.
|
protected abstract SimpleFeatureCollection |
FeatureCollections.createCollection()
Deprecated.
Subclasses must implement this to return a new SimpleFeatureCollection object.
|
protected SimpleFeatureCollection |
DefaultFeatureCollections.createCollection(String id) |
protected abstract SimpleFeatureCollection |
FeatureCollections.createCollection(String id)
Deprecated.
Subclasses must implement this to return a new SimpleFeatureCollection object with a
particular id.
|
protected SimpleFeatureCollection |
DefaultFeatureCollections.createCollection(String id,
SimpleFeatureType ft) |
static SimpleFeatureCollection |
FeatureCollections.newCollection()
Deprecated.
Use new DefaultFeatureCollection(null,null)
|
static SimpleFeatureCollection |
FeatureCollections.newCollection(String id)
Deprecated.
Use new DefaultFeatureCollection( id, null )
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RandomFeatureAccess
Access Feature content using Feature "Id".
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFeatureCollection
Implement a feature collection just based on provision of an
Iterator . |
class |
AdaptorFeatureCollection
Implement a feature collection just based on provision of iterator.
|
class |
BaseSimpleFeatureCollection |
class |
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 parent
features() and provided Filter. |
class |
SubFeatureList
Default implementation of
FeatureCollection.sort(SortBy) . |
Modifier and Type | Field and Description |
---|---|
protected SimpleFeatureCollection |
SubFeatureCollection.collection
Original Collection
|
protected SimpleFeatureCollection |
DecoratingSimpleFeatureCollection.delegate
the delegate
|
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
FilteringSimpleFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
BaseSimpleFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
MaxSimpleFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
SubFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
AbstractFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
DecoratingSimpleFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
AdaptorFeatureCollection.sort(SortBy order) |
SimpleFeatureCollection |
FilteringSimpleFeatureCollection.subCollection(Filter filter) |
SimpleFeatureCollection |
BaseSimpleFeatureCollection.subCollection(Filter filter) |
SimpleFeatureCollection |
MaxSimpleFeatureCollection.subCollection(Filter filter) |
SimpleFeatureCollection |
SubFeatureCollection.subCollection(Filter filter) |
SimpleFeatureCollection |
AbstractFeatureCollection.subCollection(Filter filter) |
SimpleFeatureCollection |
DecoratingSimpleFeatureCollection.subCollection(Filter filter) |
SimpleFeatureCollection |
AdaptorFeatureCollection.subCollection(Filter filter) |
SimpleFeatureCollection |
AdaptorFeatureCollection.subList(Filter filter) |
SimpleFeatureCollection |
SubFeatureList.subList(Filter subfilter)
Sublist of this sublist!
|
Constructor and Description |
---|
DecoratingSimpleFeatureCollection(SimpleFeatureCollection delegate) |
FilteringSimpleFeatureCollection(SimpleFeatureCollection delegate,
Filter filter) |
MaxSimpleFeatureCollection(SimpleFeatureCollection delegate,
long max) |
MaxSimpleFeatureCollection(SimpleFeatureCollection delegate,
long start,
long max) |
SortedSimpleFeatureCollection(SimpleFeatureCollection delegate,
SortBy[] sort) |
SubFeatureCollection(SimpleFeatureCollection collection) |
SubFeatureCollection(SimpleFeatureCollection collection,
Filter subfilter) |
SubFeatureList(SimpleFeatureCollection list,
Filter filter) |
SubFeatureList(SimpleFeatureCollection list,
Filter filter,
SortBy subSort)
Create a simple SubFeatureList with the provided filter.
|
SubFeatureList(SimpleFeatureCollection list,
List order) |
SubFeatureList(SimpleFeatureCollection list,
SortBy sort) |
Modifier and Type | Method and Description |
---|---|
static Object |
CollectionUtil.calc(SimpleFeatureCollection collection,
FeatureCalc calculator) |
void |
SumVisitor.init(SimpleFeatureCollection collection) |
void |
AverageVisitor.init(SimpleFeatureCollection collection) |
void |
MedianVisitor.init(SimpleFeatureCollection collection) |
void |
MinVisitor.init(SimpleFeatureCollection collection) |
void |
StandardDeviationVisitor.init(SimpleFeatureCollection collection) |
void |
UniqueVisitor.init(SimpleFeatureCollection collection) |
void |
MaxVisitor.init(SimpleFeatureCollection collection) |
void |
QuantileListVisitor.init(SimpleFeatureCollection collection) |
void |
EqualAreaListVisitor.init(SimpleFeatureCollection collection) |
void |
CountVisitor.init(SimpleFeatureCollection collection) |
Modifier and Type | Method and Description |
---|---|
abstract SimpleFeatureCollection |
GranuleCatalog.getGranules(Query q) |
SimpleFeatureCollection |
GranuleCatalogSource.getGranules(Query q) |
Modifier and Type | Method and Description |
---|---|
void |
GranuleCatalogStore.addGranules(SimpleFeatureCollection granules) |
Modifier and Type | Method and Description |
---|---|
void |
GeoPackage.add(FeatureEntry entry,
SimpleFeatureCollection collection)
Adds a new feature dataset to the geopackage.
|
Constructor and Description |
---|
FeatureCollectionEncoderDelegate(SimpleFeatureCollection features,
Encoder encoder,
GMLDelegate gml) |
GML2FeatureCollectionEncoderDelegate(SimpleFeatureCollection features,
Encoder encoder) |
Constructor and Description |
---|
GML32FeatureCollectionEncoderDelegate(SimpleFeatureCollection features,
Encoder encoder) |
GML3FeatureCollectionEncoderDelegate(SimpleFeatureCollection features,
Encoder encoder) |
Modifier and Type | Method and Description |
---|---|
static DelaunayNode[] |
AutoClustUtils.featureCollectionToNodeArray(SimpleFeatureCollection fc) |
DelaunayNode[] |
DelaunayTriangulator.featuresToNodes(SimpleFeatureCollection fc) |
void |
DelaunayTriangulator.setFeatureCollection(SimpleFeatureCollection data) |
Modifier and Type | Method and Description |
---|---|
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.
|
SimpleFeatureCollection |
GridReaderLayer.toFeatureCollection() |
SimpleFeatureCollection |
GridCoverageLayer.toFeatureCollection() |
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
RasterAsPointCollectionProcess.execute(GridCoverage2D gc2d,
CoordinateReferenceSystem targetCRS,
Float scaleFactor,
Interpolation interpolation,
Boolean emisphere) |
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 |
ContourProcess.execute(GridCoverage2D gc2d,
Integer band,
double[] levels,
Double interval,
Boolean simplify,
Boolean smooth,
Geometry roi,
ProgressListener progressListener) |
SimpleFeatureCollection |
RasterZonalStatistics.execute(GridCoverage2D coverage,
Integer band,
SimpleFeatureCollection zones,
GridCoverage2D classification) |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
RasterZonalStatistics.execute(GridCoverage2D coverage,
Integer band,
SimpleFeatureCollection zones,
GridCoverage2D classification) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleProcessingCollection
The simple feature version of
ProcessingCollection . |
Modifier and Type | Method and Description |
---|---|
Number |
CountProcess.execute(SimpleFeatureCollection features) |
SimpleFeatureCollection |
CentroidProcess.execute(SimpleFeatureCollection features) |
SimpleFeatureCollection |
ReprojectProcess.execute(SimpleFeatureCollection features,
CoordinateReferenceSystem forcedCRS,
CoordinateReferenceSystem targetCRS) |
SimpleFeatureCollection |
SimplifyProcess.execute(SimpleFeatureCollection features,
double distance,
boolean preserveTopology) |
SimpleFeatureCollection |
BufferFeatureCollection.execute(SimpleFeatureCollection features,
Double distance,
String attribute) |
SimpleFeatureCollection |
ClipProcess.execute(SimpleFeatureCollection features,
Geometry clip,
Boolean preserveZ) |
SimpleFeatureCollection |
PointStackerProcess.execute(SimpleFeatureCollection data,
Integer cellSize,
Boolean argWeightClusterPosition,
Boolean argNormalize,
PointStackerProcess.PreserveLocation preserveLocation,
ReferencedEnvelope outputEnv,
Integer outputWidth,
Integer outputHeight,
ProgressListener monitor) |
GridCoverage2D |
VectorToRasterProcess.execute(SimpleFeatureCollection features,
Integer rasterWidth,
Integer rasterHeight,
String title,
String attribute,
Envelope bounds,
ProgressListener progressListener) |
GridCoverage2D |
HeatmapProcess.execute(SimpleFeatureCollection obsFeatures,
Integer argRadiusPixels,
String valueAttr,
Integer argPixelsPerCell,
ReferencedEnvelope argOutputEnv,
Integer argOutputWidth,
Integer argOutputHeight,
ProgressListener monitor) |
SimpleFeatureCollection |
QueryProcess.execute(SimpleFeatureCollection features,
List<String> attributes,
Filter filter) |
SimpleFeatureCollection |
RectangularClipProcess.execute(SimpleFeatureCollection features,
ReferencedEnvelope clip,
Boolean preserveZ) |
SimpleFeatureCollection |
InclusionFeatureCollection.execute(SimpleFeatureCollection firstFeatures,
SimpleFeatureCollection secondFeatures) |
SimpleFeatureCollection |
UnionFeatureCollection.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 |
TransformProcess.execute(SimpleFeatureCollection features,
String transform) |
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 |
UniqueProcess.execute(SimpleFeatureCollection features,
String attribute,
ProgressListener progressListener) |
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) |
SimpleFeatureCollection |
VectorZonalStatistics.execute(SimpleFeatureCollection data,
String dataAttribute,
SimpleFeatureCollection zones) |
SimpleFeatureCollection |
ClassifyByRangeProcess.execute(SimpleFeatureCollection features,
String classifyOnAttribute,
String[] thresholds,
String[] outputValues,
String classifier,
Integer classes,
Boolean include,
String outputAttribute,
String outputType) |
SimpleFeatureCollection |
TransformProcess.executeList(SimpleFeatureCollection features,
List<TransformProcess.Definition> transform) |
protected void |
HeatmapProcess.extractPoints(SimpleFeatureCollection obsPoints,
String attrName,
MathTransform trans,
HeatmapSurface heatMap)
Extract points from a feature collection, and stores them in the heatmap
|
static Coordinate[] |
BarnesSurfaceProcess.extractPoints(SimpleFeatureCollection obsPoints,
String attrName,
MathTransform trans,
int dataLimit) |
static GridCoverage2D |
VectorToRasterProcess.process(SimpleFeatureCollection features,
Object attribute,
Dimension gridDim,
Envelope bounds,
String covName,
ProgressListener monitor)
A static helper method that can be called directy to run the process.
|
static AggregateProcess.Results |
AggregateProcess.process(SimpleFeatureCollection features,
String aggAttribute,
Set<AggregateProcess.AggregationFunction> functions,
Boolean singlePass,
ProgressListener progressListener)
Computes various attribute statistics over vector data sets
|
static AggregateProcess.Results |
AggregateProcess.process(SimpleFeatureCollection features,
String aggAttribute,
Set<AggregateProcess.AggregationFunction> functions,
List<String> groupByAttributes,
Boolean singlePass,
ProgressListener progressListener) |
static SimpleFeatureType |
TransformProcess.toReShapeFeatureType(SimpleFeatureCollection delegate,
List<TransformProcess.Definition> definitionList) |
Modifier and Type | Class and Description |
---|---|
class |
IndexedFeatureResults
IndexedFeatureReader
|
Modifier and Type | Method and Description |
---|---|
SimpleFeatureCollection |
IndexedFeatureResults.collection() |
Constructor and Description |
---|
IndexedFeatureResults(SimpleFeatureCollection results) |
Modifier and Type | Method and 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
|
Constructor and Description |
---|
FeatureCollectionTableModel(SimpleFeatureCollection features)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
Validator.featureValidation(String dsid,
SimpleFeatureCollection features,
ValidationResults results)
featureValidation Purpose:
DOCUMENT ME!! |
void |
ValidationProcessor.runFeatureTests(String dsID,
SimpleFeatureCollection collection,
ValidationResults results)
runFeatureTests Change: Uses a SimpleFeatureIterator now instead of a FeatureCollection.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeFeatureCollection
Wraps multiple feature collections into a single.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
GML.encode(OutputStream out,
SimpleFeatureCollection collection) |
Modifier and Type | Class and Description |
---|---|
class |
GMLFeatureCollection |
Copyright © 1996–2019 Geotools. All rights reserved.