|
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<GeometryPropertyType.GeometryType>
org.deegree.feature.types.property.GeometryPropertyType.GeometryType
public static enum GeometryPropertyType.GeometryType
| Enum Constant Summary | |
|---|---|
COMPOSITE
A composite geometry. |
|
COMPOSITE_CURVE
|
|
COMPOSITE_SOLID
|
|
COMPOSITE_SURFACE
|
|
CURVE
|
|
GEOMETRY
Any kind of geometry (primitive, composite or aggregate). |
|
LINE_STRING
|
|
LINEAR_RING
|
|
MULTI_CURVE
|
|
MULTI_GEOMETRY
|
|
MULTI_LINE_STRING
|
|
MULTI_POINT
|
|
MULTI_POLYGON
|
|
MULTI_SOLID
|
|
MULTI_SURFACE
|
|
ORIENTABLE_CURVE
|
|
ORIENTABLE_SURFACE
|
|
POINT
|
|
POLYGON
|
|
POLYHEDRAL_SURFACE
|
|
PRIMITIVE
A primitive geometry. |
|
RING
|
|
SOLID
|
|
SURFACE
|
|
TIN
|
|
TRIANGULATED_SURFACE
|
|
| Method Summary | |
|---|---|
static GeometryPropertyType.GeometryType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GeometryPropertyType.GeometryType[] |
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 GeometryPropertyType.GeometryType GEOMETRY
public static final GeometryPropertyType.GeometryType PRIMITIVE
public static final GeometryPropertyType.GeometryType COMPOSITE
public static final GeometryPropertyType.GeometryType POINT
public static final GeometryPropertyType.GeometryType CURVE
public static final GeometryPropertyType.GeometryType LINE_STRING
public static final GeometryPropertyType.GeometryType RING
public static final GeometryPropertyType.GeometryType LINEAR_RING
public static final GeometryPropertyType.GeometryType ORIENTABLE_CURVE
public static final GeometryPropertyType.GeometryType COMPOSITE_CURVE
public static final GeometryPropertyType.GeometryType SURFACE
public static final GeometryPropertyType.GeometryType POLYHEDRAL_SURFACE
public static final GeometryPropertyType.GeometryType TRIANGULATED_SURFACE
public static final GeometryPropertyType.GeometryType TIN
public static final GeometryPropertyType.GeometryType POLYGON
public static final GeometryPropertyType.GeometryType ORIENTABLE_SURFACE
public static final GeometryPropertyType.GeometryType COMPOSITE_SURFACE
public static final GeometryPropertyType.GeometryType SOLID
public static final GeometryPropertyType.GeometryType COMPOSITE_SOLID
public static final GeometryPropertyType.GeometryType MULTI_GEOMETRY
public static final GeometryPropertyType.GeometryType MULTI_POINT
public static final GeometryPropertyType.GeometryType MULTI_CURVE
public static final GeometryPropertyType.GeometryType MULTI_LINE_STRING
public static final GeometryPropertyType.GeometryType MULTI_SURFACE
public static final GeometryPropertyType.GeometryType MULTI_POLYGON
public static final GeometryPropertyType.GeometryType MULTI_SOLID
| Method Detail |
|---|
public static GeometryPropertyType.GeometryType[] values()
for (GeometryPropertyType.GeometryType c : GeometryPropertyType.GeometryType.values()) System.out.println(c);
public static GeometryPropertyType.GeometryType 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 | |||||||||