Uses of Interface
com.luciad.shape.constraints.ILcdCurveConnector
Packages that use ILcdCurveConnector
Package
Description
This package contains utility classes to ensure connectivity
between multiple curves.
-
Uses of ILcdCurveConnector in com.luciad.shape.constraints
Classes in com.luciad.shape.constraints that implement ILcdCurveConnectorModifier and TypeClassDescriptionclass
Curve connector forILcd2DEditablePointList
.class
Curve connector forILcd2DEditableCircularArcBy3Points
.class
Curve connector forILcd2DEditableCircularArcByBulge
.class
Curve connector forILcd2DEditableCircularArcByCenterPoint
.class
Curve connector forILcdCompositeCurve
.Methods in com.luciad.shape.constraints that return ILcdCurveConnectorModifier and TypeMethodDescriptionILcdCurveConnectorProvider.getCurveConnector
(ILcdCurve aPreviousCurve, ILcdCurve aCurveToConnect, ILcdCurve aNextCurve) Finds anILcdCurveConnector
that can connect a curve to the given previous and next curves.TLcdDefaultCurveConnectorProvider.getCurveConnector
(ILcdCurve aPreviousCurve, ILcdCurve aCurveToConnect, ILcdCurve aNextCurve)