Uses of Interface
com.luciad.shape.shape2D.ILcd2DEditableCircularArcBy3Points
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 ILcd2DEditableCircularArcBy3Points in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
An Arc is an arc string with only one arc unit, i.e. three control points including the start and end point.class
A Circle is an arc whose ends coincide to form a simple closed loop.Modifier and TypeMethodDescriptionTLcdGML31ShapeFactory.createArc
(ILcdModelReference aModelReference) Creates a newgml:Arc
, which can be edited through theILcd2DEditableCircularArcBy3Points
interface. -
Uses of ILcd2DEditableCircularArcBy3Points in com.luciad.format.gml32.model
Modifier and TypeClassDescriptionclass
An Arc is an arc string with only one arc unit, i.e. three control points including the start and end point.class
A Circle is an arc whose ends coincide to form a simple closed loop.Modifier and TypeMethodDescriptionTLcdGML32ShapeFactory.createArc
(ILcdModelReference aModelReference) Creates a newgml:Arc
, which can be edited through theILcd2DEditableCircularArcBy3Points
interface. -
Uses of ILcd2DEditableCircularArcBy3Points in com.luciad.shape.shape2D
Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditableCircularArcBy3Points
in the geodetic space.class
This class provides an implementation ofILcd2DEditableCircularArcBy3Points
in the cartesian space. -
Uses of ILcd2DEditableCircularArcBy3Points in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionprotected ALspEditHandle
TLspArcBy3PointsEditor.createCenterHandle
(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by translating its center point.protected ALspEditHandle
TLspArcBy3PointsEditor.createEndPointHandle
(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its end point.protected ALspEditHandle
TLspArcBy3PointsEditor.createIntermediatePointHandle
(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating an intermediate point.protected ALspEditHandle
TLspArcBy3PointsEditor.createObjectTranslationHandle
(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspArcBy3PointsEditor.createStartPointHandle
(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its start point.