|
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<PolygonPatch.PolygonPatchType>
org.deegree.geometry.primitive.patches.PolygonPatch.PolygonPatchType
public static enum PolygonPatch.PolygonPatchType
Simple enum defining the different possible PolygonPatch instances.
| Enum Constant Summary | |
|---|---|
POLYGON_PATCH
Patch is a generic PolygonPatch. |
|
RECTANGLE
Patch is a Rectangle. |
|
TRIANGLE
Patch is a Triangle. |
|
| Method Summary | |
|---|---|
static PolygonPatch.PolygonPatchType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PolygonPatch.PolygonPatchType[] |
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 PolygonPatch.PolygonPatchType POLYGON_PATCH
PolygonPatch.
public static final PolygonPatch.PolygonPatchType RECTANGLE
Rectangle. Which does not have interior rings.
public static final PolygonPatch.PolygonPatchType TRIANGLE
Triangle. Which does not have interior rings.
| Method Detail |
|---|
public static PolygonPatch.PolygonPatchType[] values()
for (PolygonPatch.PolygonPatchType c : PolygonPatch.PolygonPatchType.values()) System.out.println(c);
public static PolygonPatch.PolygonPatchType 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 | |||||||||