Uses of Interface
com.luciad.shape.shape2D.ILcd2DEditableCircularArcByCenterPoint
Packages that use 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
Classes in com.luciad.format.gml31.model that implement ILcd2DEditableCircularArcByCenterPointModifier 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.Methods in com.luciad.format.gml31.model that return ILcd2DEditableCircularArcByCenterPointModifier 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
Classes in com.luciad.format.gml32.model that implement ILcd2DEditableCircularArcByCenterPointModifier 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.Methods in com.luciad.format.gml32.model that return ILcd2DEditableCircularArcByCenterPointModifier and TypeMethodDescriptionTLcdGML32ShapeFactory.createArcByCenterPoint
(ILcdModelReference aModelReference) Creates a newgml:ArcByCenterPoint
, which can be edited through theILcd2DEditableCircularArcByCenterPoint
interface. -
Uses of ILcd2DEditableCircularArcByCenterPoint in com.luciad.shape.shape2D
Classes in com.luciad.shape.shape2D that implement ILcd2DEditableCircularArcByCenterPointModifier 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
Methods in com.luciad.view.lightspeed.editor with parameters of type ILcd2DEditableCircularArcByCenterPointModifier 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)