Uses of Annotation Interface
org.geotools.process.factory.DescribeResult
Packages that use DescribeResult
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 DescribeResult in org.geotools.process.geometry
Methods in org.geotools.process.geometry with annotations of type DescribeResultModifier and TypeMethodDescriptionstatic double
static Geometry
static Geometry
GeometryFunctions.buffer
(Geometry geom, double distance, Integer quadrantSegments, GeometryFunctions.BufferCapStyle capStyle) static Geometry
CenterLineProcess.centerLine
(Geometry geometry, Double tolerance) static Geometry
SkeletonizeProcess.centerLine
(Geometry geometry, Double tolerance) static Geometry
static boolean
static Geometry
GeometryFunctions.convexHull
(Geometry geom) static boolean
static Geometry
static Geometry
GeometryFunctions.difference
(Geometry a, Geometry b) static int
static boolean
static double
static Point
GeometryFunctions.endPoint
(LineString line) static Geometry
static boolean
GeometryFunctions.equalsExact
(Geometry a, Geometry b) 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 double
static double
static Geometry
GeometryFunctions.interiorPoint
(Geometry geom) static Geometry
GeometryFunctions.interiorRingN
(Polygon polygon, int index) static Geometry
GeometryFunctions.intersection
(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 double
static int
GeometryFunctions.numGeometries
(Geometry collection) static int
GeometryFunctions.numInteriorRing
(Polygon polygon) static int
static boolean
static Point
GeometryFunctions.pointN
(LineString line, int index) static Geometry
GeometryFunctions.polygonize
(Geometry geom) static Geometry
PolygonLabelProcess.PolyLabeller
(Geometry polygon, Double tolerance) static String
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
static Geometry
GeometryFunctions.splitPolygon
(Geometry polygon, LineString line) static Point
GeometryFunctions.startPoint
(LineString line) static Geometry
GeometryFunctions.symDifference
(Geometry a, Geometry b) static boolean
static Geometry
static boolean
-
Uses of DescribeResult in org.geotools.process.raster
Methods in org.geotools.process.raster with annotations of type DescribeResultModifier and TypeMethodDescriptionAddCoveragesProcess.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) 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) 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.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) 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.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) 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) ScaleCoverage.execute
(GridCoverage2D coverage, double xScale, double yScale, double xTranslate, double yTranslate, Interpolation interpolation) StyleCoverage.execute
(GridCoverage2D coverage, Style style) TransparencyFillProcess.execute
(GridCoverage2D coverage, Integer width, ProgressListener listener) -
Uses of DescribeResult in org.geotools.process.vector
Methods in org.geotools.process.vector with annotations of type DescribeResultModifier and TypeMethodDescriptionAggregateProcess.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) BoundsProcess.execute
(FeatureCollection features) 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) 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) CountProcess.execute
(SimpleFeatureCollection features) 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) 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) 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) 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.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) QueryProcess.execute
(SimpleFeatureCollection features, List<String> attributes, Filter filter) RectangularClipProcess.execute
(SimpleFeatureCollection features, ReferencedEnvelope clip, Boolean preserveZ) ReprojectProcess.execute
(SimpleFeatureCollection features, CoordinateReferenceSystem forcedCRS, CoordinateReferenceSystem targetCRS) 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) UnionFeatureCollection.execute
(SimpleFeatureCollection firstFeatures, SimpleFeatureCollection secondFeatures) UniqueProcess.execute
(SimpleFeatureCollection features, String attribute, 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) TransformProcess.executeList
(SimpleFeatureCollection features, List<TransformProcess.Definition> transform)