Uses of Interface
com.luciad.shape.shape2D.ILcd2DEditableEllipse
Packages that use 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
Classes in com.luciad.format.cgm that implement ILcd2DEditableEllipseModifier and TypeClassDescriptionclass
Extension of aTLcdXYEllipse
with a line and a fill style. -
Uses of ILcd2DEditableEllipse in com.luciad.format.dgn
Classes in com.luciad.format.dgn that implement ILcd2DEditableEllipseModifier and TypeClassDescriptionclass
This class represents a Ellipse2D from a DGN file. -
Uses of ILcd2DEditableEllipse in com.luciad.format.nvg.nvg15.model
Classes in com.luciad.format.nvg.nvg15.model that implement ILcd2DEditableEllipseModifier 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
Classes in com.luciad.format.nvg.nvg20.model that implement ILcd2DEditableEllipseModifier and TypeClassDescriptionclass
Implementation of anILcd2DEditableEllipse
that represents an NVG 2.0 Elliptic Ring. -
Uses of ILcd2DEditableEllipse in com.luciad.shape.shape2D
Classes in com.luciad.shape.shape2D that implement ILcd2DEditableEllipseModifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditableEllipse
in the geodetic space.class
This class provides an implementation ofILcd2DEditableEllipse
in the cartesian space.Constructors in com.luciad.shape.shape2D with parameters of type ILcd2DEditableEllipseModifierConstructorDescriptionTLcdXYEllipse
(ILcd2DEditableEllipse aEllipse) Creates a newTLcdXYEllipse
with its parameters copied from the given ellipse. -
Uses of ILcd2DEditableEllipse in com.luciad.view.lightspeed.editor
Methods in com.luciad.view.lightspeed.editor with parameters of type ILcd2DEditableEllipseModifier 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.