Package org.gvsig.export.spi
Interface ExportServiceManager.FixGeometryStatus
- Enclosing interface:
ExportServiceManager
public static interface ExportServiceManager.FixGeometryStatus
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Method Summary
-
Field Details
-
STATE_OK
static final int STATE_OK- See Also:
-
STATE_SKIP
static final int STATE_SKIP- See Also:
-
STATE_ABORT
static final int STATE_ABORT- See Also:
-
-
Method Details
-
getGeometry
org.gvsig.fmap.geom.Geometry getGeometry() -
getState
int getState() -
getMessage
String getMessage()
-