deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.feature.types.property
Enum GeometryPropertyType.GeometryType

java.lang.Object
  extended by java.lang.Enum<GeometryPropertyType.GeometryType>
      extended by org.deegree.feature.types.property.GeometryPropertyType.GeometryType
All Implemented Interfaces:
Serializable, Comparable<GeometryPropertyType.GeometryType>
Enclosing class:
GeometryPropertyType

public static enum GeometryPropertyType.GeometryType
extends 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

GEOMETRY

public static final GeometryPropertyType.GeometryType GEOMETRY
Any kind of geometry (primitive, composite or aggregate).


PRIMITIVE

public static final GeometryPropertyType.GeometryType PRIMITIVE
A primitive geometry.


COMPOSITE

public static final GeometryPropertyType.GeometryType COMPOSITE
A composite geometry.


POINT

public static final GeometryPropertyType.GeometryType POINT

CURVE

public static final GeometryPropertyType.GeometryType CURVE

LINE_STRING

public static final GeometryPropertyType.GeometryType LINE_STRING

RING

public static final GeometryPropertyType.GeometryType RING

LINEAR_RING

public static final GeometryPropertyType.GeometryType LINEAR_RING

ORIENTABLE_CURVE

public static final GeometryPropertyType.GeometryType ORIENTABLE_CURVE

COMPOSITE_CURVE

public static final GeometryPropertyType.GeometryType COMPOSITE_CURVE

SURFACE

public static final GeometryPropertyType.GeometryType SURFACE

POLYHEDRAL_SURFACE

public static final GeometryPropertyType.GeometryType POLYHEDRAL_SURFACE

TRIANGULATED_SURFACE

public static final GeometryPropertyType.GeometryType TRIANGULATED_SURFACE

TIN

public static final GeometryPropertyType.GeometryType TIN

POLYGON

public static final GeometryPropertyType.GeometryType POLYGON

ORIENTABLE_SURFACE

public static final GeometryPropertyType.GeometryType ORIENTABLE_SURFACE

COMPOSITE_SURFACE

public static final GeometryPropertyType.GeometryType COMPOSITE_SURFACE

SOLID

public static final GeometryPropertyType.GeometryType SOLID

COMPOSITE_SOLID

public static final GeometryPropertyType.GeometryType COMPOSITE_SOLID

MULTI_GEOMETRY

public static final GeometryPropertyType.GeometryType MULTI_GEOMETRY

MULTI_POINT

public static final GeometryPropertyType.GeometryType MULTI_POINT

MULTI_CURVE

public static final GeometryPropertyType.GeometryType MULTI_CURVE

MULTI_LINE_STRING

public static final GeometryPropertyType.GeometryType MULTI_LINE_STRING

MULTI_SURFACE

public static final GeometryPropertyType.GeometryType MULTI_SURFACE

MULTI_POLYGON

public static final GeometryPropertyType.GeometryType MULTI_POLYGON

MULTI_SOLID

public static final GeometryPropertyType.GeometryType MULTI_SOLID
Method Detail

values

public static GeometryPropertyType.GeometryType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (GeometryPropertyType.GeometryType c : GeometryPropertyType.GeometryType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static GeometryPropertyType.GeometryType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
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

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>