Uses of Class
com.luciad.lucy.map.cameralinking.ALcyCameraLinker
Package
Description
This package provides generic linkers for the camera linking.It is used by the
package com.luciad.lucy.addons.cameralinking.
This package provides two abstract base classes which can be used to create Lightspeed specific camera linkers:
ALcyLspCameraLinker2D
and ALcyLspCameraLinker3D
.-
Uses of ALcyCameraLinker in com.luciad.lucy.map.cameralinking
Modifier and TypeMethodDescriptionabstract ALcyCameraLinker
ALcyCameraLinkerFactory.createCameraLinker
(ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, String aType, List<Object> aObjects, List<ILcdModel> aModels) Create a camera linker for the given parameters.TLcyCompositeCameraLinkerFactory.createCameraLinker
(ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, String aType, List<Object> aObjects, List<ILcdModel> aModels) This composite implementation consults all the leafALcyCameraLinkerFactory
instances to create anALcyCameraLinker
. -
Uses of ALcyCameraLinker in com.luciad.lucy.map.cameralinking.lightspeed
Modifier and TypeClassDescriptionclass
Implementation ofALcyLspCameraLinker
, specifically meant to be used in combination with 2D Lightspeed views.class
Implementation ofALcyLspCameraLinker
, specifically meant to be used in combination with 3D Lightspeed views.