Package org.esa.snap.rcp.statistics
Class StatisticsUtils.TransectProfile
- java.lang.Object
-
- org.esa.snap.rcp.statistics.StatisticsUtils.TransectProfile
-
- Enclosing class:
- StatisticsUtils
public static class StatisticsUtils.TransectProfile extends Object
-
-
Constructor Summary
Constructors Constructor Description TransectProfile()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static String
createTransectProfileText(RasterDataNode raster)
Deprecated.since BEAM 4.11; no replacement.static TransectProfileData
getTransectProfileData(RasterDataNode raster)
Deprecated.since BEAM 4.11; no replacement.static Shape
getTransectShape(Product product)
-
-
-
Method Detail
-
getTransectProfileData
@Deprecated public static TransectProfileData getTransectProfileData(RasterDataNode raster) throws IOException
Deprecated.since BEAM 4.11; no replacement.- Throws:
IOException
-
createTransectProfileText
@Deprecated public static String createTransectProfileText(RasterDataNode raster) throws IOException
Deprecated.since BEAM 4.11; no replacement.- Throws:
IOException
-
-