Uses of Class
com.luciad.shape.shape2D.ALcd2DEditableLine
Packages that use ALcd2DEditableLine
Package
Description
Handles the dgn format.
Handles the dwg format.
Three-dimensional shapes that can be changed in two dimensions.
Three-dimensional shapes that can be changed in all three dimensions.
-
Uses of ALcd2DEditableLine in com.luciad.format.dgn
Subclasses of ALcd2DEditableLine in com.luciad.format.dgnModifier and TypeClassDescriptionclassThis class represents a Dimension from a DGN file.classThis class represents a Line2D from a DGN file. -
Uses of ALcd2DEditableLine in com.luciad.format.dwg
Subclasses of ALcd2DEditableLine in com.luciad.format.dwg -
Uses of ALcd2DEditableLine in com.luciad.shape.shape2D
Subclasses of ALcd2DEditableLine in com.luciad.shape.shape2DModifier and TypeClassDescriptionclassThis class provides an implementation ofILcd2DEditablePolylinein the geodetic space.classThis class provides an implementation ofILcd2DEditablePolylinethat always has two points, in the cartesian space. -
Uses of ALcd2DEditableLine in com.luciad.shape.shape3D
Subclasses of ALcd2DEditableLine in com.luciad.shape.shape3DModifier and TypeClassDescriptionclassThis abstract class provides a basis for implementing theILcd3DEditablePolylineinterface, where the polyline is a simple line with two vertices.classThis class provides an implementation ofILcd3DEditablePolylinethat always has two points, in the geodetic space.classThis class provides an implementation ofILcd3DEditablePolylinethat always has two points, in the cartesian space.