Uses of Class
com.luciad.format.vpf.TLcdVPFModelDecoder.ModelType
Packages that use TLcdVPFModelDecoder.ModelType
Package
Description
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
-
Uses of TLcdVPFModelDecoder.ModelType in com.luciad.format.vpf
Fields in com.luciad.format.vpf declared as TLcdVPFModelDecoder.ModelTypeModifier and TypeFieldDescriptionstatic final TLcdVPFModelDecoder.ModelType
TLcdVPFModelDecoder.ModelType.HYBRID_MODEL
This model also is a lazy-loaded model, closing the gap between the in-memory and the on-the-fly model.static final TLcdVPFModelDecoder.ModelType
TLcdVPFModelDecoder.ModelType.IN_MEMORY_MODEL
This model is a conventional LuciadLightspeed model, loaded fully into memory at once when the model is created.static final TLcdVPFModelDecoder.ModelType
TLcdVPFModelDecoder.ModelType.ON_THE_FLY_MODEL
This model is a lazy-loaded model; its features are only loaded into memory when they are first needed.Methods in com.luciad.format.vpf that return TLcdVPFModelDecoder.ModelTypeModifier and TypeMethodDescriptionTLcdVPFModelDecoder.getModelType()
Returns the model type that is used for decoding data.Methods in com.luciad.format.vpf with parameters of type TLcdVPFModelDecoder.ModelTypeModifier and TypeMethodDescriptionvoid
TLcdVPFModelDecoder.setModelType
(TLcdVPFModelDecoder.ModelType aModelType) Sets the model types to be created when decoding data.