Uses of Interface
com.luciad.shape.ILcdCircularArc
Packages that use ILcdCircularArc
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.
Everything related to representing three-dimensional shapes.
Three-dimensional shapes that can be changed in two dimensions.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
-
Uses of ILcdCircularArc in com.luciad.format.gml31.model
Classes in com.luciad.format.gml31.model that implement ILcdCircularArcModifier and TypeClassDescriptionclassAn Arc is an arc string with only one arc unit, i.e. three control points including the start and end point.classAn ArcByBulge is an arc string with only one arc unit, i.e. two control points, one bulge and one normal vector.classThis variant of the arc requires that the points on the arc shall be computed instead of storing the coordinates directly.classA Circle is an arc whose ends coincide to form a simple closed loop.classA gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle. -
Uses of ILcdCircularArc in com.luciad.format.gml32.model
Classes in com.luciad.format.gml32.model that implement ILcdCircularArcModifier and TypeClassDescriptionclassAn Arc is an arc string with only one arc unit, i.e. three control points including the start and end point.classAn ArcByBulge is an arc string with only one arc unit, i.e. two control points, one bulge and one normal vector.classThis variant of the arc requires that the points on the arc shall be computed instead of storing the coordinates directly.classA Circle is an arc whose ends coincide to form a simple closed loop.classA gml:CircleByCenterPoint is an gml:ArcByCenterPoint with identical start and end angle to form a full circle. -
Uses of ILcdCircularArc in com.luciad.shape
Subinterfaces of ILcdCircularArc in com.luciad.shapeModifier and TypeInterfaceDescriptioninterfaceA circular arc that is defined by a start point, end point, and a third point on the arc.interfaceA circular arc that is defined by a start point, end point and a bulge factor.interfaceA circular arc that is defined by a center point, radius, start angle and arc angle. -
Uses of ILcdCircularArc in com.luciad.shape.shape2D
Subinterfaces of ILcdCircularArc in com.luciad.shape.shape2DModifier and TypeInterfaceDescriptioninterfaceA circular arc-by-3-points whose defining parameters can be edited.interfaceA circular arc-by-bulge whose defining parameters can be edited.interfaceA circular arc-by-centerpoint whose defining parameters can be edited.Classes in com.luciad.shape.shape2D that implement ILcdCircularArcModifier and TypeClassDescriptionclassThis class provides an implementation ofILcd2DEditableCircularArcBy3Pointsin the geodetic space.classThis class provides an implementation ofILcd2DEditableCircularArcByBulgein the geodetic space.classThis class provides an implementation ofILcd2DEditableCircularArcByCenterPointin the geodetic space.classThis class provides an implementation ofILcd2DEditableCircularArcBy3Pointsin the cartesian space.classThis class provides an implementation ofILcd2DEditableCircularArcByBulgein the cartesian space.classThis class provides an implementation ofILcd2DEditableCircularArcByCenterPointin the cartesian space. -
Uses of ILcdCircularArc in com.luciad.view.gxy.painter
Methods in com.luciad.view.gxy.painter with parameters of type ILcdCircularArcModifier and TypeMethodDescriptionprotected voidTLcdGXYCircularArcPainter.paintEditingLabels(Graphics aGraphics, ILcdCircularArc aCircularArc, int aTouchedLocation, ILcdGXYContext aGXYContext) Called by thepaintmethod when editing a circular arc.