Enum CurveInterpolationType

  • All Implemented Interfaces:
    Serializable, Comparable<CurveInterpolationType>

    public enum CurveInterpolationType
    extends Enum<CurveInterpolationType>

    Java class for CurveInterpolationType.

    The following schema fragment specifies the expected content contained within this class.

     <simpleType name="CurveInterpolationType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="linear"/>
         <enumeration value="geodesic"/>
         <enumeration value="circularArc3Points"/>
         <enumeration value="circularArc2PointWithBulge"/>
         <enumeration value="circularArcCenterPointWithRadius"/>
         <enumeration value="elliptical"/>
         <enumeration value="clothoid"/>
         <enumeration value="conic"/>
         <enumeration value="polynomialSpline"/>
         <enumeration value="cubicSpline"/>
         <enumeration value="rationalSpline"/>
       </restriction>
     </simpleType>