public interface GeometryCoercionContext extends CoercionContext
Modifier and Type | Field and Description |
---|---|
static int |
MODE_ONERROR_DONTCONVERT |
static int |
MODE_ONERROR_NULL |
static int |
MODE_ONERROR_THROW |
Modifier and Type | Method and Description |
---|---|
GeometryType |
getGeometryType() |
int |
getMode() |
void |
setGeometryType(GeometryType type) |
void |
setMode(int mode) |
static final int MODE_ONERROR_NULL
static final int MODE_ONERROR_DONTCONVERT
static final int MODE_ONERROR_THROW
GeometryType getGeometryType()
void setGeometryType(GeometryType type)
int getMode()
void setMode(int mode)