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 FeatureCollectionVectorizeAlgorithm. 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 rasterFeatureCollectionVectorizeAlgorithm. toGridPoint(GridWrapperNotInterpolated gwrapper, int numBands)FeatureCollectionVectorizeAlgorithm. toGridPolygon(GridWrapperNotInterpolated gwrapper, int maxCells, int numBands)FeatureCollectionVectorizeAlgorithm. toLines(GridWrapperNotInterpolated gwrapper, String attributeName)Convert a line raster a feature collection of linestrings defining a GridWrapperNotInterpolated and an attribute.FeatureCollectionVectorizeAlgorithm. toPoint(GridWrapperNotInterpolated gwrapper, int band)static FeatureCollectionVectorizeAlgorithm. 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 FeatureCollectionVectorizeAlgorithm. toPolygonsAdbToolBox(GridWrapperNotInterpolated gwrapper, boolean explodeMultipolygons, String attributeName, int band)Create a FeatureCollection of polygons defining a GridWrapperNotInterpolated and number of band AdbToolbox algorithmstatic FeatureCollectionVectorizeAlgorithm. toPolygonsMikeToolBox(GridWrapperNotInterpolated gwrapper, boolean simplify, String attributeName, int band)static FeatureCollectionVectorizeAlgorithm. toPolygonsSextante(GridWrapperNotInterpolated gwrapper, String attributeName, int band)Create a FeatureCollection of polygons defining a GridWrapperNotInterpolated and number of band Sextante algorithm
-