Uses of Interface
com.luciad.transformation.ILcdModelXYZWorldTransformation
Packages that use ILcdModelXYZWorldTransformation
Package
Description
Provides representations, decoders, and encoders for rasters.
Handles all transformations between model coordinates and world coordinates.
Provides support for OpenGL-based 2D and 3D visualization of data.
Provides support for the discretization of vector shapes.
Provides layering support for
ILspView.Provides support for visualizing
ILcdGXYLayer instances in an
ILspView.-
Uses of ILcdModelXYZWorldTransformation in com.luciad.format.raster
Classes in com.luciad.format.raster that implement ILcdModelXYZWorldTransformationModifier and TypeClassDescriptionclassThisILcdModelXYZWorldTransformationimplementation takes the values of anILcdRasterinto account when transforming model Z coordinates.Constructors in com.luciad.format.raster with parameters of type ILcdModelXYZWorldTransformationModifierConstructorDescriptionConstructs a new raster offset wrapper around the specified transformation. -
Uses of ILcdModelXYZWorldTransformation in com.luciad.transformation
Classes in com.luciad.transformation that implement ILcdModelXYZWorldTransformationModifier and TypeClassDescriptionclassA hybrid 2d and 3d transformation.classDefault implementation ofILcdModelXYZWorldTransformation.final classThisILcdModelXYZWorldTransformationdefines a transformation between anILcdGeodeticReferenceand anILcdGeocentricReference.final classThisILcdModelXYZWorldTransformationdefines a transformation between anILcdGridReferenceand anILcdGeocentricReference.classThisILcdModelXYZWorldTransformationdefines an identify transformation between anILcdModelReferenceand anILcdXYZWorldReference.classDeprecated.This class only preforms an identify transformation. -
Uses of ILcdModelXYZWorldTransformation in com.luciad.view.lightspeed
Methods in com.luciad.view.lightspeed that return ILcdModelXYZWorldTransformationModifier and TypeMethodDescriptionTLspContext.getModelXYZWorldTransformation()Returns the transformation that should be used to transform model points and bounds to world points and bounds or vice versa. -
Uses of ILcdModelXYZWorldTransformation in com.luciad.view.lightspeed.geometry.discretization
Methods in com.luciad.view.lightspeed.geometry.discretization that return ILcdModelXYZWorldTransformationModifier and TypeMethodDescriptionTLspShapeDiscretizationParameters.getModelXYZWorldTransformation()Returns the customILcdModelXYZWorldTransformationto be used by the shape discretizer.Methods in com.luciad.view.lightspeed.geometry.discretization with parameters of type ILcdModelXYZWorldTransformationModifier and TypeMethodDescriptionTLspShapeDiscretizationParameters.Builder.modelXYZWorldTransformation(ILcdModelXYZWorldTransformation aTransformation) Sets a customILcdModelXYZWorldTransformationto be used by the shape discretizer. -
Uses of ILcdModelXYZWorldTransformation in com.luciad.view.lightspeed.layer
Methods in com.luciad.view.lightspeed.layer that return ILcdModelXYZWorldTransformationModifier and TypeMethodDescriptionprotected ILcdModelXYZWorldTransformationALspLayer.createModelXYZWorldTransformation(ILcdModelReference aModelReference, ILcdXYZWorldReference aWorldReference, ILspView aView) Creates a new model world transformation for the given model and world reference.ALspLayer.getModelXYZWorldTransformation(ILspView aView) Returns the transformation that will be used to transform coordinates of the objects in the model to world coordinates of the given view.ILspLayer.getModelXYZWorldTransformation(ILspView aView) Returns the transformation that will be used to transform coordinates of the objects in the model to world coordinates of the given view. -
Uses of ILcdModelXYZWorldTransformation in com.luciad.view.lightspeed.layer.integration.gxy
Methods in com.luciad.view.lightspeed.layer.integration.gxy that return ILcdModelXYZWorldTransformationModifier and TypeMethodDescriptionTLspGXYLayerAdapter.getModelXYZWorldTransformation(ILspView aView) Deprecated.