Uses of Interface
com.luciad.view.gxy.ILcdGXYLayerEncoder
Packages that use 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
Methods in com.luciad.lucy that return ILcdGXYLayerEncoderModifier and TypeMethodDescriptionILcyLucyEnv.getCompositeGXYLayerEncoder()
Deprecated.ILcyLucyEnv.getGXYLayerEncoder
(int aIndex) Deprecated.Usenew TLcyCompositeGXYLayerEncoder(aLucyEnv).getGXYLayerEncoder(aIndex)
instead.Methods in com.luciad.lucy with parameters of type ILcdGXYLayerEncoderModifier 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
Methods in com.luciad.lucy.format that return ILcdGXYLayerEncoderModifier 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
Classes in com.luciad.lucy.map that implement ILcdGXYLayerEncoderModifier and TypeClassDescriptionclass
Composite implementation (see composite design pattern) ofILcdGXYLayerEncoder
.Methods in com.luciad.lucy.map that return ILcdGXYLayerEncoderModifier and TypeMethodDescriptionTLcyCompositeGXYLayerEncoder.getGXYLayerEncoder
(int aIndex) Returns theILcdGXYLayerEncoder
at the given index.Methods in com.luciad.lucy.map with parameters of type ILcdGXYLayerEncoderModifier 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.Constructors in com.luciad.lucy.map with parameters of type ILcdGXYLayerEncoderModifierConstructorDescriptionTLcyGXYLayerEncoderHolder
(ALcyFileTypeDescriptor aFileTypeDescriptor, ILcdGXYLayerEncoder aGXYLayerEncoder) Create a new holder object to associate anILcdGXYLayerEncoder
with anALcyFileTypeDescriptor
. -
Uses of ILcdGXYLayerEncoder in com.luciad.lucy.map.asynchronous
Classes in com.luciad.lucy.map.asynchronous that implement ILcdGXYLayerEncoderModifier and TypeClassDescriptionclass
Asynchronous layer encoder, wrapping around an existing layer encoder.Constructors in com.luciad.lucy.map.asynchronous with parameters of type ILcdGXYLayerEncoderModifierConstructorDescriptionTLcyGXYAsynchronousLayerEncoder
(ILcyLucyEnv aLucyEnv, ILcdGXYLayerEncoder aLayerEncoder) Creates a new layer workspace codec. -
Uses of ILcdGXYLayerEncoder in com.luciad.view.gxy
Classes in com.luciad.view.gxy that implement ILcdGXYLayerEncoderModifier 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.