Package | Description |
---|---|
org.esa.snap.core.datamodel |
Contains SNAP's central classes and interfaces used for an in-memory presentation
of remote sensing data products.
|
Modifier and Type | Method and Description |
---|---|
RGBImageProfile[] |
RGBImageProfileManager.getAllProfiles() |
static RGBImageProfile |
RGBImageProfile.getCurrentProfile(Product product) |
RGBImageProfile |
RGBImageProfileManager.getProfile(int i) |
static RGBImageProfile |
RGBImageProfile.loadProfile(File file)
Loads a profile from the given file using the Java properties file format
|
static RGBImageProfile |
RGBImageProfile.loadProfile(URL url)
Loads a profile from the given url using the Java properties file format
|
Modifier and Type | Method and Description |
---|---|
void |
RGBImageProfileManager.addProfile(RGBImageProfile profile) |
boolean |
RGBImageProfile.equalExpressions(RGBImageProfile profile) |
void |
RGBImageProfileManager.removeProfile(RGBImageProfile profile) |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.