public static enum Wkb.Dialect extends Enum<Wkb.Dialect>
| Enum Constant and Description |
|---|
HANA_EWKB |
MYSQL_WKB |
POSTGIS_EWKB_1
the PostGIS EWKB dialect (version < 2.2.1).
|
POSTGIS_EWKB_2
the PostGIS EWKB dialect (version >= 2.2.2).
|
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 Wkb.Dialect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wkb.Dialect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Wkb.Dialect SFA_1_1_0
public static final Wkb.Dialect SFA_1_2_1
public static final Wkb.Dialect POSTGIS_EWKB_1
Point as an empty GeometryCollectionpublic static final Wkb.Dialect POSTGIS_EWKB_2
Point as an Point with coordinates (NaN, NaN).public static final Wkb.Dialect MYSQL_WKB
public static final Wkb.Dialect HANA_EWKB
public static Wkb.Dialect[] values()
for (Wkb.Dialect c : Wkb.Dialect.values()) System.out.println(c);
public static Wkb.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 © 2021 geolatte.org. All rights reserved.