Uses of Class
org.geotools.process.ProcessException
Packages that use ProcessException
Package
Description
Define a Process API used to wrap up processes for reuse.
Raster processing support for the GeoTools library.
Vector processing support for the GeoTools library.
-
Uses of ProcessException in org.geotools.process
Methods in org.geotools.process that throw ProcessExceptionModifier and TypeMethodDescriptionProcess.execute
(Map<String, Object> input, ProgressListener monitor) Execute this process with the provided inputs.RenderingProcess.invertGridGeometry
(Map<String, Object> input, Query targetQuery, GridGeometry targetGridGeometry) Given a target query and a target grid geometry returns the grid geometry to be used to read the input data of the process involved in rendering.RenderingProcess.invertQuery
(Map<String, Object> input, Query targetQuery, GridGeometry gridGeometry) 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. -
Uses of ProcessException in org.geotools.process.raster
Methods in org.geotools.process.raster that throw ProcessExceptionModifier and TypeMethodDescriptionstatic void
BaseCoverageAlgebraProcess.checkCompatibleCoverages
(GridCoverage2D coverageA, GridCoverage2D coverageB) static void
BaseCoverageAlgebraProcess.checkCompatibleCoveragesForMerge
(Collection<GridCoverage2D> coverages) Utility method for ensuring that all the Input Coverages have the same CRSAddCoveragesProcess.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) AreaGridProcess.execute
(ReferencedEnvelope bounds, int width, int height) BandMergeProcess.execute
(Collection<GridCoverage2D> coverages, Geometry roi, String transformChoice, Integer index) 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) CoverageClassStats.execute
(GridCoverage2D coverage, List<Statistics.StatsType> stats, Integer band, Integer classes, ClassificationMethod method, Double noData, 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.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) 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, ProgressListener listener) Execute the RangeLookupProcess on the provided coverage (left for backwards compatibility)RasterAsPointCollectionProcess.execute
(GridCoverage2D gc2d, CoordinateReferenceSystem targetCRS, Float scaleFactor, Interpolation interpolation, Boolean emisphere) TransparencyFillProcess.execute
(GridCoverage2D coverage, Integer width, ProgressListener listener) static ROI
CoverageUtilities.prepareROI
(Geometry roi, AffineTransform mt2d) Utility method for transforming a geometry ROI into the raster space, using the provided affine transformation.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. -
Uses of ProcessException in org.geotools.process.vector
Subclasses of ProcessException in org.geotools.process.vectorModifier and TypeClassDescriptionclass
Exception class used by FeatureRasterizerProcessMethods in org.geotools.process.vector that throw ProcessExceptionModifier and TypeMethodDescriptionAggregateProcess.execute
(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, boolean singlePass, List<String> groupByAttributes, ProgressListener progressListener) AggregateProcess.execute
(SimpleFeatureCollection features, String aggAttribute, Set<AggregateProcess.AggregationFunction> functions, boolean singlePass, ProgressListener progressListener) BarnesSurfaceProcess.execute
(SimpleFeatureCollection obsFeatures, String valueAttr, Integer argDataLimit, Double argScale, Double argConvergence, Integer argPasses, Integer argMinObsCount, Double argMaxObsDistance, Double argNoDataValue, Integer argPixelsPerCell, Double argQueryBuffer, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, ProgressListener monitor) CentroidProcess.execute
(SimpleFeatureCollection features) ClassifyByRangeProcess.execute
(SimpleFeatureCollection features, String classifyOnAttribute, String[] thresholds, String[] outputValues, String classifier, Integer classes, Boolean include, String outputAttribute, String outputType) ClipProcess.execute
(SimpleFeatureCollection features, Geometry clip, Boolean preserveZ) ContourProcess.execute
(FeatureCollection features, String propertyName, double[] levels, Double interval, Boolean simplify, Boolean smooth, ProgressListener progressListener) FeatureClassStats.execute
(FeatureCollection features, String attribute, List<Statistics.StatsType> statTypes, Integer classes, ClassificationMethod method, Double noData, ProgressListener progressListener) GraticuleLabelPointProcess.execute
(SimpleFeatureCollection features, ReferencedEnvelope bounds, Double offset, String placement) GridProcess.execute
(ReferencedEnvelope bounds, double width, Double height, Double vertexSpacing, GridProcess.GridMode mode) HeatmapProcess.execute
(SimpleFeatureCollection obsFeatures, Integer argRadiusPixels, String valueAttr, Integer argPixelsPerCell, ReferencedEnvelope argOutputEnv, Integer argOutputWidth, Integer argOutputHeight, ProgressListener monitor) 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> 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.PointStackerProcess.execute
(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor) QueryProcess.execute
(SimpleFeatureCollection features, List<String> attributes, Filter filter) RectangularClipProcess.execute
(SimpleFeatureCollection features, ReferencedEnvelope clip, Boolean preserveZ) SimplifyProcess.execute
(SimpleFeatureCollection features, double distance, boolean preserveTopology) SnapProcess.execute
(FeatureCollection featureCollection, Point point, CoordinateReferenceSystem crs) Process the input data set.TransformProcess.execute
(SimpleFeatureCollection features, String 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.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.static 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)