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 |
---|---|
ColorPaletteDef |
ColorPaletteDef.createDeepCopy() |
ColorPaletteDef |
ImageInfo.getColorPaletteDef()
Gets the color palette definition as used for images created from single bands.
|
static ColorPaletteDef |
ColorPaletteDef.loadColorPaletteDef(File file)
Loads a color palette definition from the given file
|
Modifier and Type | Method and Description |
---|---|
void |
ImageInfo.setColorPaletteDef(ColorPaletteDef colorPaletteDef,
double minSample,
double maxSample,
boolean autoDistribute)
Transfers the colour palette into this image info.
|
static void |
ColorPaletteDef.storeColorPaletteDef(ColorPaletteDef colorPaletteDef,
File file)
Stores this color palette definition in the given file
|
Constructor and Description |
---|
ImageInfo(ColorPaletteDef colorPaletteDef)
Constructs a new image information instance.
|
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.