public static enum AbstractNewFeature.geomTypes extends Enum<AbstractNewFeature.geomTypes>
| Enum Constant and Description |
|---|
ELLIPSE |
LINESTRING |
MULTIPOLYGON |
POINT |
POLYGON |
RECTANGLE |
TEXT |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static AbstractNewFeature.geomTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractNewFeature.geomTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractNewFeature.geomTypes ELLIPSE
public static final AbstractNewFeature.geomTypes LINESTRING
public static final AbstractNewFeature.geomTypes RECTANGLE
public static final AbstractNewFeature.geomTypes POINT
public static final AbstractNewFeature.geomTypes POLYGON
public static final AbstractNewFeature.geomTypes MULTIPOLYGON
public static final AbstractNewFeature.geomTypes TEXT
public static final AbstractNewFeature.geomTypes UNKNOWN
public static AbstractNewFeature.geomTypes[] values()
for (AbstractNewFeature.geomTypes c : AbstractNewFeature.geomTypes.values()) System.out.println(c);
public static AbstractNewFeature.geomTypes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2012–2026 cismet GmbH. All rights reserved.