Uses of Interface
com.luciad.shape.shape2D.ILcd2DEditableArc
Package
Description
Handles the cgm format.
Handles the dgn format.
Handles the dwg format.
This package contains a domain model to represent an NVG 1.4/1.5 data source.
This package contains a domain model to represent an NVG 2.0 data source.
Three-dimensional shapes that can be changed in two dimensions.
Provides support for interactive editing of domain objects in a model.
-
Uses of ILcd2DEditableArc in com.luciad.format.cgm
-
Uses of ILcd2DEditableArc in com.luciad.format.dgn
Modifier and TypeClassDescriptionclass
This class represents an Arc2D from a DGN file. -
Uses of ILcd2DEditableArc in com.luciad.format.dwg
Modifier and TypeClassDescriptionclass
This class represents an Arc from a DWG file.class
This class represents an Ellipse from a DWG file. -
Uses of ILcd2DEditableArc in com.luciad.format.nvg.nvg15.model
Modifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableArc
that represents an NVG 1.5 Arc. -
Uses of ILcd2DEditableArc in com.luciad.format.nvg.nvg20.model
Modifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableArc
that represents an NVG 2.0 Arc. -
Uses of ILcd2DEditableArc in com.luciad.shape.shape2D
Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditableArc
in the geodetic space.class
This class provides an implementation ofILcd2DEditableArc
in the cartesian space.ModifierConstructorDescriptionTLcdXYArc
(ILcd2DEditableArc aArc) Creates a newTLcdXYArc
with its parameters copied from the given arc. -
Uses of ILcd2DEditableArc in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionprotected ALspEditHandle
TLspArcEditor.createCenterHandle
(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by translating its center point.protected ALspEditHandle
TLspArcEditor.createEndPointHandle
(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its end point.protected ALspEditHandle
TLspArcEditor.createMajorAxisHandle
(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the major axis of the given arc.protected ALspEditHandle
TLspArcEditor.createMinorAxisHandle
(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the minor axis of the given arc.protected ALspEditHandle
TLspArcEditor.createObjectTranslationHandle
(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspArcEditor.createStartPointHandle
(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its start point.