Uses of Interface
com.luciad.model.ILcdModelReferenceEncoder
Packages that use ILcdModelReferenceEncoder
Package
Description
Provides encoding and decoding support for models that contain
ILcdEarthAsset objects.Provides representations, decoders, and encoders for rasters.
Handles the shp format.
Handles the svg format.
Model interfaces
Everything related to model references and view references.
Construction and formatting of coordinate reference systems.
-
Uses of ILcdModelReferenceEncoder in com.luciad.earth.metadata.format
Methods in com.luciad.earth.metadata.format that return ILcdModelReferenceEncoderModifier and TypeMethodDescriptionTLcdEarthAssetModelCodec.getModelReferenceEncoder()Returns the model reference encoder.Methods in com.luciad.earth.metadata.format with parameters of type ILcdModelReferenceEncoderModifier and TypeMethodDescriptionvoidTLcdEarthAssetModelCodec.setModelReferenceEncoder(ILcdModelReferenceEncoder aModelReferenceEncoder) Sets the model reference encoder -
Uses of ILcdModelReferenceEncoder in com.luciad.format.raster
Methods in com.luciad.format.raster that return ILcdModelReferenceEncoderModifier and TypeMethodDescriptionTLcdGeoTIFFModelEncoder.getModelReferenceEncoder()Returns the model reference encoder, if any.Methods in com.luciad.format.raster with parameters of type ILcdModelReferenceEncoderModifier and TypeMethodDescriptionvoidTLcdGeoTIFFModelEncoder.setModelReferenceEncoder(ILcdModelReferenceEncoder aModelReferenceEncoder) Sets a custom model reference encoder. -
Uses of ILcdModelReferenceEncoder in com.luciad.format.shp
Methods in com.luciad.format.shp that return ILcdModelReferenceEncoderModifier and TypeMethodDescriptionTLcdSHPModelEncoder.getModelReferenceEncoder()Returns theILcdModelReferenceEncoderused by thisTLcdSHPModelEncoder.Methods in com.luciad.format.shp with parameters of type ILcdModelReferenceEncoderModifier and TypeMethodDescriptionvoidTLcdSHPModelEncoder.setModelReferenceEncoder(ILcdModelReferenceEncoder aModelReferenceEncoder) Sets theILcdModelReferenceEncoderto be used by thisTLcdSHPModelEncoder. -
Uses of ILcdModelReferenceEncoder in com.luciad.format.svg
Methods in com.luciad.format.svg that return ILcdModelReferenceEncoderModifier and TypeMethodDescriptionTLcdSVGModelEncoder.getModelReferenceEncoder()Returns theILcdModelReferenceEncoderused to save the model reference.Methods in com.luciad.format.svg with parameters of type ILcdModelReferenceEncoderModifier and TypeMethodDescriptionvoidTLcdSVGModelEncoder.setModelReferenceEncoder(ILcdModelReferenceEncoder aModelReferenceEncoder) Sets theILcdModelReferenceEncoderto use to encode the model reference. -
Uses of ILcdModelReferenceEncoder in com.luciad.model
Classes in com.luciad.model that implement ILcdModelReferenceEncoderModifier and TypeClassDescriptionfinal classComposite implementation ofILcdModelReferenceEncoder.Methods in com.luciad.model that return types with arguments of type ILcdModelReferenceEncoderModifier and TypeMethodDescriptionTLcdCompositeModelReferenceEncoder.getModelReferenceEncoders()Returns the list of delegate model reference encoders contained in this composite.Constructors in com.luciad.model with parameters of type ILcdModelReferenceEncoderModifierConstructorDescriptionTLcdCompositeModelReferenceEncoder(ILcdModelReferenceEncoder... aModelReferenceEncoders) Creates a new composite model reference encoder containing the supplied delegatesConstructor parameters in com.luciad.model with type arguments of type ILcdModelReferenceEncoderModifierConstructorDescriptionTLcdCompositeModelReferenceEncoder(Iterable<? extends ILcdModelReferenceEncoder> aModelReferenceEncoders) Creates a new composite model reference encoder that lazily uses the givenIterableto delegate to. -
Uses of ILcdModelReferenceEncoder in com.luciad.reference
Classes in com.luciad.reference that implement ILcdModelReferenceEncoderModifier and TypeClassDescriptionclassThisILcdModelReferenceEncoderencodes model references in .ref files corresponding to the given destination files. -
Uses of ILcdModelReferenceEncoder in com.luciad.reference.format
Classes in com.luciad.reference.format that implement ILcdModelReferenceEncoderModifier and TypeClassDescriptionclassThisILcdModelReferenceEncoderencodes model references in .epsg files corresponding to the given destination files.classThisILcdModelReferenceEncoderencodes model references in .prj files corresponding to the given destination files.