public static enum Wkt.Dialect extends Enum<Wkt.Dialect>
| Enum Constant and Description |
|---|
DB2_WKT |
HANA_EWKT |
MYSQL_WKT |
POSTGIS_EWKT_1
the PostGIS EWKT dialect (versions 1.0 and later).
|
SFA_1_1_0
Implements SFA vs 1.1.0, OGC document 05_126
|
SFA_1_2_1
Implements SFA vs 1.2.1, OGC document 06-103r4
|
| 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 SFA_1_1_0
public static final Wkt.Dialect SFA_1_2_1
public static final Wkt.Dialect POSTGIS_EWKT_1
public static final Wkt.Dialect MYSQL_WKT
public static final Wkt.Dialect HANA_EWKT
public static final Wkt.Dialect DB2_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 © 2023 geolatte.org. All rights reserved.