Uses of Class
org.openjump.core.rasterimage.sextante.rasterWrappers.GridWrapperNotInterpolated
-
Packages that use GridWrapperNotInterpolated Package Description org.openjump.core.rasterimage.algorithms -
-
Uses of GridWrapperNotInterpolated in org.openjump.core.rasterimage.algorithms
Methods in org.openjump.core.rasterimage.algorithms with parameters of type GridWrapperNotInterpolated Modifier and Type Method Description FeatureCollection
VectorizeAlgorithm. toContours(GridWrapperNotInterpolated gwrapper, double zMin, double zMax, double dDistance, String attributeName, int band)
Convert a DTM raster to a feature collection of contours (linestrings) defining a GridWrapperNotInterpolated, a minimum and maximun elevations, a vertical distance between each contour, an attribute name and the band of the rasterFeatureCollection
VectorizeAlgorithm. toGridPoint(GridWrapperNotInterpolated gwrapper, int numBands)
FeatureCollection
VectorizeAlgorithm. toGridPolygon(GridWrapperNotInterpolated gwrapper, int maxCells, int numBands)
FeatureCollection
VectorizeAlgorithm. toLines(GridWrapperNotInterpolated gwrapper, String attributeName)
Convert a line raster a feature collection of linestrings defining a GridWrapperNotInterpolated and an attribute.FeatureCollection
VectorizeAlgorithm. toPoint(GridWrapperNotInterpolated gwrapper, int band)
static FeatureCollection
VectorizeAlgorithm. toPolygons(GridWrapperNotInterpolated gwrapper, boolean explodeMultipolygons, String attributeName, int band)
Create a FeatureCollection of polygons defining a GridWrapperNotInterpolated and number of band Sextante algorithm - compatible with OpenKLEM methodsstatic FeatureCollection
VectorizeAlgorithm. toPolygonsAdbToolBox(GridWrapperNotInterpolated gwrapper, boolean explodeMultipolygons, String attributeName, int band)
Create a FeatureCollection of polygons defining a GridWrapperNotInterpolated and number of band AdbToolbox algorithmstatic FeatureCollection
VectorizeAlgorithm. toPolygonsMikeToolBox(GridWrapperNotInterpolated gwrapper, boolean simplify, String attributeName, int band)
static FeatureCollection
VectorizeAlgorithm. toPolygonsSextante(GridWrapperNotInterpolated gwrapper, String attributeName, int band)
Create a FeatureCollection of polygons defining a GridWrapperNotInterpolated and number of band Sextante algorithm
-