Uses of Class
org.openjump.core.rasterimage.RasterImageLayer.RasterDataNotFoundException
-
Packages that use RasterImageLayer.RasterDataNotFoundException Package Description org.openjump.core.ui.plugin.raster org.openjump.core.ui.plugin.raster.statistics -
-
Uses of RasterImageLayer.RasterDataNotFoundException in org.openjump.core.ui.plugin.raster
Methods in org.openjump.core.ui.plugin.raster that throw RasterImageLayer.RasterDataNotFoundException Modifier and Type Method Description static void
ProfileGraphGUI. addPoint(double x, double y)
static void
ProfileGraphGUI. calculateProfile(org.locationtech.jts.geom.Coordinate[] coords)
protected void
ProfileGraphTool. gestureFinished()
protected void
RasterQueryCursorTool. gestureFinished()
protected void
RasterQueryDragTool. gestureFinished()
static int
RasterImageLayerProperties. getNodataCellNumber(Raster raster, double nodata)
Count the number of cells in a Raster of a specific double value and return as int.static int
RasterImageLayerProperties. getValidCellsNumber(Raster raster, double nodata)
Count the number of cells in a Raster excluding the ones of a specific double value and return as int.static void
ProfileGraphGUI. processLine(org.locationtech.jts.geom.Geometry line)
static void
ProfileGraphGUI. processSegment(double x, double y, double x2, double y2)
-
Uses of RasterImageLayer.RasterDataNotFoundException in org.openjump.core.ui.plugin.raster.statistics
Methods in org.openjump.core.ui.plugin.raster.statistics that throw RasterImageLayer.RasterDataNotFoundException Modifier and Type Method Description int
DEMStatisticsPlugIn. nodata(Raster ras, double nodata)
-