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 voidProfileGraphGUI. addPoint(double x, double y)static voidProfileGraphGUI. calculateProfile(org.locationtech.jts.geom.Coordinate[] coords)protected voidProfileGraphTool. gestureFinished()protected voidRasterQueryCursorTool. gestureFinished()protected voidRasterQueryDragTool. gestureFinished()static intRasterImageLayerProperties. getNodataCellNumber(Raster raster, double nodata)Count the number of cells in a Raster of a specific double value and return as int.static intRasterImageLayerProperties. 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 voidProfileGraphGUI. processLine(org.locationtech.jts.geom.Geometry line)static voidProfileGraphGUI. 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 intDEMStatisticsPlugIn. nodata(Raster ras, double nodata)
-