Uses of Interface
com.luciad.transformation.ILcdModelZWorldTransformation
Packages that use 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
Classes in com.luciad.format.raster that implement ILcdModelZWorldTransformationModifier and TypeClassDescriptionclassThisILcdModelZWorldTransformationimplementation takes the values ofILcdRasterinto account when transforming the model Z to world Z and back. -
Uses of ILcdModelZWorldTransformation in com.luciad.transformation
Classes in com.luciad.transformation that implement ILcdModelZWorldTransformationModifier and TypeClassDescriptionclassA model z to world z transformation that scales the model zs linearly by a given factor.Methods in com.luciad.transformation with parameters of type ILcdModelZWorldTransformationModifier and TypeMethodDescriptionvoidTLcdCompositeModelXYZWorldTransformation.setZTransformation(ILcdModelZWorldTransformation aZTransformation) Sets the wrapped z transformation.Constructors in com.luciad.transformation with parameters of type ILcdModelZWorldTransformationModifierConstructorDescriptionTLcdCompositeModelXYZWorldTransformation(ILcdModelXYWorldTransformation aWrappedTransformation, ILcdModelZWorldTransformation aZTransformation) Creates a newTLcdCompositeModelXYZWorldTransformationwith the given xy- and z transformation.