Package org.esa.snap.rcp.statistics
Class StatisticsUtils
- java.lang.Object
-
- org.esa.snap.rcp.statistics.StatisticsUtils
-
public class StatisticsUtils extends Object
Utilities for the statistics dialog.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StatisticsUtils.TransectProfile
-
Constructor Summary
Constructors Constructor Description StatisticsUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getDiagramLabel(RasterDataNode raster)
static double
round(double x)
static double
round(double x, double v)
static float
round(float x)
static float
round(float x, float v)
-
-
-
Method Detail
-
round
public static float round(float x)
-
round
public static float round(float x, float v)
-
round
public static double round(double x)
-
round
public static double round(double x, double v)
-
getDiagramLabel
public static String getDiagramLabel(RasterDataNode raster)
-
-