public static enum Wkt.Dialect extends Enum<Wkt.Dialect>
Enum Constant and Description |
---|
MYSQL_WKT |
POSTGIS_EWKT_1 |
Modifier and Type | Method and Description |
---|---|
static Wkt.Dialect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wkt.Dialect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Wkt.Dialect POSTGIS_EWKT_1
public static final Wkt.Dialect MYSQL_WKT
public static Wkt.Dialect[] values()
for (Wkt.Dialect c : Wkt.Dialect.values()) System.out.println(c);
public static Wkt.Dialect 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 © 2015 geolatte.org. All rights reserved.