Uses of Interface
com.luciad.view.gxy.ILcdGXYLayerDecoder
Package
Description
This package contains the core of Lucy: the
back-end
, which
is the central point of Lucy where addons
can add functionality to
extend Lucy, and the default front-end
.Provides support facilities for adding a new data format to Lucy.
Contains a broad range of classes related to the visual represention of a map.
Provides supporting classes for asynchronous painting.
Provides two-dimensional views and components supporting the visualization of the former's representation.
-
Uses of ILcdGXYLayerDecoder in com.luciad.lucy
Modifier and TypeMethodDescriptionILcyLucyEnv.getCompositeGXYLayerDecoder()
Deprecated.ILcyLucyEnv.getGXYLayerDecoder
(int aIndex) Deprecated.Usenew TLcyCompositeGXYLayerDecoder(aLucyEnv).getGXYLayerDecoder(aIndex)
instead.Modifier and TypeMethodDescriptionvoid
ILcyLucyEnv.addGXYLayerDecoder
(ILcdGXYLayerDecoder aGXYLayerDecoder, ALcyFileTypeDescriptor aFileTypeDescriptor) Deprecated.Usenew TLcyCompositeGXYLayerDecoder(aLucyEnv).addGXYLayerDecoder(aGXYLayerDecoder, aFileTypeDescriptor)
instead.void
ILcyLucyEnv.removeGXYLayerDecoder
(ILcdGXYLayerDecoder aGXYLayerDecoder) Deprecated.Usenew TLcyCompositeGXYLayerDecoder(aLucyEnv).removeGXYLayerDecoder(aGXYLayerDecoder)
instead. -
Uses of ILcdGXYLayerDecoder in com.luciad.lucy.format
Modifier and TypeMethodDescriptionprotected ILcdGXYLayerDecoder[]
ALcyFormat.createGXYLayerDecoders()
Creates theILcdGXYLayerDecoder
decoders that can decode layers for models created by the model decoders of this format.protected ILcdGXYLayerDecoder[]
ALcyFormatWrapper.createGXYLayerDecoders()
TLcyAsynchronousFormatWrapper.createGXYLayerDecoders()
protected ILcdGXYLayerDecoder[]
TLcySafeGuardFormatWrapper.createGXYLayerDecoders()
final ILcdGXYLayerDecoder[]
ALcyFormat.getGXYLayerDecoders()
Returns theILcdGXYLayerDecoder
decoders created by this format. -
Uses of ILcdGXYLayerDecoder in com.luciad.lucy.map
Modifier and TypeClassDescriptionclass
Composite implementation (see composite design pattern) ofILcdGXYLayerDecoder
.Modifier and TypeMethodDescriptionTLcyCompositeGXYLayerDecoder.getGXYLayerDecoder
(int aIndex) Returns theILcdGXYLayerDecoder
at the given index.Modifier and TypeMethodDescriptionvoid
TLcyCompositeGXYLayerDecoder.addGXYLayerDecoder
(ILcdGXYLayerDecoder aGXYLayerDecoder, ALcyFileTypeDescriptor aFileTypeDescriptor) Adds the givenILcdGXYLayerDecoder
to the list of associatedILcdGXYLayerDecoder
s.void
TLcyCompositeGXYLayerDecoder.removeGXYLayerDecoder
(ILcdGXYLayerDecoder aGXYLayerDecoder) Removes the givenILcdGXYLayerDecoder
from the list of associatedILcdGXYLayerDecoder
s.ModifierConstructorDescriptionTLcyGXYLayerDecoderHolder
(ALcyFileTypeDescriptor aFileTypeDescriptor, ILcdGXYLayerDecoder aGXYLayerDecoder) Create a new holder object to associate anILcdGXYLayerDecoder
with anALcyFileTypeDescriptor
. -
Uses of ILcdGXYLayerDecoder in com.luciad.lucy.map.asynchronous
Modifier and TypeClassDescriptionclass
Asynchronous layer decoder, wrapping around an existing layer decoder.ModifierConstructorDescriptionTLcyGXYAsynchronousLayerDecoder
(ILcyLucyEnv aLucyEnv, ILcdGXYLayerDecoder aLayerDecoder, ILcdFilter aAsynchronousLayerFilter) Creates a new layer workspace codec. -
Uses of ILcdGXYLayerDecoder in com.luciad.view.gxy
Modifier and TypeClassDescriptionclass
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains featured points (bothILcdPoint
andILcdFeatured
).class
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains featured polygons (bothILcdPolygon
andILcdFeatured
).class
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains featured polylines (bothILcdPolyline
andILcdFeatured
).class
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains multi level rasters (ILcdMultilevelRaster
).class
ILcdGXYLayerDecoder
,ILcdGXYLayerEncoder
andILcdGXYLayerFactory
forILcdGXYLayer
s whoseILcdModel
contains (single level) rasters (ILcdRaster
).
new TLcyCompositeGXYLayerDecoder(aLucyEnv)
instead.