Class TLcdRasterOffsetModelXYZWorldTransformation

java.lang.Object
com.luciad.format.raster.TLcdRasterOffsetModelXYZWorldTransformation
All Implemented Interfaces:
ILcdModelXYZWorldTransformation, Serializable

public class TLcdRasterOffsetModelXYZWorldTransformation extends Object implements ILcdModelXYZWorldTransformation
This ILcdModelXYZWorldTransformation implementation takes the values of an ILcdRaster into account when transforming model Z coordinates. It adds the value of underlying rasters to the model Z before applying the actual transformation to world coordinates. Similarly, the raster value is subtracted from the model Z after transforming from world to model coordinates.
Since:
9.1
See Also: