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 Summary
Enum Constants Enum Constant Description CIRCULAR_ARC_CENTER_POINT_WITH_RADIUS
The 'Circular Arc Center Point With Radius' literal object.CIRCULAR_ARC2_POINT_WITH_BULGE
The 'Circular Arc2 Point With Bulge' literal object.CIRCULAR_ARC3_POINTS
The 'Circular Arc3 Points' literal object.CLOTHOID
The 'Clothoid' literal object.CONIC
The 'Conic' literal object.CUBIC_SPLINE
The 'Cubic Spline' literal object.ELLIPTICAL
The 'Elliptical' literal object.GEODESIC
The 'Geodesic' literal object.LINEAR
The 'Linear' literal object.POLYNOMIAL_SPLINE
The 'Polynomial Spline' literal object.RATIONAL_SPLINE
The 'Rational Spline' literal object.
-
Field Summary
Fields Modifier and Type Field Description static int
CIRCULAR_ARC_CENTER_POINT_WITH_RADIUS_VALUE
The 'Circular Arc Center Point With Radius' literal value.static int
CIRCULAR_ARC2_POINT_WITH_BULGE_VALUE
The 'Circular Arc2 Point With Bulge' literal value.static int
CIRCULAR_ARC3_POINTS_VALUE
The 'Circular Arc3 Points' literal value.static int
CLOTHOID_VALUE
The 'Clothoid' literal value.static int
CONIC_VALUE
The 'Conic' literal value.static int
CUBIC_SPLINE_VALUE
The 'Cubic Spline' literal value.static int
ELLIPTICAL_VALUE
The 'Elliptical' literal value.static int
GEODESIC_VALUE
The 'Geodesic' literal value.static int
LINEAR_VALUE
The 'Linear' literal value.static int
POLYNOMIAL_SPLINE_VALUE
The 'Polynomial Spline' literal value.static int
RATIONAL_SPLINE_VALUE
The 'Rational Spline' literal value.static List<CurveInterpolationType>
VALUES
A public read-only list of all the 'Curve Interpolation Type' enumerators.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CurveInterpolationType
get(int value)
Returns the 'Curve Interpolation Type' literal with the specified integer value.static CurveInterpolationType
get(String literal)
Returns the 'Curve Interpolation Type' literal with the specified literal value.static CurveInterpolationType
getByName(String name)
Returns the 'Curve Interpolation Type' literal with the specified name.String
getLiteral()
String
getName()
int
getValue()
String
toString()
Returns the literal value of the enumerator, which is its string representation.static CurveInterpolationType
valueOf(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
-
LINEAR
public static final CurveInterpolationType LINEAR
The 'Linear' literal object.- See Also:
LINEAR_VALUE
-
GEODESIC
public static final CurveInterpolationType GEODESIC
The 'Geodesic' literal object.- See Also:
GEODESIC_VALUE
-
CIRCULAR_ARC3_POINTS
public static final CurveInterpolationType CIRCULAR_ARC3_POINTS
The 'Circular Arc3 Points' literal object.- See Also:
CIRCULAR_ARC3_POINTS_VALUE
-
CIRCULAR_ARC2_POINT_WITH_BULGE
public 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_RADIUS
public static final CurveInterpolationType CIRCULAR_ARC_CENTER_POINT_WITH_RADIUS
The 'Circular Arc Center Point With Radius' literal object.
-
ELLIPTICAL
public static final CurveInterpolationType ELLIPTICAL
The 'Elliptical' literal object.- See Also:
ELLIPTICAL_VALUE
-
CLOTHOID
public static final CurveInterpolationType CLOTHOID
The 'Clothoid' literal object.- See Also:
CLOTHOID_VALUE
-
CONIC
public static final CurveInterpolationType CONIC
The 'Conic' literal object.- See Also:
CONIC_VALUE
-
POLYNOMIAL_SPLINE
public static final CurveInterpolationType POLYNOMIAL_SPLINE
The 'Polynomial Spline' literal object.- See Also:
POLYNOMIAL_SPLINE_VALUE
-
CUBIC_SPLINE
public static final CurveInterpolationType CUBIC_SPLINE
The 'Cubic Spline' literal object.- See Also:
CUBIC_SPLINE_VALUE
-
RATIONAL_SPLINE
public static final CurveInterpolationType RATIONAL_SPLINE
The 'Rational Spline' literal object.- See Also:
RATIONAL_SPLINE_VALUE
-
-
Field Detail
-
LINEAR_VALUE
public 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_VALUE
public 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_VALUE
public 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_VALUE
public 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_VALUE
public 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_VALUE
public 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_VALUE
public 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_VALUE
public 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_VALUE
public 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_VALUE
public 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_VALUE
public 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
-
VALUES
public static final List<CurveInterpolationType> VALUES
A public read-only list of all the 'Curve Interpolation Type' enumerators.
-
-
Method Detail
-
values
public 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
-
valueOf
public 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 nameNullPointerException
- if the argument is null
-
get
public 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
.
-
getByName
public 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
.
-
get
public 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
.
-
getValue
public int getValue()
- Specified by:
getValue
in interfaceEnumerator
-
getName
public String getName()
- Specified by:
getName
in interfaceEnumerator
-
getLiteral
public String getLiteral()
- Specified by:
getLiteral
in interfaceEnumerator
-
toString
public String toString()
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<CurveInterpolationType>
-
-