Class TLcdDefaultCurveConnectorProvider

java.lang.Object
com.luciad.shape.constraints.TLcdDefaultCurveConnectorProvider
All Implemented Interfaces:
ILcdCurveConnectorProvider, ILcdCloneable, Serializable, Cloneable

public class TLcdDefaultCurveConnectorProvider extends Object implements ILcdCurveConnectorProvider
Default implementation of ILcdCurveConnectorProvider, aggregating all built-in connectors. Hence, this provider can provide connectors for the following shapes:
  • ILcd2DEditablePointList
  • ILcdCircularArcBy3Points, ILcdCircularArcByBulge and ILcdCircularArcByCenterPoint
  • ILcdCompositeCurve
Since:
9.0
See Also:
  • Constructor Details

    • TLcdDefaultCurveConnectorProvider

      public TLcdDefaultCurveConnectorProvider()
      Default constructor, offering support for the curves mentioned in the class javadoc.
  • Method Details