Uses of Class
com.luciad.format.vpf.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
Modifier 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.Modifier and TypeMethodDescriptionTLcdVPFModelDecoder.getModelType()
Returns the model type that is used for decoding data.Modifier and TypeMethodDescriptionvoid
TLcdVPFModelDecoder.setModelType
(TLcdVPFModelDecoder.ModelType aModelType) Sets the model types to be created when decoding data.