Uses of Interface
com.luciad.view.ILcdXYZWorldReference
Package
Description
Provides representations, decoders, and encoders for rasters.
Provides the addon that allows to open data that is missing a valid model reference
(=coordinate system), and that allows to create Luciad .ref files for storing such a model reference
specification.
Provides actions that have a relationship with a Lightspeed map.
Everything related to model references and view references.
Handles all transformations between model coordinates and world coordinates.
Provides support for OpenGL-based 2D and 3D visualization of data.
This package provides JavaFX components which are related to a Lightspeed view or
allow interaction with a view.
Provides layering support for
ILspView
.This package provides Swing components which are related to a view or allow interaction with a view.
Contains utility classes related to Lightspeed views.
-
Uses of ILcdXYZWorldReference in com.luciad.format.raster
Modifier and TypeMethodDescriptionTLcdRasterOffsetZTransformation.getWorldReference()
TLcdRasterOffsetModelXYZWorldTransformation.getXYZWorldReference()
Modifier and TypeMethodDescriptionvoid
TLcdRasterOffsetZTransformation.setWorldReference
(ILcdXYZWorldReference aWorldReference) void
TLcdRasterOffsetModelXYZWorldTransformation.setXYZWorldReference
(ILcdXYZWorldReference aXYZWorldReference) -
Uses of ILcdXYZWorldReference in com.luciad.lucy.addons.modelreference
Modifier and TypeClassDescriptionclass
Adds a property displayName and a property editable to its superclass.class
Note: Do not programmatically rely on the existence of this class or its methods, as they might change or disappear without notice. -
Uses of ILcdXYZWorldReference in com.luciad.lucy.map.action.lightspeed
ModifierConstructorDescriptionTLcyLspProjectionActiveSettable
(ILspView aView, ILcdXYZWorldReference aReference, boolean a3D) Creates a newTLcyLspProjectionActiveSettable
. -
Uses of ILcdXYZWorldReference in com.luciad.reference
Modifier and TypeClassDescriptionfinal class
A generic cartesian reference that can be used as a model reference or world reference.final class
This class contains all information about the German grid system.class
The default implementation ofILcdGeocentricReference
.class
ATLcdGridReference
is an implementation of anILcdGridReference
.final class
This class contains all information about the Belgian grid system.final class
This ILcdGridReference implements the french grid system.final class
Deprecated.This class uses outdated hardcoded parameters.final class
This class contains all information about the Swiss grid system.class
ATLcdTopocentricReference
is an implementation of anILcdTopocentricReference
.class
ThisILcdGridReference
represents a UPS grid reference.class
ThisILcdGridReference
represents a UTM grid reference. -
Uses of ILcdXYZWorldReference in com.luciad.transformation
Modifier and TypeMethodDescriptionILcdModelZWorldTransformation.getWorldReference()
Returns the world reference that is taken into account when transforming points.TLcdLinearModelZWorldTransformation.getWorldReference()
ILcdModelXYZWorldTransformation.getXYZWorldReference()
Gets the world reference of thisILcdModelXYZWorldTransformation
.TLcdCompositeModelXYZWorldTransformation.getXYZWorldReference()
TLcdDefaultModelXYZWorldTransformation.getXYZWorldReference()
TLcdGeodetic2Geocentric.getXYZWorldReference()
Gets the world reference of this transformation.TLcdGrid2Geocentric.getXYZWorldReference()
Gets the world reference of this transformation.TLcdIdentityModelXYZWorldTransformation.getXYZWorldReference()
TLcdModelXYZWorldTransformation.getXYZWorldReference()
Deprecated.Modifier and TypeMethodDescriptionvoid
ILcdModelZWorldTransformation.setWorldReference
(ILcdXYZWorldReference aWorldReference) Sets the world reference that will be taken into account when transforming points.void
TLcdLinearModelZWorldTransformation.setWorldReference
(ILcdXYZWorldReference aWorldReference) void
ILcdModelXYZWorldTransformation.setXYZWorldReference
(ILcdXYZWorldReference aWorldXYZReference) Sets the world reference of thisILcdModelXYZWorldTransformation
.void
TLcdCompositeModelXYZWorldTransformation.setXYZWorldReference
(ILcdXYZWorldReference aReference) void
TLcdDefaultModelXYZWorldTransformation.setXYZWorldReference
(ILcdXYZWorldReference aXYZWorldReference) void
TLcdGeodetic2Geocentric.setXYZWorldReference
(ILcdXYZWorldReference aWorldReference) Sets theILcdXYZWorldReference
for this transformation.void
TLcdGrid2Geocentric.setXYZWorldReference
(ILcdXYZWorldReference aWorldReference) Sets theILcdXYZWorldReference
for this transformation.void
TLcdIdentityModelXYZWorldTransformation.setXYZWorldReference
(ILcdXYZWorldReference aXYZWorldReference) void
TLcdModelXYZWorldTransformation.setXYZWorldReference
(ILcdXYZWorldReference aXYZWorldReference) Deprecated.ModifierConstructorDescriptionTLcdDefaultModelXYZWorldTransformation
(ILcdModelReference aModelReference, ILcdXYZWorldReference aXYZWorldReference) Creates a new model world transformation using the given model and world reference.TLcdGeodetic2Geocentric
(ILcdModelReference aModelReference, ILcdXYZWorldReference aWorldReference) Constructs a new TLcdGeodetic2Geocentric transformation using a specified model and world reference.TLcdGrid2Geocentric
(ILcdModelReference aModelReference, ILcdXYZWorldReference aWorldReference) Constructs a new TLcdGrid2Geocentric transformation using a specified model and world reference.TLcdIdentityModelXYZWorldTransformation
(ILcdModelReference aModelReference, ILcdXYZWorldReference aXYZWorldReference) Constructor with aILcdModelReference
and aILcdXYZWorldReference
.TLcdModelXYZWorldTransformation
(ILcdModelReference aModelReference, ILcdXYZWorldReference aXYZWorldReference) Deprecated.Constructor with aILcdModelReference
and aILcdXYZWorldReference
. -
Uses of ILcdXYZWorldReference in com.luciad.view.lightspeed
Modifier and TypeMethodDescriptionALspAWTView.getXYZWorldReference()
ILspView.getXYZWorldReference()
Returns the view's current world coordinate system.TLspContext.getXYZWorldReference()
Returns the world reference used by the associated view.TLspExternalView.getXYZWorldReference()
Deprecated.TLspFXView.getXYZWorldReference()
TLspOffscreenView.getXYZWorldReference()
Modifier and TypeMethodDescriptionvoid
ALspAWTView.setXYZWorldReference
(ILcdXYZWorldReference aXYZWorldReference) void
ILspView.setXYZWorldReference
(ILcdXYZWorldReference aXYZWorldReference) Sets the view's world coordinate system, repainting the view according toisAutoUpdate
.void
TLspExternalView.setXYZWorldReference
(ILcdXYZWorldReference aXYZWorldReference) Deprecated.void
TLspFXView.setXYZWorldReference
(ILcdXYZWorldReference aXYZWorldReference) void
TLspOffscreenView.setXYZWorldReference
(ILcdXYZWorldReference aXYZWorldReference) TLspViewBuilder.worldReference
(ILcdXYZWorldReference aWorldReference) Sets the initial world reference to be assigned to the view. -
Uses of ILcdXYZWorldReference in com.luciad.view.lightspeed.javafx
Modifier and TypeMethodDescriptionprotected ILcdXYZWorldReference
TLspFXScaleIndicator.retrieveMapReference()
-
Uses of ILcdXYZWorldReference in com.luciad.view.lightspeed.layer
Modifier and TypeMethodDescriptionprotected ILcdModelXYZWorldTransformation
ALspLayer.createModelXYZWorldTransformation
(ILcdModelReference aModelReference, ILcdXYZWorldReference aWorldReference, ILspView aView) Creates a new model world transformation for the given model and world reference. -
Uses of ILcdXYZWorldReference in com.luciad.view.lightspeed.swing
Modifier and TypeMethodDescriptionprotected ILcdXYZWorldReference
TLspScaleIndicator.retrieveMapReference()
-
Uses of ILcdXYZWorldReference in com.luciad.view.lightspeed.util
Modifier and TypeMethodDescriptionstatic void
TLspViewTransformationUtil.setup2DView
(TLspViewXYZWorldTransformation2D aV2W, ILspView aView, ILcdXYZWorldReference aWorldReference, boolean aPreserveViewBounds) Switches the specified view to 2D using the requested world reference.static void
TLspViewTransformationUtil.setup2DView
(ILspView aView, ILcdXYZWorldReference aWorldReference) Switches the specified view to 2D using the requested world reference.static void
TLspViewTransformationUtil.setup2DView
(ILspView aView, ILcdXYZWorldReference aWorldReference, boolean aPreserveViewBounds) Switches the specified view to 2D using the requested world reference, with the option to preserve the current view bounds.static void
TLspViewTransformationUtil.setup3DView
(TLspViewXYZWorldTransformation3D aV2W, ILspView aView, ILcdXYZWorldReference aWorldReference, boolean aPreserveViewBounds) Switches the specified view to 3D using the requested world reference.static void
TLspViewTransformationUtil.setup3DView
(ILspView aView, ILcdXYZWorldReference aWorldReference) Switches the specified view to 3D using the requested world reference.static void
TLspViewTransformationUtil.setup3DView
(ILspView aView, ILcdXYZWorldReference aWorldReference, boolean aPreserveViewBounds) Switches the specified view to 3D using the requested world reference, with the option to preserve the current view bounds.static void
TLspViewTransformationUtil.setup3DView
(ILspView aView, ILcdXYZWorldReference aWorldReference, boolean aPreserveViewBounds, boolean aAboveTerrain) Switches the specified view to 3D using the requested world reference.