|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<WKTWriter.WKTFlag> org.deegree.geometry.io.WKTWriter.WKTFlag
public static enum WKTWriter.WKTFlag
The flag is used to specify which geometric operations the database is capable of
Enum Constant Summary | |
---|---|
USE_3D
Export can use 3D geometries |
|
USE_COMPOSITES
COMPOSITEGEOMETRY(), COMPOSITECURVE(), COMPOSITESOLID() |
|
USE_DKT
Use deegree-WKT-extensions (object ids, properties, all geometry types) |
|
USE_ENVELOPE
Export can use ENVELOPE |
|
USE_LINEARIZATION
If necessary, linearize curves / surface boundaries. |
|
USE_LINEARRING
Export can use LINEARRING(...) |
|
USE_SQL_MM
Export can use CIRCULARSTRING(...), COMPOUNDSTRING(...), ... |
Method Summary | |
---|---|
static WKTWriter.WKTFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WKTWriter.WKTFlag[] |
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 WKTWriter.WKTFlag USE_ENVELOPE
public static final WKTWriter.WKTFlag USE_3D
public static final WKTWriter.WKTFlag USE_LINEARRING
public static final WKTWriter.WKTFlag USE_SQL_MM
public static final WKTWriter.WKTFlag USE_LINEARIZATION
public static final WKTWriter.WKTFlag USE_COMPOSITES
public static final WKTWriter.WKTFlag USE_DKT
Method Detail |
---|
public static WKTWriter.WKTFlag[] values()
for (WKTWriter.WKTFlag c : WKTWriter.WKTFlag.values()) System.out.println(c);
public static WKTWriter.WKTFlag 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |