Package org.esa.snap.core.datamodel
Class RGBImageProfileManager
- java.lang.Object
-
- org.esa.snap.core.datamodel.RGBImageProfileManager
-
public class RGBImageProfileManager extends Object
A profile used for the creation of RGB images. The profile comprises the band arithmetic expressions for the computation of red, green, blue and alpha (optional) channels of the resulting image.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addProfile(RGBImageProfile profile)
RGBImageProfile[]
getAllProfiles()
static RGBImageProfileManager
getInstance()
RGBImageProfile
getProfile(int i)
int
getProfileCount()
static File
getProfilesDir()
void
removeProfile(RGBImageProfile profile)
-
-
-
Method Detail
-
getProfilesDir
public static File getProfilesDir()
-
getInstance
public static RGBImageProfileManager getInstance()
-
addProfile
public void addProfile(RGBImageProfile profile)
-
removeProfile
public void removeProfile(RGBImageProfile profile)
-
getProfileCount
public int getProfileCount()
-
getProfile
public RGBImageProfile getProfile(int i)
-
getAllProfiles
public RGBImageProfile[] getAllProfiles()
-
-