Uses of Class
org.esa.snap.core.util.grid.isin.IsinAPI.Raster
-
Packages that use IsinAPI.Raster Package Description org.esa.snap.core.util.grid.isin -
-
Uses of IsinAPI.Raster in org.esa.snap.core.util.grid.isin
Methods in org.esa.snap.core.util.grid.isin that return IsinAPI.Raster Modifier and Type Method Description static IsinAPI.RasterIsinAPI.Raster. valueOf(String name)Returns the enum constant of this type with the specified name.static IsinAPI.Raster[]IsinAPI.Raster. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.esa.snap.core.util.grid.isin with parameters of type IsinAPI.Raster Constructor Description IsinAPI(IsinAPI.Raster raster)Constructs the API and initializes internal parameter according to the raster dimensions passed in.
-