Uses of Interface
com.luciad.model.ILcdModelReferenceDecoder
Packages that use ILcdModelReferenceDecoder
Package
Description
Provides encoding and decoding support for models that contain
ILcdEarthAsset
objects.Handles the cgm format.
This package contains a model decoder capable of decoding data in character-separated files.
Handles the dgn format.
Handles the dwg format.
This package contains a model decoder for decoding point cloud data from E57 (
.e57
) files.Provides support for decoding ECW files.
Provides support for decoding raster formats for which Luciad doesn't have a proper decoder using GDAL.
This package contains the classes that are needed to work with the IFC format.
Provides support for decoding and encoding JPEG2000 files and decoding JPIP files.
This package contains a model decoder for LASer (
.las
) and LASzip (.laz
) files.Provides support for decoding MrSid files.
Provides support for decoding NITF files.
This package contains a model decoder capable of decoding files of the Navisworks format.
This package provides decoders for the WaveFront OBJ file format.
Provides decoders for the OpenFlight file format.
This package contains a model decoder for decoding data in Pegasus files (
External orientation.csv
).Provides representations, decoders, and encoders for rasters.
This package contains the classes that are needed to work with the Revit format.
Handles the shp format.
Handles the svg format.
Provides support for decoding OpenSceneGraph binary files (*.OSGB).
This package provides the LuciadFusion engine.
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 classes to deal with the models ( that store the actual data ) behind a map.
Provides a builder for optimizing, simplifying,
multi-leveling and slicing 3D mesh data.
Model interfaces
Everything related to model references and view references.
Construction and formatting of coordinate reference systems.
-
Uses of ILcdModelReferenceDecoder in com.luciad.earth.metadata.format
Methods in com.luciad.earth.metadata.format that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdEarthAssetModelCodec.getModelReferenceDecoder()
Returns the model reference decoder.Methods in com.luciad.earth.metadata.format with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdEarthAssetModelCodec.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the model reference decoder -
Uses of ILcdModelReferenceDecoder in com.luciad.format.cgm
Methods in com.luciad.format.cgm that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdCGMModelDecoder.getModelReferenceDecoder()
Deprecated.Returns the model reference decoder that is used for creating model references for decoded models.Methods in com.luciad.format.cgm with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdCGMModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Deprecated.Sets the model reference decoder that will be used for creating model references for decoded models.Constructors in com.luciad.format.cgm with parameters of type ILcdModelReferenceDecoderModifierConstructorDescriptionTLcdCGMModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Deprecated.Creates a newTLcdCGMModelDecoder
.TLcdCGMModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference) Deprecated.Creates a newTLcdCGMModelDecoder
. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.csv
Methods in com.luciad.format.csv that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdCSVModelDecoder.getModelReferenceDecoder()
Returns the decoder used to produce model references.Methods in com.luciad.format.csv with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdCSVModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the decoder to use to produce model references for models created with this decoder. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.dgn
Methods in com.luciad.format.dgn that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionILcdDGNModelDecoder.getModelReferenceDecoder()
TLcdDGNModelDecoder.getModelReferenceDecoder()
TLcdDGNModelListDecoder.getModelReferenceDecoder()
Methods in com.luciad.format.dgn with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
ILcdDGNModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the model reference decoder that will be used for creating model references for decoded models.void
TLcdDGNModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) void
TLcdDGNModelListDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Constructors in com.luciad.format.dgn with parameters of type ILcdModelReferenceDecoderModifierConstructorDescriptionTLcdDGNModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Creates a newTLcdDGNModelDecoder
.TLcdDGNModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference) Creates a newTLcdDGNModelDecoder
. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.dwg
Methods in com.luciad.format.dwg that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionILcdDWGModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is for creating model references for decoded models.TLcdDWGModelDecoder.getModelReferenceDecoder()
TLcdDWGModelListDecoder.getModelReferenceDecoder()
Methods in com.luciad.format.dwg with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
ILcdDWGModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the model reference decoder that will be used for creating model references for decoded models.void
TLcdDWGModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) void
TLcdDWGModelListDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Constructors in com.luciad.format.dwg with parameters of type ILcdModelReferenceDecoderModifierConstructorDescriptionTLcdDWGModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Creates a newTLcdDWGModelDecoder
.TLcdDWGModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference) Creates a newTLcdDWGModelDecoder
. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.e57
Methods in com.luciad.format.e57 that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdE57ModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is used for files that don't specify model references.Methods in com.luciad.format.e57 with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdE57ModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the model reference decoder that will be used for files that don't specify model references. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.ecw
Methods in com.luciad.format.ecw that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdECWModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is used for decoded models whose image files don't specify model references.Methods in com.luciad.format.ecw with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdECWModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the model reference decoder that will be used for decoded models whose image files don't specify model references.Constructors in com.luciad.format.ecw with parameters of type ILcdModelReferenceDecoderModifierConstructorDescriptionTLcdECWModelDecoder
(ILcdBuffer aBuffer, ILcdModelReferenceDecoder aModelReferenceDecoder) Creates a new TLcdECWModelDecoder with the given buffer and model reference decoder.TLcdECWModelDecoder
(ILcdBuffer aBuffer, ILcdModelReferenceDecoder aModelReferenceDecoder, int aDefaultValue) Creates a new TLcdECWModelDecoder with the given buffer, model reference decoder, and default value.TLcdECWModelDecoder
(ILcdBuffer aBuffer, ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference, int aDefaultValue) Creates a new TLcdECWModelDecoder with the given properties. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.gdal
Methods in com.luciad.format.gdal that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdGDALModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is used for creating model references for decoded models.Methods in com.luciad.format.gdal with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdGDALModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the model reference decoder that will be used for creating model references for decoded models. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.ifc
Methods in com.luciad.format.ifc that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdIFCModelDecoder.getModelReferenceDecoder()
Returns the decoder used to produce model references.Methods in com.luciad.format.ifc with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdIFCModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the decoder to use to produce model references for models created with this decoder. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.jpeg2000
Methods in com.luciad.format.jpeg2000 that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdJPEG2000ModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is used for decoded models whose image files don't specify model references.TLcdJPIPModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is used for decoded models whose images don't specify model references.Methods in com.luciad.format.jpeg2000 with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdJPEG2000ModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the model reference decoder that will be used for decoded models whose image files don't specify model references.void
TLcdJPIPModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the model reference decoder that will be used for decoded models whose images don't specify model references.Constructors in com.luciad.format.jpeg2000 with parameters of type ILcdModelReferenceDecoderModifierConstructorDescriptionTLcdJPEG2000ModelDecoder
(ILcdBuffer aBuffer, ILcdModelReferenceDecoder aModelReferenceDecoder) Creates a new TLcdJPEG2000ModelDecoder with the given buffer and model reference decoder.TLcdJPEG2000ModelDecoder
(ILcdBuffer aBuffer, ILcdModelReferenceDecoder aModelReferenceDecoder, int aDefaultValue) Creates a new TLcdJPEG2000ModelDecoder with the given buffer, model reference decoder, and default value.TLcdJPEG2000ModelDecoder
(ILcdBuffer aBuffer, ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference, int aDefaultValue) Creates a new TLcdJPEG2000ModelDecoder with the given properties. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.las
Methods in com.luciad.format.las that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdLASModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is used for files that don't specify model references.Methods in com.luciad.format.las with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdLASModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the model reference decoder that will be used for files that don't specify model references. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.mrsid
Methods in com.luciad.format.mrsid that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdMrSIDModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is used for decoded models whose image files don't specify model references.Methods in com.luciad.format.mrsid with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdMrSIDModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the model reference decoder that will be used for decoded models whose image files don't specify model references.Constructors in com.luciad.format.mrsid with parameters of type ILcdModelReferenceDecoderModifierConstructorDescriptionTLcdMrSIDModelDecoder
(ILcdBuffer aBuffer, ILcdModelReferenceDecoder aModelReferenceDecoder) Creates a new TLcdMrSIDModelDecoder with the given buffer and model reference decoder.TLcdMrSIDModelDecoder
(ILcdBuffer aBuffer, ILcdModelReferenceDecoder aModelReferenceDecoder, int aDefaultValue) Creates a new TLcdMrSIDModelDecoder with the given buffer, model reference decoder, and default value.TLcdMrSIDModelDecoder
(ILcdBuffer aBuffer, ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference, int aDefaultValue) Creates a new TLcdMrSIDModelDecoder with the given properties. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.nitf
Methods in com.luciad.format.nitf that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdNITFModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is used for creating model references for decoded models, in case an input NITF file doesn't provide one.Methods in com.luciad.format.nitf with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdNITFModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the model reference decoder that will be used for creating model references for decoded models, in case an input NITF file doesn't provide one.Constructors in com.luciad.format.nitf with parameters of type ILcdModelReferenceDecoderModifierConstructorDescriptionTLcdNITFModelDecoder
(ILcdBuffer aBuffer, ILcdModelReferenceDecoder aModelReferenceDecoder) Creates a newTLcdNITFModelDecoder
.TLcdNITFModelDecoder
(ILcdBuffer aBuffer, ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference, ILcdBounds aDefaultBounds) Creates a newTLcdNITFModelDecoder
. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.nwd
Methods in com.luciad.format.nwd that return ILcdModelReferenceDecoderMethods in com.luciad.format.nwd with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdNWDModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) -
Uses of ILcdModelReferenceDecoder in com.luciad.format.object3d.obj
Methods in com.luciad.format.object3d.obj that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdOBJModelDecoder.getModelReferenceDecoder()
Returns the current model reference decoder.Methods in com.luciad.format.object3d.obj with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdOBJModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the decoder used to create model references for decoded OBJ files. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.object3d.openflight
Methods in com.luciad.format.object3d.openflight that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdOpenFlightModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is used for creating model references for decoded models.Methods in com.luciad.format.object3d.openflight with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdOpenFlightModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the model reference decoder to be used when decoding an OpenFlight model. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.pegasus
Methods in com.luciad.format.pegasus that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdPegasusModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that will be used while decoding.Methods in com.luciad.format.pegasus with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdPegasusModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the model reference decoder that will be used for files that don't specify model references. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.raster
Methods in com.luciad.format.raster that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdArcInfoASCIIGridModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is used for creating model references for decoded models.TLcdBILModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is used for creating model references for decoded models.TLcdGeoTIFFModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is used for image files that don't specify model references.TLcdTFWRasterModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is used for creating model references for decoded models.Methods in com.luciad.format.raster with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdArcInfoASCIIGridModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the model reference decoder that will be used for creating model references for decoded models.void
TLcdBILModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the model reference decoder that will be used for creating model references for decoded models.void
TLcdGeoTIFFModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the model reference decoder that will be used for image files that don't specify model references.void
TLcdTFWRasterModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the model reference decoder that will be used for creating model references for decoded models.Constructors in com.luciad.format.raster with parameters of type ILcdModelReferenceDecoderModifierConstructorDescriptionTLcdBILModelDecoder
(ILcdBuffer aBuffer, ILcdModelReferenceDecoder aModelReferenceDecoder) Creates a newTLcdBILModelDecoder
.TLcdGeoTIFFModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Creates a new TLcdGeoTIFFModelDecoder with a model reference decoder.TLcdGeoTIFFModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder, int aDefaultValue) Creates a new TLcdGeoTIFFModelDecoder with a model reference decoder and a default value.TLcdGeoTIFFModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference, int aDefaultValue) Creates a new TLcdGeoTIFFModelDecoder with a model reference decoder, a default model reference, and a default value.TLcdTFWRasterModelDecoder
(int aLevelCount, double aLevelScaleFactor, ILcdModelReferenceDecoder aModelReferenceDecoder) Creates a new TLcdTABRasterModelDecoder that creates multi-level raster models by default, with model references decoded by the given model reference decoder. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.revit
Methods in com.luciad.format.revit that return ILcdModelReferenceDecoderMethods in com.luciad.format.revit with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdRevitModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) -
Uses of ILcdModelReferenceDecoder in com.luciad.format.shp
Methods in com.luciad.format.shp that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdSHPModelDecoder.getModelReferenceDecoder()
Returns the decoder used to produce model references.TLcdSHPModelDecoder2.getModelReferenceDecoder()
Returns the decoder used to produce model references.Methods in com.luciad.format.shp with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdSHPModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the decoder to use to produce model references for models created with this decoder.void
TLcdSHPModelDecoder2.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the decoder to use to produce model references for models created with this decoder. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.svg
Methods in com.luciad.format.svg that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdSVGModelDecoder.getModelReferenceDecoder()
Deprecated.Returns theILcdModelReferenceDecoder
used to decode a model reference based on the path to the file to decode.Methods in com.luciad.format.svg with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdSVGModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Deprecated.Set theILcdModelReferenceDecoder
used to decode a model reference based on the path to the file to decode. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.tiled3d.osgb
Methods in com.luciad.format.tiled3d.osgb that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdOSGBModelDecoder.getModelReferenceDecoder()
Returns the decoder used to produce model references.Methods in com.luciad.format.tiled3d.osgb with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcdOSGBModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the decoder to use to produce model references for models created with this decoder. -
Uses of ILcdModelReferenceDecoder in com.luciad.fusion.engine
Methods in com.luciad.fusion.engine that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionabstract ILcdModelReferenceDecoder
ALfnEngineEnvironment.getModelReferenceDecoder()
Gets the model reference decoder.Methods in com.luciad.fusion.engine with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionabstract void
ALfnEngineEnvironment.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets a model reference decoder. -
Uses of ILcdModelReferenceDecoder in com.luciad.lucy
Methods in com.luciad.lucy that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionILcyLucyEnv.getCompositeModelReferenceDecoder()
Deprecated.ILcyLucyEnv.getModelReferenceDecoder
(int aIndex) Deprecated.Usenew TLcyCompositeModelReferenceDecoder(aLucyEnv).getModelReferenceDecoder(i)
instead.Methods in com.luciad.lucy with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
ILcyLucyEnv.addModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Deprecated.Usenew TLcyCompositeModelReferenceDecoder(aLucyEnv).addModelReferenceDecoder(aModelReferenceDecoder)
instead.void
ILcyLucyEnv.removeModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Deprecated.Usenew TLcyCompositeModelReferenceDecoder(aLucyEnv).removeModelReferenceDecoder(aModelReferenceDecoder)
instead. -
Uses of ILcdModelReferenceDecoder in com.luciad.lucy.model
Classes in com.luciad.lucy.model that implement ILcdModelReferenceDecoderModifier and TypeClassDescriptionclass
Composite implementation (see composite design pattern) ofILcdModelReferenceDecoder
.Methods in com.luciad.lucy.model that return ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcyCompositeModelReferenceDecoder.getModelReferenceDecoder
(int aIndex) Returns the model reference decoder at the given index.Methods in com.luciad.lucy.model with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionvoid
TLcyCompositeModelReferenceDecoder.addModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Adds the given model reference decoder to the list of model reference decoders.void
TLcyCompositeModelReferenceDecoder.removeModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Removes the given model reference decoder from the list. -
Uses of ILcdModelReferenceDecoder in com.luciad.meshup
Methods in com.luciad.meshup with parameters of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcd3DTilesProcessorBuilder.modelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Set a model reference decoder that returns a reference for a given filepath. -
Uses of ILcdModelReferenceDecoder in com.luciad.model
Classes in com.luciad.model that implement ILcdModelReferenceDecoderModifier and TypeClassDescriptionfinal class
Composite implementation ofILcdModelReferenceDecoder
.Methods in com.luciad.model that return types with arguments of type ILcdModelReferenceDecoderModifier and TypeMethodDescriptionTLcdCompositeModelReferenceDecoder.getModelReferenceDecoders()
Returns the list of delegate model reference decoders contained in this composite.Constructors in com.luciad.model with parameters of type ILcdModelReferenceDecoderModifierConstructorDescriptionTLcdCompositeModelReferenceDecoder
(ILcdModelReferenceDecoder... aModelReferenceDecoders) Creates a new composite model reference decoder containing the supplied delegatesConstructor parameters in com.luciad.model with type arguments of type ILcdModelReferenceDecoderModifierConstructorDescriptionTLcdCompositeModelReferenceDecoder
(Iterable<? extends ILcdModelReferenceDecoder> aModelReferenceDecoders) Creates a new composite model reference decoder that lazily uses the givenIterable
to delegate to. -
Uses of ILcdModelReferenceDecoder in com.luciad.reference
Classes in com.luciad.reference that implement ILcdModelReferenceDecoderModifier and TypeClassDescriptionclass
ThisILcdModelReferenceDecoder
decodes model references based on .ref property files corresponding to the given source files.class
This model reference decoder constructs model references based on the rational polynomial coefficients read from RPC files, as distributed by GeoEye. -
Uses of ILcdModelReferenceDecoder in com.luciad.reference.format
Classes in com.luciad.reference.format that implement ILcdModelReferenceDecoderModifier and TypeClassDescriptionclass
ThisILcdModelReferenceDecoder
decodes model references based on .epsg files corresponding to the given source files.class
This decoder attempts to create aILcdModelReference
from a file in the directory of the given data source fileaSource
.
new TLcyCompositeModelReferenceDecoder(aLucyEnv)
instead.