Package org.gvsig.fmap.geom
Interface GeometryCoercionContext
- All Superinterfaces:
org.gvsig.tools.dataTypes.CoercionContext
public interface GeometryCoercionContext
extends org.gvsig.tools.dataTypes.CoercionContext
- Author:
- gvSIG Team
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionintgetMode()voidsetGeometryType(GeometryType type) voidsetMode(int mode)
-
Field Details
-
MODE_ONERROR_NULL
static final int MODE_ONERROR_NULL- See Also:
-
MODE_ONERROR_DONTCONVERT
static final int MODE_ONERROR_DONTCONVERT- See Also:
-
MODE_ONERROR_THROW
static final int MODE_ONERROR_THROW- See Also:
-
-
Method Details
-
getGeometryType
GeometryType getGeometryType() -
setGeometryType
-
getMode
int getMode() -
setMode
void setMode(int mode)
-