public enum ELcdGML31CurveInterpolation extends java.lang.Enum<ELcdGML31CurveInterpolation>
Enum Constant and Description |
---|
CIRCULAR_ARC_2_POINT_WITH_BULGE |
CIRCULAR_ARC_3_POINTS |
CIRCULAR_ARC_CENTER_POINT_WITH_RADIUS |
CLOTHOID |
CONIC |
CUBIC_SPLINE |
ELLIPTICAL |
GEODESIC |
LINEAR |
POLYNOMIAL_SPLINE |
RATIONAL_SPLINE |
Modifier and Type | Method and Description |
---|---|
static ELcdGML31CurveInterpolation |
fromValue(java.lang.String aValue) |
java.lang.String |
toString() |
static java.lang.String |
toValue(ELcdGML31CurveInterpolation aValue) |
java.lang.String |
value() |
static ELcdGML31CurveInterpolation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ELcdGML31CurveInterpolation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ELcdGML31CurveInterpolation LINEAR
public static final ELcdGML31CurveInterpolation GEODESIC
public static final ELcdGML31CurveInterpolation CIRCULAR_ARC_3_POINTS
public static final ELcdGML31CurveInterpolation CIRCULAR_ARC_2_POINT_WITH_BULGE
public static final ELcdGML31CurveInterpolation CIRCULAR_ARC_CENTER_POINT_WITH_RADIUS
public static final ELcdGML31CurveInterpolation ELLIPTICAL
public static final ELcdGML31CurveInterpolation CLOTHOID
public static final ELcdGML31CurveInterpolation CONIC
public static final ELcdGML31CurveInterpolation POLYNOMIAL_SPLINE
public static final ELcdGML31CurveInterpolation CUBIC_SPLINE
public static final ELcdGML31CurveInterpolation RATIONAL_SPLINE
public static ELcdGML31CurveInterpolation[] values()
for (ELcdGML31CurveInterpolation c : ELcdGML31CurveInterpolation.values()) System.out.println(c);
public static ELcdGML31CurveInterpolation valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public java.lang.String toString()
toString
in class java.lang.Enum<ELcdGML31CurveInterpolation>
public static ELcdGML31CurveInterpolation fromValue(java.lang.String aValue)
public static java.lang.String toValue(ELcdGML31CurveInterpolation aValue)