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 doublestatic Geometrystatic GeometryGeometryFunctions.buffer(Geometry geom, double distance, Integer quadrantSegments, GeometryFunctions.BufferCapStyle capStyle) static GeometryCenterLineProcess.centerLine(Geometry geometry, Double tolerance) static GeometrySkeletonizeProcess.centerLine(Geometry geometry, Double tolerance) static Geometrystatic booleanstatic GeometryGeometryFunctions.convexHull(Geometry geom) static booleanstatic Geometrystatic GeometryGeometryFunctions.difference(Geometry a, Geometry b) static intstatic booleanstatic doublestatic PointGeometryFunctions.endPoint(LineString line) static Geometrystatic booleanGeometryFunctions.equalsExact(Geometry a, Geometry b) static booleanGeometryFunctions.equalsExactTolerance(Geometry a, Geometry b, double tolerance) static GeometryGeometryFunctions.exteriorRing(Polygon polygon) static StringGeometryFunctions.geometryType(Geometry geom) static GeometryGeometryFunctions.getGeometryN(GeometryCollection collection, int index) static doublestatic doublestatic GeometryGeometryFunctions.interiorPoint(Geometry geom) static GeometryGeometryFunctions.interiorRingN(Polygon polygon, int index) static GeometryGeometryFunctions.intersection(Geometry a, Geometry b) static booleanGeometryFunctions.intersects(Geometry a, Geometry b) static booleanGeometryFunctions.isClosed(LineString line) static booleanstatic booleanGeometryFunctions.isRing(LineString line) static booleanstatic booleanstatic booleanGeometryFunctions.isWithinDistance(Geometry a, Geometry b, double distance) static doublestatic intGeometryFunctions.numGeometries(Geometry collection) static intGeometryFunctions.numInteriorRing(Polygon polygon) static intstatic booleanstatic PointGeometryFunctions.pointN(LineString line, int index) static GeometryGeometryFunctions.polygonize(Geometry geom) static GeometryPolygonLabelProcess.PolyLabeller(Geometry polygon, Double tolerance) static Stringstatic booleanGeometryFunctions.relatePattern(Geometry a, Geometry b, String pattern) static GeometryGeometryFunctions.reproject(Geometry geometry, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Will reproject a geometry to another CRS.static Geometrystatic GeometryGeometryFunctions.splitPolygon(Geometry polygon, LineString line) static PointGeometryFunctions.startPoint(LineString line) static GeometryGeometryFunctions.symDifference(Geometry a, Geometry b) static booleanstatic Geometrystatic 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, KernelImageN 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)