Uses of Class
org.openjump.core.rasterimage.sextante.rasterWrappers.GridWrapperNotInterpolated
Packages that use GridWrapperNotInterpolated
-
Uses of GridWrapperNotInterpolated in org.openjump.core.rasterimage.algorithms
Methods in org.openjump.core.rasterimage.algorithms with parameters of type GridWrapperNotInterpolatedModifier and TypeMethodDescriptionVectorizeAlgorithm.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 rasterVectorizeAlgorithm.toGridPoint(GridWrapperNotInterpolated gwrapper, int numBands) VectorizeAlgorithm.toGridPolygon(GridWrapperNotInterpolated gwrapper, int maxCells, int numBands) VectorizeAlgorithm.toLines(GridWrapperNotInterpolated gwrapper, String attributeName) Convert a line raster a feature collection of linestrings defining a GridWrapperNotInterpolated and an attribute.VectorizeAlgorithm.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