|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scene | |
|---|---|
| org.esa.beam.framework.datamodel | This package contains classes and interfaces used for an in-memory presentation of remote sensing data products. |
| Uses of Scene in org.esa.beam.framework.datamodel |
|---|
| Methods in org.esa.beam.framework.datamodel that return Scene | |
|---|---|
static Scene |
SceneFactory.createScene(ProductNode node)
Creates a scene wrapper around the given product node. |
| Methods in org.esa.beam.framework.datamodel with parameters of type Scene | |
|---|---|
boolean |
TiePointGeoCoding.transferGeoCoding(Scene srcScene,
Scene destScene,
ProductSubsetDef subsetDef)
Transfers the geo-coding of the srcScene to the destScene with respect to the given
subsetDef. |
boolean |
PixelGeoCoding.transferGeoCoding(Scene srcScene,
Scene destScene,
ProductSubsetDef subsetDef)
Transfers the geo-coding of the srcScene to the destScene with respect to the given
subsetDef. |
boolean |
MapGeoCoding.transferGeoCoding(Scene srcScene,
Scene destScene,
ProductSubsetDef subsetDef)
Deprecated. Transfers the geo-coding of the srcScene to the destScene with respect to the given
subsetDef. |
boolean |
GcpGeoCoding.transferGeoCoding(Scene sourceScene,
Scene targetScene,
ProductSubsetDef subsetDef)
Transfers the geo-coding of the srcScene to the destScene with respect to the given
subsetDef. |
boolean |
FXYGeoCoding.transferGeoCoding(Scene srcScene,
Scene destScene,
ProductSubsetDef subsetDef)
Transfers the geo-coding of the srcScene to the destScene with respect to the given
subsetDef. |
boolean |
CrsGeoCoding.transferGeoCoding(Scene srcScene,
Scene destScene,
ProductSubsetDef subsetDef)
|
boolean |
CombinedFXYGeoCoding.transferGeoCoding(Scene srcScene,
Scene destScene,
ProductSubsetDef subsetDef)
Transfers the geo-coding of the srcScene to the destScene with respect to the given
subsetDef. |
abstract boolean |
AbstractGeoCoding.transferGeoCoding(Scene srcScene,
Scene destScene,
ProductSubsetDef subsetDef)
Transfers the geo-coding of the srcScene to the destScene with respect to the given
subsetDef. |
boolean |
Scene.transferGeoCodingTo(Scene destScene,
ProductSubsetDef subsetDef)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||