|
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<GeometryType>
org.deegree.feature.persistence.postgis.jaxbconfig.GeometryType
public enum GeometryType
Java class for GeometryType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="GeometryType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Geometry"/>
<enumeration value="PrimitiveGeometry"/>
<enumeration value="CompositeGeometry"/>
<enumeration value="Point"/>
<enumeration value="Curve"/>
<enumeration value="LineString"/>
<enumeration value="Ring"/>
<enumeration value="LinearRing"/>
<enumeration value="OrientableCurve"/>
<enumeration value="CompositeCurve"/>
<enumeration value="Surface"/>
<enumeration value="PolyhedralSurface"/>
<enumeration value="TriangulatedSurface"/>
<enumeration value="Tin"/>
<enumeration value="Polygon"/>
<enumeration value="OrientableSurface"/>
<enumeration value="CompositeSurface"/>
<enumeration value="Solid"/>
<enumeration value="CompositeSolid"/>
<enumeration value="MultiGeometry"/>
<enumeration value="MultiPoint"/>
<enumeration value="MultiCurve"/>
<enumeration value="MultiLineString"/>
<enumeration value="MultiSurface"/>
<enumeration value="MultiPolygon"/>
<enumeration value="MultiSolid"/>
</restriction>
</simpleType>
| Method Summary | |
|---|---|
static GeometryType |
fromValue(String v)
|
String |
value()
|
static GeometryType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static 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 GeometryType GEOMETRY
public static final GeometryType PRIMITIVE_GEOMETRY
public static final GeometryType COMPOSITE_GEOMETRY
public static final GeometryType POINT
public static final GeometryType CURVE
public static final GeometryType LINE_STRING
public static final GeometryType RING
public static final GeometryType LINEAR_RING
public static final GeometryType ORIENTABLE_CURVE
public static final GeometryType COMPOSITE_CURVE
public static final GeometryType SURFACE
public static final GeometryType POLYHEDRAL_SURFACE
public static final GeometryType TRIANGULATED_SURFACE
public static final GeometryType TIN
public static final GeometryType POLYGON
public static final GeometryType ORIENTABLE_SURFACE
public static final GeometryType COMPOSITE_SURFACE
public static final GeometryType SOLID
public static final GeometryType COMPOSITE_SOLID
public static final GeometryType MULTI_GEOMETRY
public static final GeometryType MULTI_POINT
public static final GeometryType MULTI_CURVE
public static final GeometryType MULTI_LINE_STRING
public static final GeometryType MULTI_SURFACE
public static final GeometryType MULTI_POLYGON
public static final GeometryType MULTI_SOLID
| Method Detail |
|---|
public static GeometryType[] values()
for (GeometryType c : GeometryType.values()) System.out.println(c);
public static 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 nullpublic String value()
public static GeometryType fromValue(String v)
|
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 | |||||||||