Enum CurveInterpolationType
- Object
- 
- Enum<CurveInterpolationType>
- 
- CurveInterpolationType
 
 
- 
- All Implemented Interfaces:
- Serializable,- Comparable<CurveInterpolationType>,- Enumerator
 
 public enum CurveInterpolationType extends Enum<CurveInterpolationType> implements Enumerator A representation of the literals of the enumeration 'Curve Interpolation Type', and utility methods for working with them. CurveInterpolationType is a list of codes that may be used to identify the interpolation mechanisms specified by an application schema.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description CIRCULAR_ARC_CENTER_POINT_WITH_RADIUSThe 'Circular Arc Center Point With Radius' literal object.CIRCULAR_ARC2_POINT_WITH_BULGEThe 'Circular Arc2 Point With Bulge' literal object.CIRCULAR_ARC3_POINTSThe 'Circular Arc3 Points' literal object.CLOTHOIDThe 'Clothoid' literal object.CONICThe 'Conic' literal object.CUBIC_SPLINEThe 'Cubic Spline' literal object.ELLIPTICALThe 'Elliptical' literal object.GEODESICThe 'Geodesic' literal object.LINEARThe 'Linear' literal object.POLYNOMIAL_SPLINEThe 'Polynomial Spline' literal object.RATIONAL_SPLINEThe 'Rational Spline' literal object.
 - 
Field SummaryFields Modifier and Type Field Description static intCIRCULAR_ARC_CENTER_POINT_WITH_RADIUS_VALUEThe 'Circular Arc Center Point With Radius' literal value.static intCIRCULAR_ARC2_POINT_WITH_BULGE_VALUEThe 'Circular Arc2 Point With Bulge' literal value.static intCIRCULAR_ARC3_POINTS_VALUEThe 'Circular Arc3 Points' literal value.static intCLOTHOID_VALUEThe 'Clothoid' literal value.static intCONIC_VALUEThe 'Conic' literal value.static intCUBIC_SPLINE_VALUEThe 'Cubic Spline' literal value.static intELLIPTICAL_VALUEThe 'Elliptical' literal value.static intGEODESIC_VALUEThe 'Geodesic' literal value.static intLINEAR_VALUEThe 'Linear' literal value.static intPOLYNOMIAL_SPLINE_VALUEThe 'Polynomial Spline' literal value.static intRATIONAL_SPLINE_VALUEThe 'Rational Spline' literal value.static List<CurveInterpolationType>VALUESA public read-only list of all the 'Curve Interpolation Type' enumerators.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CurveInterpolationTypeget(int value)Returns the 'Curve Interpolation Type' literal with the specified integer value.static CurveInterpolationTypeget(String literal)Returns the 'Curve Interpolation Type' literal with the specified literal value.static CurveInterpolationTypegetByName(String name)Returns the 'Curve Interpolation Type' literal with the specified name.StringgetLiteral()StringgetName()intgetValue()StringtoString()Returns the literal value of the enumerator, which is its string representation.static CurveInterpolationTypevalueOf(String name)Returns the enum constant of this type with the specified name.static CurveInterpolationType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
LINEARpublic static final CurveInterpolationType LINEAR The 'Linear' literal object.- See Also:
- LINEAR_VALUE
 
 - 
GEODESICpublic static final CurveInterpolationType GEODESIC The 'Geodesic' literal object.- See Also:
- GEODESIC_VALUE
 
 - 
CIRCULAR_ARC3_POINTSpublic static final CurveInterpolationType CIRCULAR_ARC3_POINTS The 'Circular Arc3 Points' literal object.- See Also:
- CIRCULAR_ARC3_POINTS_VALUE
 
 - 
CIRCULAR_ARC2_POINT_WITH_BULGEpublic static final CurveInterpolationType CIRCULAR_ARC2_POINT_WITH_BULGE The 'Circular Arc2 Point With Bulge' literal object.- See Also:
- CIRCULAR_ARC2_POINT_WITH_BULGE_VALUE
 
 - 
CIRCULAR_ARC_CENTER_POINT_WITH_RADIUSpublic static final CurveInterpolationType CIRCULAR_ARC_CENTER_POINT_WITH_RADIUS The 'Circular Arc Center Point With Radius' literal object.
 - 
ELLIPTICALpublic static final CurveInterpolationType ELLIPTICAL The 'Elliptical' literal object.- See Also:
- ELLIPTICAL_VALUE
 
 - 
CLOTHOIDpublic static final CurveInterpolationType CLOTHOID The 'Clothoid' literal object.- See Also:
- CLOTHOID_VALUE
 
 - 
CONICpublic static final CurveInterpolationType CONIC The 'Conic' literal object.- See Also:
- CONIC_VALUE
 
 - 
POLYNOMIAL_SPLINEpublic static final CurveInterpolationType POLYNOMIAL_SPLINE The 'Polynomial Spline' literal object.- See Also:
- POLYNOMIAL_SPLINE_VALUE
 
 - 
CUBIC_SPLINEpublic static final CurveInterpolationType CUBIC_SPLINE The 'Cubic Spline' literal object.- See Also:
- CUBIC_SPLINE_VALUE
 
 - 
RATIONAL_SPLINEpublic static final CurveInterpolationType RATIONAL_SPLINE The 'Rational Spline' literal object.- See Also:
- RATIONAL_SPLINE_VALUE
 
 
- 
 - 
Field Detail- 
LINEAR_VALUEpublic static final int LINEAR_VALUE The 'Linear' literal value.If the meaning of 'Linear' literal object isn't clear, there really should be more of a description here... - See Also:
- LINEAR, Constant Field Values
 
 - 
GEODESIC_VALUEpublic static final int GEODESIC_VALUE The 'Geodesic' literal value.If the meaning of 'Geodesic' literal object isn't clear, there really should be more of a description here... - See Also:
- GEODESIC, Constant Field Values
 
 - 
CIRCULAR_ARC3_POINTS_VALUEpublic static final int CIRCULAR_ARC3_POINTS_VALUE The 'Circular Arc3 Points' literal value.If the meaning of 'Circular Arc3 Points' literal object isn't clear, there really should be more of a description here... - See Also:
- CIRCULAR_ARC3_POINTS, Constant Field Values
 
 - 
CIRCULAR_ARC2_POINT_WITH_BULGE_VALUEpublic static final int CIRCULAR_ARC2_POINT_WITH_BULGE_VALUE The 'Circular Arc2 Point With Bulge' literal value.If the meaning of 'Circular Arc2 Point With Bulge' literal object isn't clear, there really should be more of a description here... 
 - 
CIRCULAR_ARC_CENTER_POINT_WITH_RADIUS_VALUEpublic static final int CIRCULAR_ARC_CENTER_POINT_WITH_RADIUS_VALUE The 'Circular Arc Center Point With Radius' literal value.If the meaning of 'Circular Arc Center Point With Radius' literal object isn't clear, there really should be more of a description here... 
 - 
ELLIPTICAL_VALUEpublic static final int ELLIPTICAL_VALUE The 'Elliptical' literal value.If the meaning of 'Elliptical' literal object isn't clear, there really should be more of a description here... - See Also:
- ELLIPTICAL, Constant Field Values
 
 - 
CLOTHOID_VALUEpublic static final int CLOTHOID_VALUE The 'Clothoid' literal value.If the meaning of 'Clothoid' literal object isn't clear, there really should be more of a description here... - See Also:
- CLOTHOID, Constant Field Values
 
 - 
CONIC_VALUEpublic static final int CONIC_VALUE The 'Conic' literal value.If the meaning of 'Conic' literal object isn't clear, there really should be more of a description here... - See Also:
- CONIC, Constant Field Values
 
 - 
POLYNOMIAL_SPLINE_VALUEpublic static final int POLYNOMIAL_SPLINE_VALUE The 'Polynomial Spline' literal value.If the meaning of 'Polynomial Spline' literal object isn't clear, there really should be more of a description here... - See Also:
- POLYNOMIAL_SPLINE, Constant Field Values
 
 - 
CUBIC_SPLINE_VALUEpublic static final int CUBIC_SPLINE_VALUE The 'Cubic Spline' literal value.If the meaning of 'Cubic Spline' literal object isn't clear, there really should be more of a description here... - See Also:
- CUBIC_SPLINE, Constant Field Values
 
 - 
RATIONAL_SPLINE_VALUEpublic static final int RATIONAL_SPLINE_VALUE The 'Rational Spline' literal value.If the meaning of 'Rational Spline' literal object isn't clear, there really should be more of a description here... - See Also:
- RATIONAL_SPLINE, Constant Field Values
 
 - 
VALUESpublic static final List<CurveInterpolationType> VALUES A public read-only list of all the 'Curve Interpolation Type' enumerators.
 
- 
 - 
Method Detail- 
valuespublic static CurveInterpolationType[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CurveInterpolationType c : CurveInterpolationType.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static CurveInterpolationType valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
getpublic static CurveInterpolationType get(String literal) Returns the 'Curve Interpolation Type' literal with the specified literal value.- Parameters:
- literal- the literal.
- Returns:
- the matching enumerator or null.
 
 - 
getByNamepublic static CurveInterpolationType getByName(String name) Returns the 'Curve Interpolation Type' literal with the specified name.- Parameters:
- name- the name.
- Returns:
- the matching enumerator or null.
 
 - 
getpublic static CurveInterpolationType get(int value) Returns the 'Curve Interpolation Type' literal with the specified integer value.- Parameters:
- value- the integer value.
- Returns:
- the matching enumerator or null.
 
 - 
getValuepublic int getValue() - Specified by:
- getValuein interface- Enumerator
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- Enumerator
 
 - 
getLiteralpublic String getLiteral() - Specified by:
- getLiteralin interface- Enumerator
 
 - 
toStringpublic String toString() Returns the literal value of the enumerator, which is its string representation.- Overrides:
- toStringin class- Enum<CurveInterpolationType>
 
 
- 
 
-