public class DefaultExportGeometryHelper extends java.lang.Object implements ExportGeometryHelper
Constructor and Description |
---|
DefaultExportGeometryHelper(ExportParametersGeometry parameters,
FeatureType theTargetFeatureType,
FeatureType theSourceFeatureType) |
Modifier and Type | Method and Description |
---|---|
boolean |
canProcessGeometry() |
int |
copyGeometry(Feature sourceFeature,
EditableFeature targetFeature) |
java.lang.String |
getLastErrorMessage() |
public DefaultExportGeometryHelper(ExportParametersGeometry parameters, FeatureType theTargetFeatureType, FeatureType theSourceFeatureType)
public java.lang.String getLastErrorMessage()
getLastErrorMessage
in interface ExportGeometryHelper
public int copyGeometry(Feature sourceFeature, EditableFeature targetFeature)
copyGeometry
in interface ExportGeometryHelper
public boolean canProcessGeometry()
canProcessGeometry
in interface ExportGeometryHelper