class PostgisWkbTypeMasks
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
M_FLAG
Mask for testing the presence of M-coordinates in the WKB
|
static int |
SRID_FLAG
Mask for testing the presence of a SRID in the WKB
|
static int |
Z_FLAG
Mask for testing the presence of Z-coordinates in the WKB
|
| Constructor and Description |
|---|
PostgisWkbTypeMasks() |
public static final int Z_FLAG
public static final int M_FLAG
public static final int SRID_FLAG