Uses of Interface
com.luciad.transformation.ILcdModelZWorldTransformation
Package
Description
Provides representations, decoders, and encoders for rasters.
Handles all transformations between model coordinates and world coordinates.
-
Uses of ILcdModelZWorldTransformation in com.luciad.format.raster
Modifier and TypeClassDescriptionclass
ThisILcdModelZWorldTransformation
implementation takes the values ofILcdRaster
into account when transforming the model Z to world Z and back. -
Uses of ILcdModelZWorldTransformation in com.luciad.transformation
Modifier and TypeClassDescriptionclass
A model z to world z transformation that scales the model zs linearly by a given factor.Modifier and TypeMethodDescriptionvoid
TLcdCompositeModelXYZWorldTransformation.setZTransformation
(ILcdModelZWorldTransformation aZTransformation) Sets the wrapped z transformation.ModifierConstructorDescriptionTLcdCompositeModelXYZWorldTransformation
(ILcdModelXYWorldTransformation aWrappedTransformation, ILcdModelZWorldTransformation aZTransformation) Creates a newTLcdCompositeModelXYZWorldTransformation
with the given xy- and z transformation.