public static enum GeometryUtils.OGCType extends Enum<GeometryUtils.OGCType>
| Enum Constant and Description |
|---|
ST_LINESTRING |
ST_MULTILINESTRING |
ST_MULTIPOINT |
ST_MULTIPOLYGON |
ST_POINT |
ST_POLYGON |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
static GeometryUtils.OGCType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeometryUtils.OGCType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeometryUtils.OGCType UNKNOWN
public static final GeometryUtils.OGCType ST_POINT
public static final GeometryUtils.OGCType ST_LINESTRING
public static final GeometryUtils.OGCType ST_POLYGON
public static final GeometryUtils.OGCType ST_MULTIPOINT
public static final GeometryUtils.OGCType ST_MULTILINESTRING
public static final GeometryUtils.OGCType ST_MULTIPOLYGON
public static GeometryUtils.OGCType[] values()
for (GeometryUtils.OGCType c : GeometryUtils.OGCType.values()) System.out.println(c);
public static GeometryUtils.OGCType 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 nullpublic int getIndex()
Copyright © 2022 The Apache Software Foundation. All rights reserved.