Uses of Interface
com.luciad.shape.shape2D.ILcd2DEditableCircularArcByBulge
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
Provides domain model classes and utility classes for modeling GML 3.2 data.
Three-dimensional shapes that can be changed in two dimensions.
Provides support for interactive editing of domain objects in a model.
-
Uses of ILcd2DEditableCircularArcByBulge in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
An ArcByBulge is an arc string with only one arc unit, i.e. two control points, one bulge and one normal vector.Modifier and TypeMethodDescriptionTLcdGML31ShapeFactory.createArcByBulge
(ILcdModelReference aModelReference) Creates a newgml:ArcByBulge
, which can be edited through theILcd2DEditableCircularArcByBulge
interface. -
Uses of ILcd2DEditableCircularArcByBulge in com.luciad.format.gml32.model
Modifier and TypeClassDescriptionclass
An ArcByBulge is an arc string with only one arc unit, i.e. two control points, one bulge and one normal vector.Modifier and TypeMethodDescriptionTLcdGML32ShapeFactory.createArcByBulge
(ILcdModelReference aModelReference) Creates a newgml:ArcByBulge
, which can be edited through theILcd2DEditableCircularArcByBulge
interface. -
Uses of ILcd2DEditableCircularArcByBulge in com.luciad.shape.shape2D
Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditableCircularArcByBulge
in the geodetic space.class
This class provides an implementation ofILcd2DEditableCircularArcByBulge
in the cartesian space. -
Uses of ILcd2DEditableCircularArcByBulge in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionprotected ALspEditHandle
TLspArcByBulgeEditor.createBulgeHandle
(ILcd2DEditableCircularArcByBulge aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its bulge point.protected ALspEditHandle
TLspArcByBulgeEditor.createCenterHandle
(ILcd2DEditableCircularArcByBulge aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by dragging its center point.protected ALspEditHandle
TLspArcByBulgeEditor.createEndHandle
(ILcd2DEditableCircularArcByBulge aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its end point.protected ALspEditHandle
TLspArcByBulgeEditor.createObjectTranslationHandle
(ILcd2DEditableCircularArcByBulge aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspArcByBulgeEditor.createStartHandle
(ILcd2DEditableCircularArcByBulge aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its start point.