|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CurveInterpolationType>
net.opengis.gml.CurveInterpolationType
public enum CurveInterpolationType
Classe Java pour CurveInterpolationType.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
| Method Summary | |
|---|---|
static CurveInterpolationType |
fromValue(String v)
|
String |
value()
|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CurveInterpolationType LINEAR
public static final CurveInterpolationType GEODESIC
public static final CurveInterpolationType CIRCULAR_ARC_3_POINTS
public static final CurveInterpolationType CIRCULAR_ARC_2_POINT_WITH_BULGE
public static final CurveInterpolationType CIRCULAR_ARC_CENTER_POINT_WITH_RADIUS
public static final CurveInterpolationType ELLIPTICAL
public static final CurveInterpolationType CLOTHOID
public static final CurveInterpolationType CONIC
public static final CurveInterpolationType POLYNOMIAL_SPLINE
public static final CurveInterpolationType CUBIC_SPLINE
public static final CurveInterpolationType RATIONAL_SPLINE
| Method Detail |
|---|
public static CurveInterpolationType[] values()
for (CurveInterpolationType c : CurveInterpolationType.values()) System.out.println(c);
public static CurveInterpolationType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static CurveInterpolationType fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||