Uses of Interface
com.luciad.view.gxy.ILcdGXYLayerEncoder
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 ILcdGXYLayerEncoder in com.luciad.lucy
Modifier and TypeMethodDescriptionILcyLucyEnv.getCompositeGXYLayerEncoder()
Deprecated.ILcyLucyEnv.getGXYLayerEncoder
(int aIndex) Deprecated.Usenew TLcyCompositeGXYLayerEncoder(aLucyEnv).getGXYLayerEncoder(aIndex)
instead.Modifier and TypeMethodDescriptionvoid
ILcyLucyEnv.addGXYLayerEncoder
(ILcdGXYLayerEncoder aGXYLayerEncoder, ALcyFileTypeDescriptor aFileTypeDescriptor) Deprecated.Usenew TLcyCompositeGXYLayerEncoder(aLucyEnv).addGXYLayerEncoder(aGXYLayerEncoder, aFileTypeDescriptor)
instead.void
ILcyLucyEnv.removeGXYLayerEncoder
(ILcdGXYLayerEncoder aGXYLayerEncoder) Deprecated.Usenew TLcyCompositeGXYLayerEncoder(aLucyEnv).removeGXYLayerEncoder(aGXYLayerEncoder, aFileTypeDescriptor)
instead. -
Uses of ILcdGXYLayerEncoder in com.luciad.lucy.format
Modifier and TypeMethodDescriptionprotected ILcdGXYLayerEncoder[]
ALcyFormat.createGXYLayerEncoders()
Creates theILcdGXYLayerEncoder
encoders for the layers created by the layer factories of this format.protected ILcdGXYLayerEncoder[]
ALcyFormatWrapper.createGXYLayerEncoders()
TLcyAsynchronousFormatWrapper.createGXYLayerEncoders()
protected ILcdGXYLayerEncoder[]
TLcySafeGuardFormatWrapper.createGXYLayerEncoders()
final ILcdGXYLayerEncoder[]
ALcyFormat.getGXYLayerEncoders()
Returns theILcdGXYLayerEncoder
encoders that can encode the layers created by the layer factories of this format. -
Uses of ILcdGXYLayerEncoder in com.luciad.lucy.map
Modifier and TypeClassDescriptionclass
Composite implementation (see composite design pattern) ofILcdGXYLayerEncoder
.Modifier and TypeMethodDescriptionTLcyCompositeGXYLayerEncoder.getGXYLayerEncoder
(int aIndex) Returns theILcdGXYLayerEncoder
at the given index.Modifier and TypeMethodDescriptionvoid
TLcyCompositeGXYLayerEncoder.addGXYLayerEncoder
(ILcdGXYLayerEncoder aGXYLayerEncoder, ALcyFileTypeDescriptor aFileTypeDescriptor) Adds the givenILcdGXYLayerEncoder
to the list of associatedILcdGXYLayerEncoder
s.void
TLcyCompositeGXYLayerEncoder.removeGXYLayerEncoder
(ILcdGXYLayerEncoder aGXYLayerEncoder) Removes the givenILcdGXYLayerEncoder
from the list of associatedILcdGXYLayerEncoder
s.ModifierConstructorDescriptionTLcyGXYLayerEncoderHolder
(ALcyFileTypeDescriptor aFileTypeDescriptor, ILcdGXYLayerEncoder aGXYLayerEncoder) Create a new holder object to associate anILcdGXYLayerEncoder
with anALcyFileTypeDescriptor
. -
Uses of ILcdGXYLayerEncoder in com.luciad.lucy.map.asynchronous
Modifier and TypeClassDescriptionclass
Asynchronous layer encoder, wrapping around an existing layer encoder.ModifierConstructorDescriptionTLcyGXYAsynchronousLayerEncoder
(ILcyLucyEnv aLucyEnv, ILcdGXYLayerEncoder aLayerEncoder) Creates a new layer workspace codec. -
Uses of ILcdGXYLayerEncoder 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 TLcyCompositeGXYLayerEncoder(aLucyEnv)
instead.