static enum GeoFunctions.Type extends Enum<GeoFunctions.Type>
| Enum Constant and Description |
|---|
CURVE |
GEOMCOLLECTION |
Geometry |
LINESTRING |
MULTILINESTRING |
MULTIPOINT |
MULTIPOLYGON |
POINT |
POLYGON |
POLYHEDRALSURFACE |
SURFACE |
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
code |
| Modifier and Type | Method and Description |
|---|---|
static GeoFunctions.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoFunctions.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoFunctions.Type Geometry
public static final GeoFunctions.Type POINT
public static final GeoFunctions.Type LINESTRING
public static final GeoFunctions.Type POLYGON
public static final GeoFunctions.Type MULTIPOINT
public static final GeoFunctions.Type MULTILINESTRING
public static final GeoFunctions.Type MULTIPOLYGON
public static final GeoFunctions.Type GEOMCOLLECTION
public static final GeoFunctions.Type CURVE
public static final GeoFunctions.Type SURFACE
public static final GeoFunctions.Type POLYHEDRALSURFACE
public static GeoFunctions.Type[] values()
for (GeoFunctions.Type c : GeoFunctions.Type.values()) System.out.println(c);
public static GeoFunctions.Type 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–2018 The Apache Software Foundation. All rights reserved.