| 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 | Class and Description |
|---|---|
class |
PixelGeoCoding
The
PixelGeoCoding is an implementation of a GeoCoding which uses
dedicated latitude and longitude bands in order to provide geographical positions
for each pixel. |
| Modifier and Type | Method and Description |
|---|---|
static BasicPixelGeoCoding |
GeoCodingFactory.createPixelGeoCoding(Band latBand,
Band lonBand,
String validMask,
int searchRadius) |
static BasicPixelGeoCoding |
GeoCodingFactory.createPixelGeoCoding(Band latBand,
Band lonBand,
String validMask,
int searchRadius,
ProgressMonitor pm) |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.