Uses of Interface
com.luciad.shape.shape2D.ILcd2DEditableEllipse
Package
Description
Handles the cgm format.
Handles the dgn 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 ILcd2DEditableEllipse in com.luciad.format.cgm
Modifier and TypeClassDescriptionclass
Extension of aTLcdXYEllipse
with a line and a fill style. -
Uses of ILcd2DEditableEllipse in com.luciad.format.dgn
Modifier and TypeClassDescriptionclass
This class represents a Ellipse2D from a DGN file. -
Uses of ILcd2DEditableEllipse in com.luciad.format.nvg.nvg15.model
Modifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableArc
that represents an NVG 1.5 Arc.class
Implementation of anILcd2DEditableEllipse
that represents an NVG 1.5 Ellipse. -
Uses of ILcd2DEditableEllipse in com.luciad.format.nvg.nvg20.model
Modifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableEllipse
that represents an NVG 2.0 Elliptic Ring. -
Uses of ILcd2DEditableEllipse in com.luciad.shape.shape2D
Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditableEllipse
in the geodetic space.class
This class provides an implementation ofILcd2DEditableEllipse
in the cartesian space.ModifierConstructorDescriptionTLcdXYEllipse
(ILcd2DEditableEllipse aEllipse) Creates a newTLcdXYEllipse
with its parameters copied from the given ellipse. -
Uses of ILcd2DEditableEllipse in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionprotected ALspEditHandle
TLspEllipseEditor.createCenterHandle
(ILcd2DEditableEllipse aEllipse, TLspEditContext aContext) Creates an edit handle that allows to translate the ellipse by dragging the center point.protected ALspEditHandle
TLspEllipseEditor.createMajorAxisHandle
(ILcd2DEditableEllipse aEllipse, TLspEditContext aContext) Creates an edit handle that allows to change the major axis of the ellipse.protected ALspEditHandle
TLspEllipseEditor.createMinorAxisHandle
(ILcd2DEditableEllipse aEllipse, TLspEditContext aContext) Creates an edit handle that allows to change the minor axis of the ellipse.protected ALspEditHandle
TLspEllipseEditor.createObjectTranslationHandle
(ILcd2DEditableEllipse aEllipse, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.