Uses of Class
com.luciad.lucy.format.ALcyFormatWrapper
Package
Description
This package provides a new, highly configurable data format.
Provides support facilities for adding a new data format to Lucy.
-
Uses of ALcyFormatWrapper in com.luciad.lucy.addons.drawing.format
Modifier and TypeClassDescriptionclass
This class keeps track of all theALcyDomainObjectSupplier
instances registered to the addon. -
Uses of ALcyFormatWrapper in com.luciad.lucy.format
Modifier and TypeClassDescriptionclass
Decorator for anALcyFormat
that makes the given format support asynchronous painting (seecom.luciad.view.gxy.asynchronous
package).class
Decorator for anALcyFormat
that makes theILcdLayerTreeNode
s of the given format support asynchronous painting (seecom.luciad.view.gxy.asynchronous
package).class
Deprecated.class
ThisALcyFormatWrapper
adds support for working with ILcdLayerTreeNode's.final class
Decorator for a synchronousALcyFormat
that makes the given format support asynchronous painting using Lightspeed rendering, if it is supported by the hardware.final class
Decorator for anALcyFormat
that makes theILcdLayerTreeNode
s of the given format support asynchronous painting using Lightspeed rendering, if it is supported by the hardware.class
This wrapper ensures that everyTLcdModelList
created by the delegate format is converted to anILcdModelTreeNode
before the it is passed to the rest of the Lucy application.class
This format decorator adds workspace support for saving changed models.class
Decorator for anALcyFormat
that safe guards all operations on models and layers to make sure no invalid models or layers are ever accepted or handled.class
AnALcyFormatWrapper
instance which adds support for transforming the models in the layer factory, for example to add support for clustering.
TLcdModelList
andILcdModelTreeNode
instances.