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.
|
org.esa.snap.core.gpf.pointop |
Provides special support for raster data operations that transforms each source pixel
into a corresponding target pixel at the same position.
|
Modifier and Type | Method and Description |
---|---|
GeneralFilterBand.OpType |
GeneralFilterBand.getOpType() |
static GeneralFilterBand.OpType |
GeneralFilterBand.OpType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneralFilterBand.OpType[] |
GeneralFilterBand.OpType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
GeneralFilterBand(String name,
RasterDataNode source,
GeneralFilterBand.OpType opType,
Kernel structuringElement,
int iterationCount)
Creates a GeneralFilterBand.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceSampleConfigurer.defineComputedSample(int index,
int sourceIndex,
GeneralFilterBand.OpType opType,
Kernel structuringElement)
Defines an intermediate source sample computed from a non-linear image filter.
|
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.