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 TypeClassDescriptionclassThis variant of the arc requires that the points on the arc shall be computed instead of storing the coordinates directly.classA 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 theILcd2DEditableCircularArcByCenterPointinterface. -
Uses of ILcd2DEditableCircularArcByCenterPoint in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcd2DEditableCircularArcByCenterPointModifier and TypeClassDescriptionclassThis variant of the arc requires that the points on the arc shall be computed instead of storing the coordinates directly.classA 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 theILcd2DEditableCircularArcByCenterPointinterface. -
Uses of ILcd2DEditableCircularArcByCenterPoint in com.luciad.shape.shape2D
Classes in com.luciad.shape.shape2D that implement ILcd2DEditableCircularArcByCenterPointModifier and TypeClassDescriptionclassThis class provides an implementation ofILcd2DEditableCircularArcByCenterPointin the geodetic space.classThis class provides an implementation ofILcd2DEditableCircularArcByCenterPointin 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 ALspEditHandleTLspArcByCenterEditor.createCenterHandle(ILcd2DEditableCircularArcByCenterPoint aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by translating its center point.protected ALspEditHandleTLspArcByCenterEditor.createEndHandle(ILcd2DEditableCircularArcByCenterPoint aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its end point.protected ALspEditHandleTLspArcByCenterEditor.createObjectTranslationHandle(ILcd2DEditableCircularArcByCenterPoint aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspArcByCenterEditor.createStartHandle(ILcd2DEditableCircularArcByCenterPoint aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its start point.voidTLspArcByCenterEditor.updateRadiusForPoint(ILcd2DEditableCircularArcByCenterPoint aArc, ILcdModelReference aModelReference, ILcdPoint aNewPoint)