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 TypeClassDescriptionclass
This model decoder decodes vector data in AutoCAD's drawing format.class
ThisILcdModelDecoder
decodes 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.