public interface SceneTransformProvider
RasterDataNode
coordinate reference systems
to a Product
's scene coordinate reference systems.Modifier and Type | Method and Description |
---|---|
MathTransform2D |
getModelToSceneTransform()
Gets the transformation that transforms from local
RasterDataNode model coordinates
to the Product 's scene coordinates. |
MathTransform2D |
getSceneToModelTransform()
Gets the transformation that transforms from the
Product 's scene coordinates
to the local RasterDataNode model coordinates. |
MathTransform2D getModelToSceneTransform()
RasterDataNode
model coordinates
to the Product
's scene coordinates.null
if no such exists.Product.getSceneCRS()
,
RasterDataNode.getImageToModelTransform()
MathTransform2D getSceneToModelTransform()
Product
's scene coordinates
to the local RasterDataNode
model coordinates.null
if no such exists.Product.getSceneCRS()
,
RasterDataNode.getImageToModelTransform()
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.