Uses of Interface
com.luciad.shape.shape2D.ILcd2DEditableCircularArcBy3Points
Packages that use 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
Classes in com.luciad.format.gml31.model that implement ILcd2DEditableCircularArcBy3PointsModifier and TypeClassDescriptionclassAn Arc is an arc string with only one arc unit, i.e. three control points including the start and end point.classA Circle is an arc whose ends coincide to form a simple closed loop.Methods in com.luciad.format.gml31.model that return ILcd2DEditableCircularArcBy3PointsModifier and TypeMethodDescriptionTLcdGML31ShapeFactory.createArc(ILcdModelReference aModelReference) Creates a newgml:Arc, which can be edited through theILcd2DEditableCircularArcBy3Pointsinterface. -
Uses of ILcd2DEditableCircularArcBy3Points in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcd2DEditableCircularArcBy3PointsModifier and TypeClassDescriptionclassAn Arc is an arc string with only one arc unit, i.e. three control points including the start and end point.classA Circle is an arc whose ends coincide to form a simple closed loop.Methods in com.luciad.format.gml32.model that return ILcd2DEditableCircularArcBy3PointsModifier and TypeMethodDescriptionTLcdGML32ShapeFactory.createArc(ILcdModelReference aModelReference) Creates a newgml:Arc, which can be edited through theILcd2DEditableCircularArcBy3Pointsinterface. -
Uses of ILcd2DEditableCircularArcBy3Points in com.luciad.shape.shape2D
Classes in com.luciad.shape.shape2D that implement ILcd2DEditableCircularArcBy3PointsModifier and TypeClassDescriptionclassThis class provides an implementation ofILcd2DEditableCircularArcBy3Pointsin the geodetic space.classThis class provides an implementation ofILcd2DEditableCircularArcBy3Pointsin the cartesian space. -
Uses of ILcd2DEditableCircularArcBy3Points in com.luciad.view.lightspeed.editor
Methods in com.luciad.view.lightspeed.editor with parameters of type ILcd2DEditableCircularArcBy3PointsModifier and TypeMethodDescriptionprotected ALspEditHandleTLspArcBy3PointsEditor.createCenterHandle(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by translating its center point.protected ALspEditHandleTLspArcBy3PointsEditor.createEndPointHandle(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its end point.protected ALspEditHandleTLspArcBy3PointsEditor.createIntermediatePointHandle(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating an intermediate point.protected ALspEditHandleTLspArcBy3PointsEditor.createObjectTranslationHandle(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspArcBy3PointsEditor.createStartPointHandle(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its start point.