Uses of Class
com.luciad.shape.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
Modifier and TypeClassDescriptionclass
This class represents a 3DSurface from a DGN file.class
This class represents a Cell from a DGN file.class
This class represents a ComplexChain from a DGN file.class
This class represents a ComplexShape from a DGN file.class
This class represents a Solid from a DGN file.class
This class represents a TextNode2D from a DGN file. -
Uses of TLcdShapeList in com.luciad.format.dwg
Modifier and TypeClassDescriptionclass
This class represents a Block from a DWG file. -
Uses of TLcdShapeList in com.luciad.format.mif
Modifier and TypeClassDescriptionclass
ThisILcdMIFShape
represents a MIF collection object.class
ThisILcdMIFShape
represents a MIF multi point.class
ThisILcdMIFShape
represents MIF line objects like LINE, PLINE, and ARC.class
ThisILcdMIFShape
represents MIF region objects like REGION, RECT, ROUNDRECT, and ELLIPSE.class
ThisILcdMIFShape
represents MIF text objects. -
Uses of TLcdShapeList in com.luciad.shape
Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcdShapeList
that is alsoILcdDataObject
.class
This class provides an implementation ofILcdShapeList
that is alsoILcdDataObject
andILcdFeatured
.ModifierConstructorDescriptionTLcdShapeList
(TLcdShapeList aShapeList) Constructs aTLcdShapeList
that is a clone of the givenTLcdShapeList
.