Enum Class CurveInterpolationType
- All Implemented Interfaces:
Serializable
,Comparable<CurveInterpolationType>
,Constable
,Enumerator
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe 'Circular Arc Center Point With Radius' literal object.The 'Circular Arc2 Point With Bulge' literal object.The 'Circular Arc3 Points' literal object.The 'Clothoid' literal object.The 'Conic' literal object.The 'Cubic Spline' literal object.The 'Elliptical' literal object.The 'Geodesic' literal object.The 'Linear' literal object.The 'Polynomial Spline' literal object.The 'Rational Spline' literal object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The 'Circular Arc Center Point With Radius' literal value.static final int
The 'Circular Arc2 Point With Bulge' literal value.static final int
The 'Circular Arc3 Points' literal value.static final int
The 'Clothoid' literal value.static final int
The 'Conic' literal value.static final int
The 'Cubic Spline' literal value.static final int
The 'Elliptical' literal value.static final int
The 'Geodesic' literal value.static final int
The 'Linear' literal value.static final int
The 'Polynomial Spline' literal value.static final int
The 'Rational Spline' literal value.static final List<CurveInterpolationType>
A public read-only list of all the 'Curve Interpolation Type' enumerators. -
Method Summary
Modifier and TypeMethodDescriptionstatic CurveInterpolationType
get
(int value) Returns the 'Curve Interpolation Type' literal with the specified integer value.static CurveInterpolationType
Returns the 'Curve Interpolation Type' literal with the specified literal value.static CurveInterpolationType
Returns the 'Curve Interpolation Type' literal with the specified name.getName()
int
getValue()
toString()
Returns the literal value of the enumerator, which is its string representation.static CurveInterpolationType
Returns the enum constant of this class with the specified name.static CurveInterpolationType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LINEAR
The 'Linear' literal object.- See Also:
-
GEODESIC
The 'Geodesic' literal object.- See Also:
-
CIRCULAR_ARC3_POINTS
The 'Circular Arc3 Points' literal object.- See Also:
-
CIRCULAR_ARC2_POINT_WITH_BULGE
The 'Circular Arc2 Point With Bulge' literal object.- See Also:
-
CIRCULAR_ARC_CENTER_POINT_WITH_RADIUS
The 'Circular Arc Center Point With Radius' literal object. -
ELLIPTICAL
The 'Elliptical' literal object.- See Also:
-
CLOTHOID
The 'Clothoid' literal object.- See Also:
-
CONIC
The 'Conic' literal object.- See Also:
-
POLYNOMIAL_SPLINE
The 'Polynomial Spline' literal object.- See Also:
-
CUBIC_SPLINE
The 'Cubic Spline' literal object.- See Also:
-
RATIONAL_SPLINE
The 'Rational Spline' literal object.- See Also:
-
-
Field Details
-
LINEAR_VALUE
public static final int LINEAR_VALUEThe 'Linear' literal value.If the meaning of 'Linear' literal object isn't clear, there really should be more of a description here...
- See Also:
-
GEODESIC_VALUE
public static final int GEODESIC_VALUEThe 'Geodesic' literal value.If the meaning of 'Geodesic' literal object isn't clear, there really should be more of a description here...
- See Also:
-
CIRCULAR_ARC3_POINTS_VALUE
public static final int CIRCULAR_ARC3_POINTS_VALUEThe '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_ARC2_POINT_WITH_BULGE_VALUE
public static final int CIRCULAR_ARC2_POINT_WITH_BULGE_VALUEThe '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_VALUE
public static final int CIRCULAR_ARC_CENTER_POINT_WITH_RADIUS_VALUEThe '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_VALUE
public static final int ELLIPTICAL_VALUEThe 'Elliptical' literal value.If the meaning of 'Elliptical' literal object isn't clear, there really should be more of a description here...
- See Also:
-
CLOTHOID_VALUE
public static final int CLOTHOID_VALUEThe 'Clothoid' literal value.If the meaning of 'Clothoid' literal object isn't clear, there really should be more of a description here...
- See Also:
-
CONIC_VALUE
public static final int CONIC_VALUEThe 'Conic' literal value.If the meaning of 'Conic' literal object isn't clear, there really should be more of a description here...
- See Also:
-
POLYNOMIAL_SPLINE_VALUE
public static final int POLYNOMIAL_SPLINE_VALUEThe '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:
-
CUBIC_SPLINE_VALUE
public static final int CUBIC_SPLINE_VALUEThe '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:
-
RATIONAL_SPLINE_VALUE
public static final int RATIONAL_SPLINE_VALUEThe '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:
-
VALUES
A public read-only list of all the 'Curve Interpolation Type' enumerators.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
get
Returns the 'Curve Interpolation Type' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
Returns the 'Curve Interpolation Type' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
Returns the 'Curve Interpolation Type' literal with the specified integer value.- Parameters:
value
- the integer value.- Returns:
- the matching enumerator or
null
.
-
getValue
public int getValue()- Specified by:
getValue
in interfaceEnumerator
-
getName
- Specified by:
getName
in interfaceEnumerator
-
getLiteral
- Specified by:
getLiteral
in interfaceEnumerator
-
toString
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<CurveInterpolationType>
-