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 TypeClassDescriptionclass
An Arc is an arc string with only one arc unit, i.e. three control points including the start and end point.class
An ArcByBulge is an arc string with only one arc unit, i.e. two control points, one bulge and one normal vector.class
This variant of the arc requires that the points on the arc shall be computed instead of storing the coordinates directly.class
A Circle is an arc whose ends coincide to form a simple closed loop.class
A 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 TypeClassDescriptionclass
An Arc is an arc string with only one arc unit, i.e. three control points including the start and end point.class
An ArcByBulge is an arc string with only one arc unit, i.e. two control points, one bulge and one normal vector.class
This variant of the arc requires that the points on the arc shall be computed instead of storing the coordinates directly.class
A Circle is an arc whose ends coincide to form a simple closed loop.class
A 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 TypeInterfaceDescriptioninterface
A circular arc that is defined by a start point, end point, and a third point on the arc.interface
A circular arc that is defined by a start point, end point and a bulge factor.interface
A 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 TypeInterfaceDescriptioninterface
A circular arc-by-3-points whose defining parameters can be edited.interface
A circular arc-by-bulge whose defining parameters can be edited.interface
A circular arc-by-centerpoint whose defining parameters can be edited.Classes in com.luciad.shape.shape2D that implement ILcdCircularArcModifier and TypeClassDescriptionclass
This class provides an implementation ofILcd2DEditableCircularArcBy3Points
in the geodetic space.class
This class provides an implementation ofILcd2DEditableCircularArcByBulge
in the geodetic space.class
This class provides an implementation ofILcd2DEditableCircularArcByCenterPoint
in the geodetic space.class
This class provides an implementation ofILcd2DEditableCircularArcBy3Points
in the cartesian space.class
This class provides an implementation ofILcd2DEditableCircularArcByBulge
in the cartesian space.class
This class provides an implementation ofILcd2DEditableCircularArcByCenterPoint
in 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 void
TLcdGXYCircularArcPainter.paintEditingLabels
(Graphics aGraphics, ILcdCircularArc aCircularArc, int aTouchedLocation, ILcdGXYContext aGXYContext) Called by thepaint
method when editing a circular arc.