Uses of Interface
com.luciad.shape.shape2D.ILcd2DEditableCircleBy3Points
Packages that use 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
Classes in com.luciad.format.gml31.model that implement ILcd2DEditableCircleBy3PointsModifier and TypeClassDescriptionclass
A Circle is an arc whose ends coincide to form a simple closed loop.Methods in com.luciad.format.gml31.model that return ILcd2DEditableCircleBy3PointsModifier 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
Classes in com.luciad.format.gml32.model that implement ILcd2DEditableCircleBy3PointsModifier and TypeClassDescriptionclass
A Circle is an arc whose ends coincide to form a simple closed loop.Methods in com.luciad.format.gml32.model that return ILcd2DEditableCircleBy3PointsModifier and TypeMethodDescriptionTLcdGML32ShapeFactory.createCircle
(ILcdModelReference aModelReference) Creates a newgml:Circle
, which can be edited through theILcd2DEditableCircleBy3Points
interface. -
Uses of ILcd2DEditableCircleBy3Points in com.luciad.shape.shape2D
Classes in com.luciad.shape.shape2D that implement ILcd2DEditableCircleBy3PointsModifier 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
Methods in com.luciad.view.lightspeed.editor with parameters of type ILcd2DEditableCircleBy3PointsModifier 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.