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 TypeMethodDescriptionvoidILcyLucyEnv.addGXYLayerEncoder(ILcdGXYLayerEncoder aGXYLayerEncoder, ALcyFileTypeDescriptor aFileTypeDescriptor) Deprecated.Usenew TLcyCompositeGXYLayerEncoder(aLucyEnv).addGXYLayerEncoder(aGXYLayerEncoder, aFileTypeDescriptor)instead.voidILcyLucyEnv.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 theILcdGXYLayerEncoderencoders 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 theILcdGXYLayerEncoderencoders 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 TypeClassDescriptionclassComposite implementation (see composite design pattern) ofILcdGXYLayerEncoder.Methods in com.luciad.lucy.map that return ILcdGXYLayerEncoderModifier and TypeMethodDescriptionTLcyCompositeGXYLayerEncoder.getGXYLayerEncoder(int aIndex) Returns theILcdGXYLayerEncoderat the given index.Methods in com.luciad.lucy.map with parameters of type ILcdGXYLayerEncoderModifier and TypeMethodDescriptionvoidTLcyCompositeGXYLayerEncoder.addGXYLayerEncoder(ILcdGXYLayerEncoder aGXYLayerEncoder, ALcyFileTypeDescriptor aFileTypeDescriptor) Adds the givenILcdGXYLayerEncoderto the list of associatedILcdGXYLayerEncoders.voidTLcyCompositeGXYLayerEncoder.removeGXYLayerEncoder(ILcdGXYLayerEncoder aGXYLayerEncoder) Removes the givenILcdGXYLayerEncoderfrom the list of associatedILcdGXYLayerEncoders.Constructors in com.luciad.lucy.map with parameters of type ILcdGXYLayerEncoderModifierConstructorDescriptionTLcyGXYLayerEncoderHolder(ALcyFileTypeDescriptor aFileTypeDescriptor, ILcdGXYLayerEncoder aGXYLayerEncoder) Create a new holder object to associate anILcdGXYLayerEncoderwith anALcyFileTypeDescriptor. -
Uses of ILcdGXYLayerEncoder in com.luciad.lucy.map.asynchronous
Classes in com.luciad.lucy.map.asynchronous that implement ILcdGXYLayerEncoderModifier and TypeClassDescriptionclassAsynchronous 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 TypeClassDescriptionclassILcdGXYLayerDecoder,ILcdGXYLayerEncoderandILcdGXYLayerFactoryforILcdGXYLayers whoseILcdModelcontains featured points (bothILcdPointandILcdFeatured).classILcdGXYLayerDecoder,ILcdGXYLayerEncoderandILcdGXYLayerFactoryforILcdGXYLayers whoseILcdModelcontains featured polygons (bothILcdPolygonandILcdFeatured).classILcdGXYLayerDecoder,ILcdGXYLayerEncoderandILcdGXYLayerFactoryforILcdGXYLayers whoseILcdModelcontains featured polylines (bothILcdPolylineandILcdFeatured).classILcdGXYLayerDecoder,ILcdGXYLayerEncoderandILcdGXYLayerFactoryforILcdGXYLayers whoseILcdModelcontains multi level rasters (ILcdMultilevelRaster).classILcdGXYLayerDecoder,ILcdGXYLayerEncoderandILcdGXYLayerFactoryforILcdGXYLayers whoseILcdModelcontains (single level) rasters (ILcdRaster).
new TLcyCompositeGXYLayerEncoder(aLucyEnv)instead.