Uses of Class
com.luciad.shape.shape2D.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
Modifier and TypeClassDescriptionclass
This class represents a Dimension from a DGN file.class
This class represents a Line2D from a DGN file. -
Uses of ALcd2DEditableLine in com.luciad.format.dwg
-
Uses of ALcd2DEditableLine in com.luciad.shape.shape2D
Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditablePolyline
in the geodetic space.class
This class provides an implementation ofILcd2DEditablePolyline
that always has two points, in the cartesian space. -
Uses of ALcd2DEditableLine in com.luciad.shape.shape3D
Modifier and TypeClassDescriptionclass
This abstract class provides a basis for implementing theILcd3DEditablePolyline
interface, where the polyline is a simple line with two vertices.class
This class provides an implementation ofILcd3DEditablePolyline
that always has two points, in the geodetic space.class
This class provides an implementation ofILcd3DEditablePolyline
that always has two points, in the cartesian space.