Uses of Interface
com.luciad.model.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.
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 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
Modifier and TypeMethodDescriptionTLcdEarthAssetModelCodec.getModelReferenceDecoder()
Returns the model reference decoder.Modifier and TypeMethodDescriptionvoid
TLcdEarthAssetModelCodec.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets the model reference decoder -
Uses of ILcdModelReferenceDecoder in com.luciad.format.cgm
Modifier and TypeMethodDescriptionTLcdCGMModelDecoder.getModelReferenceDecoder()
Deprecated.Returns the model reference decoder that is used for creating model references for decoded models.Modifier and TypeMethodDescriptionvoid
TLcdCGMModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Deprecated.Sets the model reference decoder that will be used for creating model references for decoded models.ModifierConstructorDescriptionTLcdCGMModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Deprecated.Creates a newTLcdCGMModelDecoder
.TLcdCGMModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference) Deprecated.Creates a newTLcdCGMModelDecoder
. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.csv
Modifier and TypeMethodDescriptionTLcdCSVModelDecoder.getModelReferenceDecoder()
Returns the decoder used to produce model references.Modifier 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
Modifier and TypeMethodDescriptionILcdDGNModelDecoder.getModelReferenceDecoder()
TLcdDGNModelDecoder.getModelReferenceDecoder()
TLcdDGNModelListDecoder.getModelReferenceDecoder()
Modifier 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) ModifierConstructorDescriptionTLcdDGNModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Creates a newTLcdDGNModelDecoder
.TLcdDGNModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference) Creates a newTLcdDGNModelDecoder
. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.dwg
Modifier and TypeMethodDescriptionILcdDWGModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is for creating model references for decoded models.TLcdDWGModelDecoder.getModelReferenceDecoder()
TLcdDWGModelListDecoder.getModelReferenceDecoder()
Modifier 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) ModifierConstructorDescriptionTLcdDWGModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Creates a newTLcdDWGModelDecoder
.TLcdDWGModelDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder, ILcdModelReference aDefaultModelReference) Creates a newTLcdDWGModelDecoder
. -
Uses of ILcdModelReferenceDecoder in com.luciad.format.e57
Modifier and TypeMethodDescriptionTLcdE57ModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is used for files that don't specify model references.Modifier 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
Modifier and TypeMethodDescriptionTLcdECWModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is used for decoded models whose image files don't specify model references.Modifier 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.ModifierConstructorDescriptionTLcdECWModelDecoder
(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.ifc
Modifier and TypeMethodDescriptionTLcdIFCModelDecoder.getModelReferenceDecoder()
Returns the decoder used to produce model references.Modifier 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
Modifier 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.Modifier 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.ModifierConstructorDescriptionTLcdJPEG2000ModelDecoder
(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
Modifier and TypeMethodDescriptionTLcdLASModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is used for files that don't specify model references.Modifier 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
Modifier and TypeMethodDescriptionTLcdMrSIDModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is used for decoded models whose image files don't specify model references.Modifier 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.ModifierConstructorDescriptionTLcdMrSIDModelDecoder
(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
Modifier 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.Modifier 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.ModifierConstructorDescriptionTLcdNITFModelDecoder
(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.object3d.obj
Modifier and TypeMethodDescriptionTLcdOBJModelDecoder.getModelReferenceDecoder()
Returns the current model reference decoder.Modifier 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
Modifier and TypeMethodDescriptionTLcdOpenFlightModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that is used for creating model references for decoded models.Modifier 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
Modifier and TypeMethodDescriptionTLcdPegasusModelDecoder.getModelReferenceDecoder()
Returns the model reference decoder that will be used while decoding.Modifier 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
Modifier 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.Modifier 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.ModifierConstructorDescriptionTLcdBILModelDecoder
(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
Modifier and TypeMethodDescriptionvoid
TLcdRevitModelDecoder.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) -
Uses of ILcdModelReferenceDecoder in com.luciad.format.shp
Modifier and TypeMethodDescriptionTLcdSHPModelDecoder.getModelReferenceDecoder()
Returns the decoder used to produce model references.TLcdSHPModelDecoder2.getModelReferenceDecoder()
Returns the decoder used to produce model references.Modifier 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
Modifier and TypeMethodDescriptionTLcdSVGModelDecoder.getModelReferenceDecoder()
Deprecated.Returns theILcdModelReferenceDecoder
used to decode a model reference based on the path to the file to decode.Modifier 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
Modifier and TypeMethodDescriptionTLcdOSGBModelDecoder.getModelReferenceDecoder()
Returns the decoder used to produce model references.Modifier 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
Modifier and TypeMethodDescriptionabstract ILcdModelReferenceDecoder
ALfnEngineEnvironment.getModelReferenceDecoder()
Gets the model reference decoder.Modifier and TypeMethodDescriptionabstract void
ALfnEngineEnvironment.setModelReferenceDecoder
(ILcdModelReferenceDecoder aModelReferenceDecoder) Sets a model reference decoder. -
Uses of ILcdModelReferenceDecoder in com.luciad.lucy
Modifier and TypeMethodDescriptionILcyLucyEnv.getCompositeModelReferenceDecoder()
Deprecated.ILcyLucyEnv.getModelReferenceDecoder
(int aIndex) Deprecated.Usenew TLcyCompositeModelReferenceDecoder(aLucyEnv).getModelReferenceDecoder(i)
instead.Modifier 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
Modifier and TypeClassDescriptionclass
Composite implementation (see composite design pattern) ofILcdModelReferenceDecoder
.Modifier and TypeMethodDescriptionTLcyCompositeModelReferenceDecoder.getModelReferenceDecoder
(int aIndex) Returns the model reference decoder at the given index.Modifier 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
Modifier 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
Modifier and TypeClassDescriptionfinal class
Composite implementation ofILcdModelReferenceDecoder
.Modifier and TypeMethodDescriptionTLcdCompositeModelReferenceDecoder.getModelReferenceDecoders()
Returns the list of delegate model reference decoders contained in this composite.ModifierConstructorDescriptionTLcdCompositeModelReferenceDecoder
(ILcdModelReferenceDecoder... aModelReferenceDecoders) Creates a new composite model reference decoder containing the supplied delegatesModifierConstructorDescriptionTLcdCompositeModelReferenceDecoder
(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
Modifier 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
Modifier 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.