Uses of Enum Class
com.luciad.format.vpf.TLcdVPFModelDecoder.ModelElementMode
Packages that use TLcdVPFModelDecoder.ModelElementMode
Package
Description
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
-
Uses of TLcdVPFModelDecoder.ModelElementMode in com.luciad.format.vpf
Methods in com.luciad.format.vpf that return TLcdVPFModelDecoder.ModelElementModeModifier and TypeMethodDescriptionTLcdVPFModelDecoder.getModelElementMode()Returns the model element mode used by this model decoder.Returns the enum constant of this class with the specified name.static TLcdVPFModelDecoder.ModelElementMode[]TLcdVPFModelDecoder.ModelElementMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.format.vpf with parameters of type TLcdVPFModelDecoder.ModelElementModeModifier and TypeMethodDescriptionvoidTLcdVPFModelDecoder.setModelElementMode(TLcdVPFModelDecoder.ModelElementMode aElementMode) Sets the model element mode to be used by this model decoder.