Uses of Annotation Interface
org.geotools.process.factory.DescribeParameter
Packages that use DescribeParameter
Package
Description
Geometry processing support for the GeoTools library.
Raster processing support for the GeoTools library.
Vector processing support for the GeoTools library.
-
Uses of DescribeParameter in org.geotools.process.geometry
Method parameters in org.geotools.process.geometry with annotations of type DescribeParameterModifier and TypeMethodDescriptionstatic double
static Geometry
static Geometry
GeometryFunctions.buffer
(Geometry geom, double distance, Integer quadrantSegments, GeometryFunctions.BufferCapStyle capStyle) static Geometry
GeometryFunctions.buffer
(Geometry geom, double distance, Integer quadrantSegments, GeometryFunctions.BufferCapStyle capStyle) static Geometry
GeometryFunctions.buffer
(Geometry geom, double distance, Integer quadrantSegments, GeometryFunctions.BufferCapStyle capStyle) static Geometry
GeometryFunctions.buffer
(Geometry geom, double distance, Integer quadrantSegments, GeometryFunctions.BufferCapStyle capStyle) static Geometry
CenterLineProcess.centerLine
(Geometry geometry, Double tolerance) static Geometry
CenterLineProcess.centerLine
(Geometry geometry, Double tolerance) static Geometry
SkeletonizeProcess.centerLine
(Geometry geometry, Double tolerance) static Geometry
SkeletonizeProcess.centerLine
(Geometry geometry, Double tolerance) static Geometry
static boolean
static boolean
static Geometry
GeometryFunctions.convexHull
(Geometry geom) static boolean
static boolean
static Geometry
static Geometry
static Geometry
GeometryFunctions.difference
(Geometry a, Geometry b) static Geometry
GeometryFunctions.difference
(Geometry a, Geometry b) static int
static boolean
static boolean
static double
static double
static Point
GeometryFunctions.endPoint
(LineString line) static Geometry
static boolean
GeometryFunctions.equalsExact
(Geometry a, Geometry b) static boolean
GeometryFunctions.equalsExact
(Geometry a, Geometry b) static boolean
GeometryFunctions.equalsExactTolerance
(Geometry a, Geometry b, double tolerance) static boolean
GeometryFunctions.equalsExactTolerance
(Geometry a, Geometry b, double tolerance) static boolean
GeometryFunctions.equalsExactTolerance
(Geometry a, Geometry b, double tolerance) static Geometry
GeometryFunctions.exteriorRing
(Polygon polygon) static String
GeometryFunctions.geometryType
(Geometry geom) static Geometry
GeometryFunctions.getGeometryN
(GeometryCollection collection, int index) static Geometry
GeometryFunctions.getGeometryN
(GeometryCollection collection, int index) static double
static double
static Geometry
GeometryFunctions.interiorPoint
(Geometry geom) static Geometry
GeometryFunctions.interiorRingN
(Polygon polygon, int index) static Geometry
GeometryFunctions.interiorRingN
(Polygon polygon, int index) static Geometry
GeometryFunctions.intersection
(Geometry a, Geometry b) static Geometry
GeometryFunctions.intersection
(Geometry a, Geometry b) static boolean
GeometryFunctions.intersects
(Geometry a, Geometry b) static boolean
GeometryFunctions.intersects
(Geometry a, Geometry b) static boolean
GeometryFunctions.isClosed
(LineString line) static boolean
static boolean
GeometryFunctions.isRing
(LineString line) static boolean
static boolean
static boolean
GeometryFunctions.isWithinDistance
(Geometry a, Geometry b, double distance) static boolean
GeometryFunctions.isWithinDistance
(Geometry a, Geometry b, double distance) static boolean
GeometryFunctions.isWithinDistance
(Geometry a, Geometry b, double distance) static double
static int
GeometryFunctions.numGeometries
(Geometry collection) static int
GeometryFunctions.numInteriorRing
(Polygon polygon) static int
static boolean
static boolean
static Point
GeometryFunctions.pointN
(LineString line, int index) static Point
GeometryFunctions.pointN
(LineString line, int index) static Geometry
GeometryFunctions.polygonize
(Geometry geom) static Geometry
PolygonLabelProcess.PolyLabeller
(Geometry polygon, Double tolerance) static Geometry
PolygonLabelProcess.PolyLabeller
(Geometry polygon, Double tolerance) static String
static String
static boolean
GeometryFunctions.relatePattern
(Geometry a, Geometry b, String pattern) static boolean
GeometryFunctions.relatePattern
(Geometry a, Geometry b, String pattern) static boolean
GeometryFunctions.relatePattern
(Geometry a, Geometry b, String pattern) static Geometry
GeometryFunctions.reproject
(Geometry geometry, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Will reproject a geometry to another CRS.static Geometry
GeometryFunctions.reproject
(Geometry geometry, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Will reproject a geometry to another CRS.static Geometry
GeometryFunctions.reproject
(Geometry geometry, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Will reproject a geometry to another CRS.static Geometry
static Geometry
static Geometry
GeometryFunctions.splitPolygon
(Geometry polygon, LineString line) static Geometry
GeometryFunctions.splitPolygon
(Geometry polygon, LineString line) static Point
GeometryFunctions.startPoint
(LineString line) static Geometry
GeometryFunctions.symDifference
(Geometry a, Geometry b) static Geometry
GeometryFunctions.symDifference
(Geometry a, Geometry b) static boolean
static boolean
static Geometry
static boolean
static boolean
-
Uses of DescribeParameter in org.geotools.process.raster
Method parameters in org.geotools.process.raster with annotations of type DescribeParameterModifier and TypeMethodDescriptionJiffleProcess.customizeReadParams
(String script, String destName, String[] sourceNames, int[] usedBands, GridCoverageReader reader, GeneralParameterValue[] params) This is called by the renderer to optimize the read, if possible, we'll customize the band reading so that we read only what we know will be used by the script.JiffleProcess.customizeReadParams
(String script, String destName, String[] sourceNames, int[] usedBands, GridCoverageReader reader, GeneralParameterValue[] params) This is called by the renderer to optimize the read, if possible, we'll customize the band reading so that we read only what we know will be used by the script.JiffleProcess.customizeReadParams
(String script, String destName, String[] sourceNames, int[] usedBands, GridCoverageReader reader, GeneralParameterValue[] params) This is called by the renderer to optimize the read, if possible, we'll customize the band reading so that we read only what we know will be used by the script.JiffleProcess.customizeReadParams
(String script, String destName, String[] sourceNames, int[] usedBands, GridCoverageReader reader, GeneralParameterValue[] params) This is called by the renderer to optimize the read, if possible, we'll customize the band reading so that we read only what we know will be used by the script.AddCoveragesProcess.execute
(GridCoverage2D coverageA, GridCoverage2D coverageB, ProgressListener progressListener) AddCoveragesProcess.execute
(GridCoverage2D coverageA, GridCoverage2D coverageB, ProgressListener progressListener) AffineProcess.execute
(GridCoverage2D coverage, Double scaleX, Double scaleY, Double shearX, Double shearY, Double translateX, Double translateY, double[] nodata, Interpolation interp) AffineProcess.execute
(GridCoverage2D coverage, Double scaleX, Double scaleY, Double shearX, Double shearY, Double translateX, Double translateY, double[] nodata, Interpolation interp) AffineProcess.execute
(GridCoverage2D coverage, Double scaleX, Double scaleY, Double shearX, Double shearY, Double translateX, Double translateY, double[] nodata, Interpolation interp) AffineProcess.execute
(GridCoverage2D coverage, Double scaleX, Double scaleY, Double shearX, Double shearY, Double translateX, Double translateY, double[] nodata, Interpolation interp) AffineProcess.execute
(GridCoverage2D coverage, Double scaleX, Double scaleY, Double shearX, Double shearY, Double translateX, Double translateY, double[] nodata, Interpolation interp) AffineProcess.execute
(GridCoverage2D coverage, Double scaleX, Double scaleY, Double shearX, Double shearY, Double translateX, Double translateY, double[] nodata, Interpolation interp) AffineProcess.execute
(GridCoverage2D coverage, Double scaleX, Double scaleY, Double shearX, Double shearY, Double translateX, Double translateY, double[] nodata, Interpolation interp) AffineProcess.execute
(GridCoverage2D coverage, Double scaleX, Double scaleY, Double shearX, Double shearY, Double translateX, Double translateY, double[] nodata, Interpolation interp) AffineProcess.execute
(GridCoverage2D coverage, Double scaleX, Double scaleY, Double shearX, Double shearY, Double translateX, Double translateY, double[] nodata, Interpolation interp) AreaGridProcess.execute
(ReferencedEnvelope bounds, int width, int height) AreaGridProcess.execute
(ReferencedEnvelope bounds, int width, int height) AreaGridProcess.execute
(ReferencedEnvelope bounds, int width, int height) BandMergeProcess.execute
(Collection<GridCoverage2D> coverages, Geometry roi, String transformChoice, Integer index) BandMergeProcess.execute
(Collection<GridCoverage2D> coverages, Geometry roi, String transformChoice, Integer index) BandMergeProcess.execute
(Collection<GridCoverage2D> coverages, Geometry roi, String transformChoice, Integer index) BandMergeProcess.execute
(Collection<GridCoverage2D> coverages, Geometry roi, String transformChoice, Integer index) BandSelectProcess.execute
(GridCoverage2D coverage, int[] sampleDims, Integer visibleSampleDim) BandSelectProcess.execute
(GridCoverage2D coverage, int[] sampleDims, Integer visibleSampleDim) BandSelectProcess.execute
(GridCoverage2D coverage, int[] sampleDims, Integer visibleSampleDim) ContourProcess.execute
(GridCoverage2D gc2d, Integer band, double[] levels, Double interval, Boolean simplify, Boolean smooth, Geometry roi, ProgressListener progressListener) ContourProcess.execute
(GridCoverage2D gc2d, Integer band, double[] levels, Double interval, Boolean simplify, Boolean smooth, Geometry roi, ProgressListener progressListener) ContourProcess.execute
(GridCoverage2D gc2d, Integer band, double[] levels, Double interval, Boolean simplify, Boolean smooth, Geometry roi, ProgressListener progressListener) ContourProcess.execute
(GridCoverage2D gc2d, Integer band, double[] levels, Double interval, Boolean simplify, Boolean smooth, Geometry roi, ProgressListener progressListener) ContourProcess.execute
(GridCoverage2D gc2d, Integer band, double[] levels, Double interval, Boolean simplify, Boolean smooth, Geometry roi, ProgressListener progressListener) ContourProcess.execute
(GridCoverage2D gc2d, Integer band, double[] levels, Double interval, Boolean simplify, Boolean smooth, Geometry roi, ProgressListener progressListener) ContourProcess.execute
(GridCoverage2D gc2d, Integer band, double[] levels, Double interval, Boolean simplify, Boolean smooth, Geometry roi, ProgressListener progressListener) ConvolveCoverageProcess.execute
(GridCoverage2D coverage, KernelJAI kernel, Integer kernelRadius, Integer kernelWidth, Integer kernelHeight) ConvolveCoverageProcess.execute
(GridCoverage2D coverage, KernelJAI kernel, Integer kernelRadius, Integer kernelWidth, Integer kernelHeight) ConvolveCoverageProcess.execute
(GridCoverage2D coverage, KernelJAI kernel, Integer kernelRadius, Integer kernelWidth, Integer kernelHeight) ConvolveCoverageProcess.execute
(GridCoverage2D coverage, KernelJAI kernel, Integer kernelRadius, Integer kernelWidth, Integer kernelHeight) ConvolveCoverageProcess.execute
(GridCoverage2D coverage, KernelJAI kernel, Integer kernelRadius, Integer kernelWidth, Integer kernelHeight) CoverageClassStats.execute
(GridCoverage2D coverage, List<Statistics.StatsType> stats, Integer band, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener) CoverageClassStats.execute
(GridCoverage2D coverage, List<Statistics.StatsType> stats, Integer band, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener) CoverageClassStats.execute
(GridCoverage2D coverage, List<Statistics.StatsType> stats, Integer band, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener) CoverageClassStats.execute
(GridCoverage2D coverage, List<Statistics.StatsType> stats, Integer band, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener) CoverageClassStats.execute
(GridCoverage2D coverage, List<Statistics.StatsType> stats, Integer band, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener) CoverageClassStats.execute
(GridCoverage2D coverage, List<Statistics.StatsType> stats, Integer band, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener) CropCoverage.execute
(GridCoverage2D coverage, Geometry cropShape, ProgressListener progressListener) CropCoverage.execute
(GridCoverage2D coverage, Geometry cropShape, ProgressListener progressListener) FootprintExtractionProcess.execute
(GridCoverage2D coverage, List<Range<Integer>> exclusionRanges, Double thresholdArea, Boolean computeSimplifiedFootprint, Double simplifierFactor, Boolean removeCollinear, Boolean forceValid, MarchingSquaresVectorizer.ImageLoadingType imageLoadingType, ProgressListener progressListener) Executes the raster to vector process.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.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.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.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.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.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.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.JiffleProcess.execute
(GridCoverage2D[] coverages, String script, String destName, String[] sourceNames, Range.DataType dataType, Integer outputBandCount, String outputBandNames, ProgressListener progressListener) Executes a Jiffle raster algebra.JiffleProcess.execute
(GridCoverage2D[] coverages, String script, String destName, String[] sourceNames, Range.DataType dataType, Integer outputBandCount, String outputBandNames, ProgressListener progressListener) Executes a Jiffle raster algebra.JiffleProcess.execute
(GridCoverage2D[] coverages, String script, String destName, String[] sourceNames, Range.DataType dataType, Integer outputBandCount, String outputBandNames, ProgressListener progressListener) Executes a Jiffle raster algebra.JiffleProcess.execute
(GridCoverage2D[] coverages, String script, String destName, String[] sourceNames, Range.DataType dataType, Integer outputBandCount, String outputBandNames, ProgressListener progressListener) Executes a Jiffle raster algebra.JiffleProcess.execute
(GridCoverage2D[] coverages, String script, String destName, String[] sourceNames, Range.DataType dataType, Integer outputBandCount, String outputBandNames, ProgressListener progressListener) Executes a Jiffle raster algebra.JiffleProcess.execute
(GridCoverage2D[] coverages, String script, String destName, String[] sourceNames, Range.DataType dataType, Integer outputBandCount, String outputBandNames, ProgressListener progressListener) Executes a Jiffle raster algebra.JiffleProcess.execute
(GridCoverage2D[] coverages, String script, String destName, String[] sourceNames, Range.DataType dataType, Integer outputBandCount, String outputBandNames, ProgressListener progressListener) Executes a Jiffle raster algebra.MultiplyCoveragesProcess.execute
(GridCoverage2D coverageA, GridCoverage2D coverageB, ProgressListener progressListener) MultiplyCoveragesProcess.execute
(GridCoverage2D coverageA, GridCoverage2D coverageB, ProgressListener progressListener) NormalizeCoverageProcess.execute
(GridCoverage2D coverage) PolygonExtractionProcess.execute
(GridCoverage2D coverage, Integer band, Boolean insideEdges, Geometry roi, Collection<Number> noDataValues, List<Range> classificationRanges, ProgressListener progressListener) Executes the raster to vector process.PolygonExtractionProcess.execute
(GridCoverage2D coverage, Integer band, Boolean insideEdges, Geometry roi, Collection<Number> noDataValues, List<Range> classificationRanges, ProgressListener progressListener) Executes the raster to vector process.PolygonExtractionProcess.execute
(GridCoverage2D coverage, Integer band, Boolean insideEdges, Geometry roi, Collection<Number> noDataValues, List<Range> classificationRanges, ProgressListener progressListener) Executes the raster to vector process.PolygonExtractionProcess.execute
(GridCoverage2D coverage, Integer band, Boolean insideEdges, Geometry roi, Collection<Number> noDataValues, List<Range> classificationRanges, ProgressListener progressListener) Executes the raster to vector process.PolygonExtractionProcess.execute
(GridCoverage2D coverage, Integer band, Boolean insideEdges, Geometry roi, Collection<Number> noDataValues, List<Range> classificationRanges, ProgressListener progressListener) Executes the raster to vector process.PolygonExtractionProcess.execute
(GridCoverage2D coverage, Integer band, Boolean insideEdges, Geometry roi, Collection<Number> noDataValues, List<Range> classificationRanges, ProgressListener progressListener) Executes the raster to vector process.RangeLookupProcess.execute
(GridCoverage2D coverage, Integer classificationBand, List<Range> classificationRanges, int[] outputPixelValues, Double noData, ProgressListener listener) RangeLookupProcess.execute
(GridCoverage2D coverage, Integer classificationBand, List<Range> classificationRanges, int[] outputPixelValues, Double noData, ProgressListener listener) RangeLookupProcess.execute
(GridCoverage2D coverage, Integer classificationBand, List<Range> classificationRanges, int[] outputPixelValues, Double noData, ProgressListener listener) RangeLookupProcess.execute
(GridCoverage2D coverage, Integer classificationBand, List<Range> classificationRanges, int[] outputPixelValues, Double noData, ProgressListener listener) RangeLookupProcess.execute
(GridCoverage2D coverage, Integer classificationBand, List<Range> classificationRanges, int[] outputPixelValues, Double noData, ProgressListener listener) RasterAsPointCollectionProcess.execute
(GridCoverage2D gc2d, CoordinateReferenceSystem targetCRS, Float scaleFactor, Interpolation interpolation, Boolean emisphere) RasterAsPointCollectionProcess.execute
(GridCoverage2D gc2d, CoordinateReferenceSystem targetCRS, Float scaleFactor, Interpolation interpolation, Boolean emisphere) RasterAsPointCollectionProcess.execute
(GridCoverage2D gc2d, CoordinateReferenceSystem targetCRS, Float scaleFactor, Interpolation interpolation, Boolean emisphere) RasterAsPointCollectionProcess.execute
(GridCoverage2D gc2d, CoordinateReferenceSystem targetCRS, Float scaleFactor, Interpolation interpolation, Boolean emisphere) RasterAsPointCollectionProcess.execute
(GridCoverage2D gc2d, CoordinateReferenceSystem targetCRS, Float scaleFactor, Interpolation interpolation, Boolean emisphere) RasterZonalStatistics.execute
(GridCoverage2D coverage, Integer band, SimpleFeatureCollection zones, GridCoverage2D classification) RasterZonalStatistics.execute
(GridCoverage2D coverage, Integer band, SimpleFeatureCollection zones, GridCoverage2D classification) RasterZonalStatistics.execute
(GridCoverage2D coverage, Integer band, SimpleFeatureCollection zones, GridCoverage2D classification) RasterZonalStatistics.execute
(GridCoverage2D coverage, Integer band, SimpleFeatureCollection zones, GridCoverage2D classification) List<ZoneGeometry>
RasterZonalStatistics2.execute
(GridCoverage2D coverage, int[] bands, List<SimpleFeature> zones, GridCoverage2D classifier, Range nodata, Geometry mask, boolean useROIAccessor, Polygon roi, Statistics.StatsType[] stats, double[] minbounds, double[] maxbounds, int[] numbins, List<Range> rangeData, boolean localStats) List<ZoneGeometry>
RasterZonalStatistics2.execute
(GridCoverage2D coverage, int[] bands, List<SimpleFeature> zones, GridCoverage2D classifier, Range nodata, Geometry mask, boolean useROIAccessor, Polygon roi, Statistics.StatsType[] stats, double[] minbounds, double[] maxbounds, int[] numbins, List<Range> rangeData, boolean localStats) List<ZoneGeometry>
RasterZonalStatistics2.execute
(GridCoverage2D coverage, int[] bands, List<SimpleFeature> zones, GridCoverage2D classifier, Range nodata, Geometry mask, boolean useROIAccessor, Polygon roi, Statistics.StatsType[] stats, double[] minbounds, double[] maxbounds, int[] numbins, List<Range> rangeData, boolean localStats) List<ZoneGeometry>
RasterZonalStatistics2.execute
(GridCoverage2D coverage, int[] bands, List<SimpleFeature> zones, GridCoverage2D classifier, Range nodata, Geometry mask, boolean useROIAccessor, Polygon roi, Statistics.StatsType[] stats, double[] minbounds, double[] maxbounds, int[] numbins, List<Range> rangeData, boolean localStats) List<ZoneGeometry>
RasterZonalStatistics2.execute
(GridCoverage2D coverage, int[] bands, List<SimpleFeature> zones, GridCoverage2D classifier, Range nodata, Geometry mask, boolean useROIAccessor, Polygon roi, Statistics.StatsType[] stats, double[] minbounds, double[] maxbounds, int[] numbins, List<Range> rangeData, boolean localStats) List<ZoneGeometry>
RasterZonalStatistics2.execute
(GridCoverage2D coverage, int[] bands, List<SimpleFeature> zones, GridCoverage2D classifier, Range nodata, Geometry mask, boolean useROIAccessor, Polygon roi, Statistics.StatsType[] stats, double[] minbounds, double[] maxbounds, int[] numbins, List<Range> rangeData, boolean localStats) List<ZoneGeometry>
RasterZonalStatistics2.execute
(GridCoverage2D coverage, int[] bands, List<SimpleFeature> zones, GridCoverage2D classifier, Range nodata, Geometry mask, boolean useROIAccessor, Polygon roi, Statistics.StatsType[] stats, double[] minbounds, double[] maxbounds, int[] numbins, List<Range> rangeData, boolean localStats) List<ZoneGeometry>
RasterZonalStatistics2.execute
(GridCoverage2D coverage, int[] bands, List<SimpleFeature> zones, GridCoverage2D classifier, Range nodata, Geometry mask, boolean useROIAccessor, Polygon roi, Statistics.StatsType[] stats, double[] minbounds, double[] maxbounds, int[] numbins, List<Range> rangeData, boolean localStats) List<ZoneGeometry>
RasterZonalStatistics2.execute
(GridCoverage2D coverage, int[] bands, List<SimpleFeature> zones, GridCoverage2D classifier, Range nodata, Geometry mask, boolean useROIAccessor, Polygon roi, Statistics.StatsType[] stats, double[] minbounds, double[] maxbounds, int[] numbins, List<Range> rangeData, boolean localStats) List<ZoneGeometry>
RasterZonalStatistics2.execute
(GridCoverage2D coverage, int[] bands, List<SimpleFeature> zones, GridCoverage2D classifier, Range nodata, Geometry mask, boolean useROIAccessor, Polygon roi, Statistics.StatsType[] stats, double[] minbounds, double[] maxbounds, int[] numbins, List<Range> rangeData, boolean localStats) List<ZoneGeometry>
RasterZonalStatistics2.execute
(GridCoverage2D coverage, int[] bands, List<SimpleFeature> zones, GridCoverage2D classifier, Range nodata, Geometry mask, boolean useROIAccessor, Polygon roi, Statistics.StatsType[] stats, double[] minbounds, double[] maxbounds, int[] numbins, List<Range> rangeData, boolean localStats) List<ZoneGeometry>
RasterZonalStatistics2.execute
(GridCoverage2D coverage, int[] bands, List<SimpleFeature> zones, GridCoverage2D classifier, Range nodata, Geometry mask, boolean useROIAccessor, Polygon roi, Statistics.StatsType[] stats, double[] minbounds, double[] maxbounds, int[] numbins, List<Range> rangeData, boolean localStats) List<ZoneGeometry>
RasterZonalStatistics2.execute
(GridCoverage2D coverage, int[] bands, List<SimpleFeature> zones, GridCoverage2D classifier, Range nodata, Geometry mask, boolean useROIAccessor, Polygon roi, Statistics.StatsType[] stats, double[] minbounds, double[] maxbounds, int[] numbins, List<Range> rangeData, boolean localStats) List<ZoneGeometry>
RasterZonalStatistics2.execute
(GridCoverage2D coverage, int[] bands, List<SimpleFeature> zones, GridCoverage2D classifier, Range nodata, Geometry mask, boolean useROIAccessor, Polygon roi, Statistics.StatsType[] stats, double[] minbounds, double[] maxbounds, int[] numbins, List<Range> rangeData, boolean localStats) ScaleCoverage.execute
(GridCoverage2D coverage, double xScale, double yScale, double xTranslate, double yTranslate, Interpolation interpolation) ScaleCoverage.execute
(GridCoverage2D coverage, double xScale, double yScale, double xTranslate, double yTranslate, Interpolation interpolation) ScaleCoverage.execute
(GridCoverage2D coverage, double xScale, double yScale, double xTranslate, double yTranslate, Interpolation interpolation) ScaleCoverage.execute
(GridCoverage2D coverage, double xScale, double yScale, double xTranslate, double yTranslate, Interpolation interpolation) ScaleCoverage.execute
(GridCoverage2D coverage, double xScale, double yScale, double xTranslate, double yTranslate, Interpolation interpolation) ScaleCoverage.execute
(GridCoverage2D coverage, double xScale, double yScale, double xTranslate, double yTranslate, Interpolation interpolation) StyleCoverage.execute
(GridCoverage2D coverage, Style style) StyleCoverage.execute
(GridCoverage2D coverage, Style style) TransparencyFillProcess.execute
(GridCoverage2D coverage, Integer width, ProgressListener listener) TransparencyFillProcess.execute
(GridCoverage2D coverage, Integer width, ProgressListener listener) -
Uses of DescribeParameter in org.geotools.process.vector
Method parameters in org.geotools.process.vector with annotations of type DescribeParameterModifier and TypeMethodDescriptionAggregateProcess.execute
(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, boolean singlePass, List<String> groupByAttributes, ProgressListener progressListener) AggregateProcess.execute
(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, boolean singlePass, List<String> groupByAttributes, ProgressListener progressListener) AggregateProcess.execute
(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, boolean singlePass, List<String> groupByAttributes, ProgressListener progressListener) AggregateProcess.execute
(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, boolean singlePass, List<String> groupByAttributes, ProgressListener progressListener) AggregateProcess.execute
(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, boolean singlePass, List<String> groupByAttributes, ProgressListener progressListener) BarnesSurfaceProcess.execute
(SimpleFeatureCollection obsFeatures, String valueAttr, Integer argDataLimit, Double argScale, Double argConvergence, Integer argPasses, Integer argMinObsCount, Double argMaxObsDistance, Double argNoDataValue, Integer argPixelsPerCell, Double argQueryBuffer, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, ProgressListener monitor) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) BoundsProcess.execute
(FeatureCollection features) BufferFeatureCollection.execute
(SimpleFeatureCollection features, Double distance, String attribute) BufferFeatureCollection.execute
(SimpleFeatureCollection features, Double distance, String attribute) BufferFeatureCollection.execute
(SimpleFeatureCollection features, Double distance, String attribute) CentroidProcess.execute
(SimpleFeatureCollection features) ClassifyByRangeProcess.execute
(SimpleFeatureCollection features, String classifyOnAttribute, String[] thresholds, String[] outputValues, String classifier, Integer classes, Boolean include, String outputAttribute, String outputType) ClassifyByRangeProcess.execute
(SimpleFeatureCollection features, String classifyOnAttribute, String[] thresholds, String[] outputValues, String classifier, Integer classes, Boolean include, String outputAttribute, String outputType) ClassifyByRangeProcess.execute
(SimpleFeatureCollection features, String classifyOnAttribute, String[] thresholds, String[] outputValues, String classifier, Integer classes, Boolean include, String outputAttribute, String outputType) ClassifyByRangeProcess.execute
(SimpleFeatureCollection features, String classifyOnAttribute, String[] thresholds, String[] outputValues, String classifier, Integer classes, Boolean include, String outputAttribute, String outputType) ClassifyByRangeProcess.execute
(SimpleFeatureCollection features, String classifyOnAttribute, String[] thresholds, String[] outputValues, String classifier, Integer classes, Boolean include, String outputAttribute, String outputType) ClassifyByRangeProcess.execute
(SimpleFeatureCollection features, String classifyOnAttribute, String[] thresholds, String[] outputValues, String classifier, Integer classes, Boolean include, String outputAttribute, String outputType) ClassifyByRangeProcess.execute
(SimpleFeatureCollection features, String classifyOnAttribute, String[] thresholds, String[] outputValues, String classifier, Integer classes, Boolean include, String outputAttribute, String outputType) ClassifyByRangeProcess.execute
(SimpleFeatureCollection features, String classifyOnAttribute, String[] thresholds, String[] outputValues, String classifier, Integer classes, Boolean include, String outputAttribute, String outputType) ClassifyByRangeProcess.execute
(SimpleFeatureCollection features, String classifyOnAttribute, String[] thresholds, String[] outputValues, String classifier, Integer classes, Boolean include, String outputAttribute, String outputType) ClipProcess.execute
(SimpleFeatureCollection features, Geometry clip, Boolean preserveZ) ClipProcess.execute
(SimpleFeatureCollection features, Geometry clip, Boolean preserveZ) ClipProcess.execute
(SimpleFeatureCollection features, Geometry clip, Boolean preserveZ) CollectGeometries.execute
(FeatureCollection features, ProgressListener progressListener) ContourProcess.execute
(FeatureCollection features, String propertyName, double[] levels, Double interval, Boolean simplify, Boolean smooth, ProgressListener progressListener) ContourProcess.execute
(FeatureCollection features, String propertyName, double[] levels, Double interval, Boolean simplify, Boolean smooth, ProgressListener progressListener) ContourProcess.execute
(FeatureCollection features, String propertyName, double[] levels, Double interval, Boolean simplify, Boolean smooth, ProgressListener progressListener) ContourProcess.execute
(FeatureCollection features, String propertyName, double[] levels, Double interval, Boolean simplify, Boolean smooth, ProgressListener progressListener) ContourProcess.execute
(FeatureCollection features, String propertyName, double[] levels, Double interval, Boolean simplify, Boolean smooth, ProgressListener progressListener) ContourProcess.execute
(FeatureCollection features, String propertyName, double[] levels, Double interval, Boolean simplify, Boolean smooth, ProgressListener progressListener) CountProcess.execute
(SimpleFeatureCollection features) FeatureClassStats.execute
(FeatureCollection features, String attribute, List<Statistics.StatsType> statTypes, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener) FeatureClassStats.execute
(FeatureCollection features, String attribute, List<Statistics.StatsType> statTypes, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener) FeatureClassStats.execute
(FeatureCollection features, String attribute, List<Statistics.StatsType> statTypes, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener) FeatureClassStats.execute
(FeatureCollection features, String attribute, List<Statistics.StatsType> statTypes, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener) FeatureClassStats.execute
(FeatureCollection features, String attribute, List<Statistics.StatsType> statTypes, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener) FeatureClassStats.execute
(FeatureCollection features, String attribute, List<Statistics.StatsType> statTypes, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener) FeatureProcess.execute
(Geometry geometry, CoordinateReferenceSystem crs, String name) FeatureProcess.execute
(Geometry geometry, CoordinateReferenceSystem crs, String name) FeatureProcess.execute
(Geometry geometry, CoordinateReferenceSystem crs, String name) GraticuleLabelPointProcess.execute
(SimpleFeatureCollection features, ReferencedEnvelope bounds, Double offset, String placement) GraticuleLabelPointProcess.execute
(SimpleFeatureCollection features, ReferencedEnvelope bounds, Double offset, String placement) GraticuleLabelPointProcess.execute
(SimpleFeatureCollection features, ReferencedEnvelope bounds, Double offset, String placement) GraticuleLabelPointProcess.execute
(SimpleFeatureCollection features, ReferencedEnvelope bounds, Double offset, String placement) GridProcess.execute
(ReferencedEnvelope bounds, double width, Double height, Double vertexSpacing, GridProcess.GridMode mode) GridProcess.execute
(ReferencedEnvelope bounds, double width, Double height, Double vertexSpacing, GridProcess.GridMode mode) GridProcess.execute
(ReferencedEnvelope bounds, double width, Double height, Double vertexSpacing, GridProcess.GridMode mode) GridProcess.execute
(ReferencedEnvelope bounds, double width, Double height, Double vertexSpacing, GridProcess.GridMode mode) GridProcess.execute
(ReferencedEnvelope bounds, double width, Double height, Double vertexSpacing, GridProcess.GridMode mode) GroupCandidateSelectionProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> features, String aggregation, String operationAttribute, List<String> groupingAttributes) GroupCandidateSelectionProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> features, String aggregation, String operationAttribute, List<String> groupingAttributes) GroupCandidateSelectionProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> features, String aggregation, String operationAttribute, List<String> groupingAttributes) GroupCandidateSelectionProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> features, String aggregation, String operationAttribute, List<String> groupingAttributes) HeatmapProcess.execute
(SimpleFeatureCollection obsFeatures, Integer argRadiusPixels, String valueAttr, Integer argPixelsPerCell, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, ProgressListener monitor) HeatmapProcess.execute
(SimpleFeatureCollection obsFeatures, Integer argRadiusPixels, String valueAttr, Integer argPixelsPerCell, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, ProgressListener monitor) HeatmapProcess.execute
(SimpleFeatureCollection obsFeatures, Integer argRadiusPixels, String valueAttr, Integer argPixelsPerCell, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, ProgressListener monitor) HeatmapProcess.execute
(SimpleFeatureCollection obsFeatures, Integer argRadiusPixels, String valueAttr, Integer argPixelsPerCell, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, ProgressListener monitor) HeatmapProcess.execute
(SimpleFeatureCollection obsFeatures, Integer argRadiusPixels, String valueAttr, Integer argPixelsPerCell, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, ProgressListener monitor) HeatmapProcess.execute
(SimpleFeatureCollection obsFeatures, Integer argRadiusPixels, String valueAttr, Integer argPixelsPerCell, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, ProgressListener monitor) HeatmapProcess.execute
(SimpleFeatureCollection obsFeatures, Integer argRadiusPixels, String valueAttr, Integer argPixelsPerCell, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, ProgressListener monitor) InclusionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures) InclusionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures) IntersectionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled) IntersectionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled) IntersectionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled) IntersectionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled) IntersectionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled) IntersectionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled) IntersectionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures, List<String> firstAttributes, List<String> sndAttributes, IntersectionFeatureCollection.IntersectionMode intersectionMode, Boolean percentagesEnabled, Boolean areasEnabled) FeatureCollection<? extends FeatureType,
? extends Feature> LRSGeocodeProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Double measure) Process the input data set.FeatureCollection<? extends FeatureType,
? extends Feature> LRSGeocodeProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Double measure) Process the input data set.FeatureCollection<? extends FeatureType,
? extends Feature> LRSGeocodeProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Double measure) Process the input data set.FeatureCollection<? extends FeatureType,
? extends Feature> LRSGeocodeProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Double measure) Process the input data set.FeatureCollection<? extends FeatureType,
? extends Feature> LRSMeasureProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Point point, CoordinateReferenceSystem crs) Process the input data set.FeatureCollection<? extends FeatureType,
? extends Feature> LRSMeasureProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Point point, CoordinateReferenceSystem crs) Process the input data set.FeatureCollection<? extends FeatureType,
? extends Feature> LRSMeasureProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Point point, CoordinateReferenceSystem crs) Process the input data set.FeatureCollection<? extends FeatureType,
? extends Feature> LRSMeasureProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Point point, CoordinateReferenceSystem crs) Process the input data set.FeatureCollection<? extends FeatureType,
? extends Feature> LRSMeasureProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Point point, CoordinateReferenceSystem crs) Process the input data set.FeatureCollection<? extends FeatureType,
? extends Feature> LRSSegmentProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Double fromMeasure, Double toMeasure) Process the input data set.FeatureCollection<? extends FeatureType,
? extends Feature> LRSSegmentProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Double fromMeasure, Double toMeasure) Process the input data set.FeatureCollection<? extends FeatureType,
? extends Feature> LRSSegmentProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Double fromMeasure, Double toMeasure) Process the input data set.FeatureCollection<? extends FeatureType,
? extends Feature> LRSSegmentProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Double fromMeasure, Double toMeasure) Process the input data set.FeatureCollection<? extends FeatureType,
? extends Feature> LRSSegmentProcess.execute
(FeatureCollection<? extends FeatureType, ? extends Feature> featureCollection, String fromMeasureAttb, String toMeasureAttb, Double fromMeasure, Double toMeasure) Process the input data set.NearestProcess.execute
(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs) Process the input data set.NearestProcess.execute
(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs) Process the input data set.NearestProcess.execute
(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs) Process the input data set.PointBuffers.execute
(Point center, CoordinateReferenceSystem crs, double[] distances, Integer quadrantSegments, ProgressListener listener) PointBuffers.execute
(Point center, CoordinateReferenceSystem crs, double[] distances, Integer quadrantSegments, ProgressListener listener) PointBuffers.execute
(Point center, CoordinateReferenceSystem crs, double[] distances, Integer quadrantSegments, ProgressListener listener) PointBuffers.execute
(Point center, CoordinateReferenceSystem crs, double[] distances, Integer quadrantSegments, ProgressListener listener) PointStackerProcess.execute
(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor) PointStackerProcess.execute
(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor) PointStackerProcess.execute
(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor) PointStackerProcess.execute
(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor) PointStackerProcess.execute
(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor) PointStackerProcess.execute
(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor) PointStackerProcess.execute
(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor) PointStackerProcess.execute
(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor) PointStackerProcess.execute
(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor) QueryProcess.execute
(SimpleFeatureCollection features, List<String> attributes, Filter filter) QueryProcess.execute
(SimpleFeatureCollection features, List<String> attributes, Filter filter) QueryProcess.execute
(SimpleFeatureCollection features, List<String> attributes, Filter filter) RectangularClipProcess.execute
(SimpleFeatureCollection features, ReferencedEnvelope clip, Boolean preserveZ) RectangularClipProcess.execute
(SimpleFeatureCollection features, ReferencedEnvelope clip, Boolean preserveZ) RectangularClipProcess.execute
(SimpleFeatureCollection features, ReferencedEnvelope clip, Boolean preserveZ) ReprojectProcess.execute
(SimpleFeatureCollection features, CoordinateReferenceSystem forcedCRS, CoordinateReferenceSystem targetCRS) ReprojectProcess.execute
(SimpleFeatureCollection features, CoordinateReferenceSystem forcedCRS, CoordinateReferenceSystem targetCRS) ReprojectProcess.execute
(SimpleFeatureCollection features, CoordinateReferenceSystem forcedCRS, CoordinateReferenceSystem targetCRS) SimplifyProcess.execute
(SimpleFeatureCollection features, double distance, boolean preserveTopology) SimplifyProcess.execute
(SimpleFeatureCollection features, double distance, boolean preserveTopology) SimplifyProcess.execute
(SimpleFeatureCollection features, double distance, boolean preserveTopology) SnapProcess.execute
(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs) Process the input data set.SnapProcess.execute
(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs) Process the input data set.SnapProcess.execute
(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs) Process the input data set.TransformProcess.execute
(SimpleFeatureCollection features, String transform) TransformProcess.execute
(SimpleFeatureCollection features, String transform) UnionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures) UnionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures) UniqueProcess.execute
(SimpleFeatureCollection features, String attribute, ProgressListener progressListener) UniqueProcess.execute
(SimpleFeatureCollection features, String attribute, ProgressListener progressListener) VectorToRasterProcess.execute
(SimpleFeatureCollection features, Integer rasterWidth, Integer rasterHeight, String title, String attribute, Bounds bounds, ProgressListener progressListener) VectorToRasterProcess.execute
(SimpleFeatureCollection features, Integer rasterWidth, Integer rasterHeight, String title, String attribute, Bounds bounds, ProgressListener progressListener) VectorToRasterProcess.execute
(SimpleFeatureCollection features, Integer rasterWidth, Integer rasterHeight, String title, String attribute, Bounds bounds, ProgressListener progressListener) VectorToRasterProcess.execute
(SimpleFeatureCollection features, Integer rasterWidth, Integer rasterHeight, String title, String attribute, Bounds bounds, ProgressListener progressListener) VectorToRasterProcess.execute
(SimpleFeatureCollection features, Integer rasterWidth, Integer rasterHeight, String title, String attribute, Bounds bounds, ProgressListener progressListener) VectorToRasterProcess.execute
(SimpleFeatureCollection features, Integer rasterWidth, Integer rasterHeight, String title, String attribute, Bounds bounds, ProgressListener progressListener) VectorZonalStatistics.execute
(SimpleFeatureCollection data, String dataAttribute, SimpleFeatureCollection zones) VectorZonalStatistics.execute
(SimpleFeatureCollection data, String dataAttribute, SimpleFeatureCollection zones) VectorZonalStatistics.execute
(SimpleFeatureCollection data, String dataAttribute, SimpleFeatureCollection zones) TransformProcess.executeList
(SimpleFeatureCollection features, List<TransformProcess.Definition> transform) TransformProcess.executeList
(SimpleFeatureCollection features, List<TransformProcess.Definition> transform) BarnesSurfaceProcess.invertQuery
(Double argQueryBuffer, Query targetQuery, GridGeometry targetGridGeometry) Given a target query and a target grid geometry returns the query to be used to read the input data of the process involved in rendering.GroupCandidateSelectionProcess.invertQuery
(String operationAttribute, List<String> groupingAttributes, Query targetQuery, GridGeometry gridGeometry) GroupCandidateSelectionProcess.invertQuery
(String operationAttribute, List<String> groupingAttributes, Query targetQuery, GridGeometry gridGeometry) HeatmapProcess.invertQuery
(Integer argRadiusPixels, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, Query targetQuery, GridGeometry targetGridGeometry) Given a target query and a target grid geometry returns the query to be used to read the input data of the process involved in rendering.HeatmapProcess.invertQuery
(Integer argRadiusPixels, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, Query targetQuery, GridGeometry targetGridGeometry) Given a target query and a target grid geometry returns the query to be used to read the input data of the process involved in rendering.HeatmapProcess.invertQuery
(Integer argRadiusPixels, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, Query targetQuery, GridGeometry targetGridGeometry) Given a target query and a target grid geometry returns the query to be used to read the input data of the process involved in rendering.HeatmapProcess.invertQuery
(Integer argRadiusPixels, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, Query targetQuery, GridGeometry targetGridGeometry) Given a target query and a target grid geometry returns the query to be used to read the input data of the process involved in rendering.