Package org.gvsig.export.spi
Interface ExportGeometryHelper
public interface ExportGeometryHelper
- Author:
- jjdelcerro
-
Method Summary
Modifier and TypeMethodDescriptionbooleanintcopyGeometry(org.gvsig.fmap.dal.feature.Feature sourceFeature, org.gvsig.fmap.dal.feature.EditableFeature targetFeature)
-
Method Details
-
canProcessGeometry
boolean canProcessGeometry() -
copyGeometry
int copyGeometry(org.gvsig.fmap.dal.feature.Feature sourceFeature, org.gvsig.fmap.dal.feature.EditableFeature targetFeature) -
getLastErrorMessage
String getLastErrorMessage()
-