Package com.luciad.shape
Interface ILcdCircularArcByCenterPoint
- All Superinterfaces:
Cloneable
,ILcdBounded
,ILcdCircularArc
,ILcdCloneable
,ILcdCurve
,ILcdShape
,Serializable
- All Known Subinterfaces:
ILcd2DEditableCircularArcByCenterPoint
- All Known Implementing Classes:
TLcdGML31ArcByCenterPoint
,TLcdGML31CircleByCenterPoint
,TLcdGML32ArcByCenterPoint
,TLcdGML32CircleByCenterPoint
,TLcdLonLatCircularArcByCenterPoint
,TLcdXYCircularArcByCenterPoint
A circular arc that is defined by a center point, radius, start angle and arc angle.
- Since:
- 9.0
-
Field Summary
Fields inherited from interface com.luciad.shape.ILcdCurve
INTERPOLATION_CIRCLE_BY_3POINTS, INTERPOLATION_CIRCLE_BY_CENTERPOINT, INTERPOLATION_CIRCULARARC_BY_3POINTS, INTERPOLATION_CIRCULARARC_BY_BULGE, INTERPOLATION_CIRCULARARC_BY_CENTERPOINT, INTERPOLATION_ELLIPTICAL, INTERPOLATION_GEODESIC, INTERPOLATION_LINEAR, INTERPOLATION_MIXED, INTERPOLATION_RHUMB
-
Method Summary
Modifier and TypeMethodDescriptionReturns the interpolation method used by this curve, which isILcdCurve.INTERPOLATION_CIRCULARARC_BY_CENTERPOINT
.Methods inherited from interface com.luciad.shape.ILcdBounded
getBounds
Methods inherited from interface com.luciad.shape.ILcdCircularArc
getArcAngle, getCenter, getRadius, getStartAngle
Methods inherited from interface com.luciad.util.ILcdCloneable
clone
Methods inherited from interface com.luciad.shape.ILcdCurve
computePointSFCT, getEndPoint, getEndTangent2D, getLength2D, getLineSegmentIntersectionCount, getStartPoint, getStartTangent2D, getTangent2D
Methods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
Method Details
-
getInterpolation
String getInterpolation()Returns the interpolation method used by this curve, which isILcdCurve.INTERPOLATION_CIRCULARARC_BY_CENTERPOINT
.- Specified by:
getInterpolation
in interfaceILcdCircularArc
- Specified by:
getInterpolation
in interfaceILcdCurve
- Returns:
- the interpolation method used by this curve,
which is
INTERPOLATION_CIRCULARARC_BY_CENTERPOINT
.
-