Curve Type
Types of true curve segment that a service can support.
Since
300.0.0
See also
Inheritors
Types
Link copied to clipboard
Geometries with cubic bezier segments are supported by the service. Feature geometries support segments of type CubicBezierSegment.
Link copied to clipboard
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
Geometries with elliptic arc segments are supported by the service. Feature geometries support segments of type EllipticArcSegment.