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.transform |
Contains extensions of geotools transform classes.
|
Modifier and Type | Method and Description |
---|---|
MathTransform2D |
SceneTransformProvider.getModelToSceneTransform()
Gets the transformation that transforms from local
RasterDataNode model coordinates
to the Product 's scene coordinates. |
MathTransform2D |
RasterDataNode.getModelToSceneTransform()
Gets the transformation that transforms from local
RasterDataNode model coordinates
to the Product 's scene coordinates. |
MathTransform2D |
SceneTransformProvider.getSceneToModelTransform()
Gets the transformation that transforms from the
Product 's scene coordinates
to the local RasterDataNode model coordinates. |
MathTransform2D |
RasterDataNode.getSceneToModelTransform()
Gets the transformation that transforms from the
Product 's scene coordinates
to the local RasterDataNode model coordinates. |
Modifier and Type | Method and Description |
---|---|
void |
RasterDataNode.setModelToSceneTransform(MathTransform2D modelToSceneTransform)
Sets a
MathTransform2D from the local model CRS of this RasterDataNode to
a Product 's scene coordinate reference system. |
void |
RasterDataNode.setSceneToModelTransform(MathTransform2D sceneToModelTransform)
Sets a
MathTransform2D from a Product 's scene coordinate reference system to
the local model CRS of this RasterDataNode . |
Modifier and Type | Field and Description |
---|---|
static MathTransform2D |
MathTransform2D.IDENTITY
The identity transform.
|
static MathTransform2D |
MathTransform2D.NULL
A transform encapsulating that there is no transform.
|
Modifier and Type | Method and Description |
---|---|
MathTransform2D |
MathTransform2D.inverse()
Creates the inverse transform of this object.
|
MathTransform2D |
GeoCodingMathTransform.inverse() |
MathTransform2D |
AffineTransform2D.inverse()
Creates the inverse transform of this object.
|
abstract MathTransform2D |
AbstractTransform2D.inverse() |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.