Uses of Interface
com.luciad.shape.shape2D.ILcd2DEditableArc
Packages that use 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
Classes in com.luciad.format.cgm that implement ILcd2DEditableArc -
Uses of ILcd2DEditableArc in com.luciad.format.dgn
Classes in com.luciad.format.dgn that implement ILcd2DEditableArcModifier and TypeClassDescriptionclassThis class represents an Arc2D from a DGN file. -
Uses of ILcd2DEditableArc in com.luciad.format.dwg
Classes in com.luciad.format.dwg that implement ILcd2DEditableArcModifier and TypeClassDescriptionclassThis class represents an Arc from a DWG file.classThis class represents an Ellipse from a DWG file. -
Uses of ILcd2DEditableArc in com.luciad.format.nvg.nvg15.model
Classes in com.luciad.format.nvg.nvg15.model that implement ILcd2DEditableArcModifier and TypeClassDescriptionclassImplementation of anILcd2DEditableArcthat represents an NVG 1.5 Arc. -
Uses of ILcd2DEditableArc in com.luciad.format.nvg.nvg20.model
Classes in com.luciad.format.nvg.nvg20.model that implement ILcd2DEditableArcModifier and TypeClassDescriptionclassImplementation of anILcd2DEditableArcthat represents an NVG 2.0 Arc. -
Uses of ILcd2DEditableArc in com.luciad.shape.shape2D
Classes in com.luciad.shape.shape2D that implement ILcd2DEditableArcModifier and TypeClassDescriptionclassThis class provides an implementation ofILcd2DEditableArcin the geodetic space.classThis class provides an implementation ofILcd2DEditableArcin the cartesian space.Constructors in com.luciad.shape.shape2D with parameters of type ILcd2DEditableArcModifierConstructorDescriptionTLcdXYArc(ILcd2DEditableArc aArc) Creates a newTLcdXYArcwith its parameters copied from the given arc. -
Uses of ILcd2DEditableArc in com.luciad.view.lightspeed.editor
Methods in com.luciad.view.lightspeed.editor with parameters of type ILcd2DEditableArcModifier and TypeMethodDescriptionprotected ALspEditHandleTLspArcEditor.createCenterHandle(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by translating its center point.protected ALspEditHandleTLspArcEditor.createEndPointHandle(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its end point.protected ALspEditHandleTLspArcEditor.createMajorAxisHandle(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the major axis of the given arc.protected ALspEditHandleTLspArcEditor.createMinorAxisHandle(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the minor axis of the given arc.protected ALspEditHandleTLspArcEditor.createObjectTranslationHandle(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspArcEditor.createStartPointHandle(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its start point.