Uses of Interface
com.luciad.format.dwg.ILcdDWGModelDecoder
Packages that use ILcdDWGModelDecoder
-
Uses of ILcdDWGModelDecoder in com.luciad.format.dwg
Classes in com.luciad.format.dwg that implement ILcdDWGModelDecoderModifier and TypeClassDescriptionclassThis model decoder decodes vector data in AutoCAD's drawing format.classThisILcdModelDecoderdecodes data in AutoCAD's drawing format.Constructors in com.luciad.format.dwg with parameters of type ILcdDWGModelDecoderModifierConstructorDescriptionTLcdDWGModelListDecoder(ILcdDWGModelDecoder aDWGModelDecoder) Creates a new TLcdDWGModelListDecoder that delegates the actual decoding to a given instance of ILcdDWGModelDecoder.