CurveType

sealed class CurveType

Types of true curve segment that a service can support.

Since

300.0.0

See also

Inheritors

Types

Link copied to clipboard
data object Bezier3Curve : CurveType

Geometries with cubic bezier segments are supported by the service. Feature geometries support segments of type CubicBezierSegment.

Link copied to clipboard
data object CircularArc : CurveType

Geometries with circular arc segments are supported by the service. Feature geometries support segments of type EllipticArcSegment where EllipticArcSegment.isCircular is true.

Link copied to clipboard
data object EllipticArc : CurveType

Geometries with elliptic arc segments are supported by the service. Feature geometries support segments of type EllipticArcSegment.