Uses of Interface
com.luciad.shape.shape2D.ILcd2DEditableCircleBy3Points
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 ILcd2DEditableCircleBy3Points in com.luciad.format.gml31.model
Modifier and TypeClassDescriptionclass
A Circle is an arc whose ends coincide to form a simple closed loop.Modifier and TypeMethodDescriptionTLcdGML31ShapeFactory.createCircle
(ILcdModelReference aModelReference) Creates a newgml:Circle
, which can be edited through theILcd2DEditableCircleBy3Points
interface. -
Uses of ILcd2DEditableCircleBy3Points in com.luciad.format.gml32.model
Modifier and TypeClassDescriptionclass
A Circle is an arc whose ends coincide to form a simple closed loop.Modifier and TypeMethodDescriptionTLcdGML32ShapeFactory.createCircle
(ILcdModelReference aModelReference) Creates a newgml:Circle
, which can be edited through theILcd2DEditableCircleBy3Points
interface. -
Uses of ILcd2DEditableCircleBy3Points in com.luciad.shape.shape2D
Modifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditableCircleBy3Points
in the geodetic space.class
This class provides an implementation ofILcd2DEditableCircleBy3Points
in the cartesian space. -
Uses of ILcd2DEditableCircleBy3Points in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionprotected ALspEditHandle
TLspCircleBy3PointsEditor.createCenterHandle
(ILcd2DEditableCircleBy3Points aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given circle by translating its center point.protected ALspEditHandle
TLspCircleBy3PointsEditor.createFirstIntermediateHandle
(ILcd2DEditableCircleBy3Points aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its first intermediate point.protected ALspEditHandle
TLspCircleBy3PointsEditor.createObjectTranslationHandle
(ILcd2DEditableCircleBy3Points aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspCircleBy3PointsEditor.createSecondIntermediateHandle
(ILcd2DEditableCircleBy3Points aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given circle by translating its second intermediate point.protected ALspEditHandle
TLspCircleBy3PointsEditor.createStartPointHandle
(ILcd2DEditableCircleBy3Points aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given circle by translating its start point.