Uses of Class
org.geotools.process.factory.DescribeProcess
-
Packages that use DescribeProcess Package Description org.geotools.process.factory org.geotools.process.geometry Geometry processing support for the GeoTools library.org.geotools.process.raster Raster processing support for the GeoTools library.org.geotools.process.vector Vector processing support for the GeoTools library. -
-
Uses of DescribeProcess in org.geotools.process.factory
Methods in org.geotools.process.factory that return DescribeProcess Modifier and Type Method Description protected DescribeProcessAnnotatedBeanProcessFactory. getProcessDescription(Name name)Used to go through the list of java beans; returning the DescribeProcess annotation for each one.protected abstract DescribeProcessAnnotationDrivenProcessFactory. getProcessDescription(Name name)protected DescribeProcessStaticMethodsProcessFactory. getProcessDescription(Name name)Finds the DescribeProcess description for the specified name -
Uses of DescribeProcess in org.geotools.process.geometry
Methods in org.geotools.process.geometry with annotations of type DescribeProcess Modifier and Type Method Description static doubleGeometryFunctions. area(Geometry geom)static GeometryGeometryFunctions. boundary(Geometry geom)static 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 GeometryGeometryFunctions. centroid(Geometry geom)static booleanGeometryFunctions. contains(Geometry a, Geometry b)static GeometryGeometryFunctions. convexHull(Geometry geom)static booleanGeometryFunctions. crosses(Geometry a, Geometry b)static GeometryGeometryFunctions. densify(Geometry geom, double distance)static GeometryGeometryFunctions. difference(Geometry a, Geometry b)static intGeometryFunctions. dimension(Geometry geom)static booleanGeometryFunctions. disjoint(Geometry a, Geometry b)static doubleGeometryFunctions. distance(Geometry a, Geometry b)static PointGeometryFunctions. endPoint(LineString line)static GeometryGeometryFunctions. envelope(Geometry geom)static 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 doubleGeometryFunctions. getX(Point point)static doubleGeometryFunctions. getY(Point point)static 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 booleanGeometryFunctions. isEmpty(Geometry geom)static booleanGeometryFunctions. isRing(LineString line)static booleanGeometryFunctions. isSimple(Geometry geom)static booleanGeometryFunctions. isValid(Geometry geom)static booleanGeometryFunctions. isWithinDistance(Geometry a, Geometry b, double distance)static doubleGeometryFunctions. length(Geometry geom)static intGeometryFunctions. numGeometries(Geometry collection)static intGeometryFunctions. numInteriorRing(Polygon polygon)static intGeometryFunctions. numPoints(Geometry geom)static booleanGeometryFunctions. overlaps(Geometry a, Geometry b)static PointGeometryFunctions. pointN(LineString line, int index)static GeometryGeometryFunctions. polygonize(Geometry geom)static GeometryPolygonLabelProcess. PolyLabeller(Geometry polygon, Double tolerance)static StringGeometryFunctions. relate(Geometry a, Geometry b)static 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 GeometryGeometryFunctions. simplify(Geometry geom, double distance)static GeometryGeometryFunctions. splitPolygon(Geometry polygon, LineString line)static PointGeometryFunctions. startPoint(LineString line)static GeometryGeometryFunctions. symDifference(Geometry a, Geometry b)static booleanGeometryFunctions. touches(Geometry a, Geometry b)static GeometryGeometryFunctions. union(Geometry... geoms)static booleanGeometryFunctions. within(Geometry a, Geometry b) -
Uses of DescribeProcess in org.geotools.process.raster
Classes in org.geotools.process.raster with annotations of type DescribeProcess Modifier and Type Class Description classAddCoveragesProcessAdd two coverages together (pixel by pixel).classAffineProcessThis process computes an Affine transform on the input Coverage.classAreaGridProcessA process that build a regular cell grid where each pixel represents its effective area in the envelope in square meters.classBandMergeProcessProcess calling theBandMergeoperation.classBandSelectProcessProcess calling theSelectSampleDimensionoperation.classContourProcessA process to extract contours based on values in a specified band of the input GridCoverage2D.classConvolveCoverageProcessclassCoverageClassStatsProcess that classifies vector data into "classes" using one of the following methods: Equal Interval (ClassificationMethod.EQUAL_INTERVAL) Quantile (ClassificationMethod.QUANTILE) Natural Breaks (ClassificationMethod.NATURAL_BREAKS)classCropCoverageCrops the coverage along the specifiedclassFootprintExtractionProcessA process to extract footprint from a raster.classJiffleProcessclassMultiplyCoveragesProcessMultiply two coverages together (pixel by pixel).classNormalizeCoverageProcessclassPolygonExtractionProcessA process for raster to vector conversion.classRangeLookupProcessA raster reclassified processclassRasterAsPointCollectionProcessA process that wraps aGridCoverage2Das a collection of point feature.classRasterZonalStatisticsA process computing zonal statistics based on a raster data set and a set of polygonal zones of interestclassRasterZonalStatistics2This class wraps the "ZonalStats2" OperationJAI and executes the selected operation with the defined parameters.classScaleCoverageApplies a generic scale and translate operation to a coverageclassStyleCoverageApplies a raster symbolizer to the coverageclassTransparencyFillProcessA transparency holes-dashes filling process -
Uses of DescribeProcess in org.geotools.process.vector
Classes in org.geotools.process.vector with annotations of type DescribeProcess Modifier and Type Class Description classAggregateProcessComputes various attribute statistics over vector data sets.classBarnesSurfaceProcessA Process that uses aBarnesSurfaceInterpolatorto compute an interpolated surface over a set of irregular data points as aGridCoverage.classBoundsProcessSimple process with aReferencedEnvelopeas the outputclassBufferFeatureCollectionBuffers a feature collection using a certain distanceclassCentroidProcessA process that returns the centroids for the geometries in the input feature collection.classClassifyByRangeProcessComputes a new attribute to classify another attribute by intervals over vector data sets.classClipProcessModified version that can preserve Z values after the clipclassCollectGeometriesCollects all geometries from the specified vector layer into a single GeometryCollection (or specialized subclass of it in case the geometries are uniform)classContourProcessclassCountProcessCounts the elements in the collection (useful as a WFS sidekick)classFeatureClassStatsProcess that classifies vector data into "classes" using one of the following methods: Equal Interval (EqualIntervalFunction) Quantile (QuantileFunction) Natural Breaks (JenksNaturalBreaksFunction)classFeatureProcessclassGraticuleLabelPointProcessclassGridProcessA process that builds a regular grid as a feature collectionclassGroupCandidateSelectionProcessclassHeatmapProcessA Process that uses aHeatmapSurfaceto compute a heatmap surface over a set of irregular data points as aGridCoverage.classInclusionFeatureCollectionA process providing a feature collection containing the features of the first input collection which are included in the second feature collectionclassIntersectionFeatureCollectionA process providing the intersection between two feature collectionsclassLRSGeocodeProcessclassLRSMeasureProcessclassLRSSegmentProcessclassNearestProcessclassPointBuffersGenerates a set of polygons, each representing the set of points within a given distance from the central point The data layer must be a point layer, the reference layer must be a polygonal one"classPointStackerProcessA Rendering Transformation process which aggregates features into a set of visually non-conflicting point features.classQueryProcessclassRectangularClipProcessA process clipping the geometries in the input feature collection to a specified rectangleclassReprojectProcessWill reproject the features to another CRS.classSimplifyProcessA process simplifying the geometries in the input feature collection according to a specified distance, and using either a topology preserving or a Douglas-Peuker algorithmclassSnapProcessclassTransformProcessUsed to transform a feature collection as defined using a series of expressions.classUnionFeatureCollectionA process providing the union between two feature collectionsclassUniqueProcessReturns the unique values of a certain attributeclassVectorToRasterProcessA Process to rasterize vector features in an input FeatureCollection.classVectorZonalStatisticsProvides statistics for the distribution of a certain quantity in a set of reference areas.
-