Uses of Class
com.luciad.shape.TLcdShapeList
Packages that use TLcdShapeList
Package
Description
Handles the dgn format.
Handles the dwg format.
Handles MapInfo formats: the binary map format and the ASCII mif
format.
Everything related to representing three-dimensional shapes.
-
Uses of TLcdShapeList in com.luciad.format.dgn
Subclasses of TLcdShapeList in com.luciad.format.dgnModifier and TypeClassDescriptionclassThis class represents a 3DSurface from a DGN file.classThis class represents a Cell from a DGN file.classThis class represents a ComplexChain from a DGN file.classThis class represents a ComplexShape from a DGN file.classThis class represents a Solid from a DGN file.classThis class represents a TextNode2D from a DGN file. -
Uses of TLcdShapeList in com.luciad.format.dwg
Subclasses of TLcdShapeList in com.luciad.format.dwgModifier and TypeClassDescriptionclassThis class represents a Block from a DWG file. -
Uses of TLcdShapeList in com.luciad.format.mif
Subclasses of TLcdShapeList in com.luciad.format.mifModifier and TypeClassDescriptionclassThisILcdMIFShaperepresents a MIF collection object.classThisILcdMIFShaperepresents a MIF multi point.classThisILcdMIFShaperepresents MIF line objects like LINE, PLINE, and ARC.classThisILcdMIFShaperepresents MIF region objects like REGION, RECT, ROUNDRECT, and ELLIPSE.classThisILcdMIFShaperepresents MIF text objects. -
Uses of TLcdShapeList in com.luciad.shape
Subclasses of TLcdShapeList in com.luciad.shapeModifier and TypeClassDescriptionclassThis class provides an implementation ofILcdShapeListthat is alsoILcdDataObject.classThis class provides an implementation ofILcdShapeListthat is alsoILcdDataObjectandILcdFeatured.Constructors in com.luciad.shape with parameters of type TLcdShapeListModifierConstructorDescriptionTLcdShapeList(TLcdShapeList aShapeList) Constructs aTLcdShapeListthat is a clone of the givenTLcdShapeList.