Uses of Interface
com.luciad.view.gxy.ILcdGXYLayerDecoder
Packages that use 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
Methods in com.luciad.lucy that return ILcdGXYLayerDecoderModifier and TypeMethodDescriptionILcyLucyEnv.getCompositeGXYLayerDecoder()Deprecated.ILcyLucyEnv.getGXYLayerDecoder(int aIndex) Deprecated.Usenew TLcyCompositeGXYLayerDecoder(aLucyEnv).getGXYLayerDecoder(aIndex)instead.Methods in com.luciad.lucy with parameters of type ILcdGXYLayerDecoderModifier and TypeMethodDescriptionvoidILcyLucyEnv.addGXYLayerDecoder(ILcdGXYLayerDecoder aGXYLayerDecoder, ALcyFileTypeDescriptor aFileTypeDescriptor) Deprecated.Usenew TLcyCompositeGXYLayerDecoder(aLucyEnv).addGXYLayerDecoder(aGXYLayerDecoder, aFileTypeDescriptor)instead.voidILcyLucyEnv.removeGXYLayerDecoder(ILcdGXYLayerDecoder aGXYLayerDecoder) Deprecated.Usenew TLcyCompositeGXYLayerDecoder(aLucyEnv).removeGXYLayerDecoder(aGXYLayerDecoder)instead. -
Uses of ILcdGXYLayerDecoder in com.luciad.lucy.format
Methods in com.luciad.lucy.format that return ILcdGXYLayerDecoderModifier and TypeMethodDescriptionprotected ILcdGXYLayerDecoder[]ALcyFormat.createGXYLayerDecoders()Creates theILcdGXYLayerDecoderdecoders 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 theILcdGXYLayerDecoderdecoders created by this format. -
Uses of ILcdGXYLayerDecoder in com.luciad.lucy.map
Classes in com.luciad.lucy.map that implement ILcdGXYLayerDecoderModifier and TypeClassDescriptionclassComposite implementation (see composite design pattern) ofILcdGXYLayerDecoder.Methods in com.luciad.lucy.map that return ILcdGXYLayerDecoderModifier and TypeMethodDescriptionTLcyCompositeGXYLayerDecoder.getGXYLayerDecoder(int aIndex) Returns theILcdGXYLayerDecoderat the given index.Methods in com.luciad.lucy.map with parameters of type ILcdGXYLayerDecoderModifier and TypeMethodDescriptionvoidTLcyCompositeGXYLayerDecoder.addGXYLayerDecoder(ILcdGXYLayerDecoder aGXYLayerDecoder, ALcyFileTypeDescriptor aFileTypeDescriptor) Adds the givenILcdGXYLayerDecoderto the list of associatedILcdGXYLayerDecoders.voidTLcyCompositeGXYLayerDecoder.removeGXYLayerDecoder(ILcdGXYLayerDecoder aGXYLayerDecoder) Removes the givenILcdGXYLayerDecoderfrom the list of associatedILcdGXYLayerDecoders.Constructors in com.luciad.lucy.map with parameters of type ILcdGXYLayerDecoderModifierConstructorDescriptionTLcyGXYLayerDecoderHolder(ALcyFileTypeDescriptor aFileTypeDescriptor, ILcdGXYLayerDecoder aGXYLayerDecoder) Create a new holder object to associate anILcdGXYLayerDecoderwith anALcyFileTypeDescriptor. -
Uses of ILcdGXYLayerDecoder in com.luciad.lucy.map.asynchronous
Classes in com.luciad.lucy.map.asynchronous that implement ILcdGXYLayerDecoderModifier and TypeClassDescriptionclassAsynchronous layer decoder, wrapping around an existing layer decoder.Constructors in com.luciad.lucy.map.asynchronous with parameters of type ILcdGXYLayerDecoderModifierConstructorDescriptionTLcyGXYAsynchronousLayerDecoder(ILcyLucyEnv aLucyEnv, ILcdGXYLayerDecoder aLayerDecoder, ILcdFilter aAsynchronousLayerFilter) Creates a new layer workspace codec. -
Uses of ILcdGXYLayerDecoder in com.luciad.view.gxy
Classes in com.luciad.view.gxy that implement ILcdGXYLayerDecoderModifier 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 TLcyCompositeGXYLayerDecoder(aLucyEnv)instead.