Uses of Interface
com.luciad.shape.shape2D.ILcd2DEditableCircularArcByCenterPoint
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 ILcd2DEditableCircularArcByCenterPoint in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
This variant of the arc requires that the points on the arc shall be computed instead of storing the coordinates directly.class
A gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle.Modifier and TypeMethodDescriptionTLcdGML31ShapeFactory.createArcByCenterPoint
(ILcdModelReference aModelReference) Creates a newgml:ArcByCenterPoint
, which can be edited through theILcd2DEditableCircularArcByCenterPoint
interface. -
Uses of ILcd2DEditableCircularArcByCenterPoint in com.luciad.format.gml32.model
Modifier and TypeClassDescriptionclass
This variant of the arc requires that the points on the arc shall be computed instead of storing the coordinates directly.class
A gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle.Modifier and TypeMethodDescriptionTLcdGML32ShapeFactory.createArcByCenterPoint
(ILcdModelReference aModelReference) Creates a newgml:ArcByCenterPoint
, which can be edited through theILcd2DEditableCircularArcByCenterPoint
interface. -
Uses of ILcd2DEditableCircularArcByCenterPoint in com.luciad.shape.shape2D
Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditableCircularArcByCenterPoint
in the geodetic space.class
This class provides an implementation ofILcd2DEditableCircularArcByCenterPoint
in the cartesian space. -
Uses of ILcd2DEditableCircularArcByCenterPoint in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionprotected ALspEditHandle
TLspArcByCenterEditor.createCenterHandle
(ILcd2DEditableCircularArcByCenterPoint aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by translating its center point.protected ALspEditHandle
TLspArcByCenterEditor.createEndHandle
(ILcd2DEditableCircularArcByCenterPoint aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its end point.protected ALspEditHandle
TLspArcByCenterEditor.createObjectTranslationHandle
(ILcd2DEditableCircularArcByCenterPoint aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspArcByCenterEditor.createStartHandle
(ILcd2DEditableCircularArcByCenterPoint aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its start point.void
TLspArcByCenterEditor.updateRadiusForPoint
(ILcd2DEditableCircularArcByCenterPoint aArc, ILcdModelReference aModelReference, ILcdPoint aNewPoint)