|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CurveSegment.CurveSegmentType>
org.deegree.geometry.primitive.segments.CurveSegment.CurveSegmentType
public static enum CurveSegment.CurveSegmentType
Convenience enum type for discriminating the different curve segment variants in switch statements.
| Enum Constant Summary | |
|---|---|
ARC
Segment is an Arc. |
|
ARC_BY_BULGE
Segment is an ArcByBulge. |
|
ARC_BY_CENTER_POINT
Segment is an ArcByCenterPoint. |
|
ARC_STRING
Segment is an ArcString. |
|
ARC_STRING_BY_BULGE
Segment is an ArcStringByBulge. |
|
BEZIER
Segment is a Bezier. |
|
BSPLINE
Segment is a BSpline. |
|
CIRCLE
Segment is a Circle. |
|
CIRCLE_BY_CENTER_POINT
Segment is a CircleByCenterPoint. |
|
CLOTHOID
Segment is a Clothoid. |
|
CUBIC_SPLINE
Segment is a CubicSpline. |
|
GEODESIC
Segment is a Geodesic. |
|
GEODESIC_STRING
Segment is a GeodesicString. |
|
LINE_STRING_SEGMENT
Segment is a LineStringSegment. |
|
OFFSET_CURVE
Segment is an OffsetCurve. |
|
| Method Summary | |
|---|---|
static CurveSegment.CurveSegmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CurveSegment.CurveSegmentType[] |
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 CurveSegment.CurveSegmentType ARC
Arc.
public static final CurveSegment.CurveSegmentType ARC_BY_BULGE
ArcByBulge.
public static final CurveSegment.CurveSegmentType ARC_BY_CENTER_POINT
ArcByCenterPoint.
public static final CurveSegment.CurveSegmentType ARC_STRING
ArcString.
public static final CurveSegment.CurveSegmentType ARC_STRING_BY_BULGE
ArcStringByBulge.
public static final CurveSegment.CurveSegmentType BEZIER
Bezier.
public static final CurveSegment.CurveSegmentType BSPLINE
BSpline.
public static final CurveSegment.CurveSegmentType CIRCLE
Circle.
public static final CurveSegment.CurveSegmentType CIRCLE_BY_CENTER_POINT
CircleByCenterPoint.
public static final CurveSegment.CurveSegmentType CLOTHOID
Clothoid.
public static final CurveSegment.CurveSegmentType CUBIC_SPLINE
CubicSpline.
public static final CurveSegment.CurveSegmentType GEODESIC
Geodesic.
public static final CurveSegment.CurveSegmentType GEODESIC_STRING
GeodesicString.
public static final CurveSegment.CurveSegmentType LINE_STRING_SEGMENT
LineStringSegment.
public static final CurveSegment.CurveSegmentType OFFSET_CURVE
OffsetCurve.
| Method Detail |
|---|
public static CurveSegment.CurveSegmentType[] values()
for (CurveSegment.CurveSegmentType c : CurveSegment.CurveSegmentType.values()) System.out.println(c);
public static CurveSegment.CurveSegmentType 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 null
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||