public class ExportShapeParametersImpl extends AbstractExportParametersGeometryFile implements ExportShapeParameters
fileHelper
exportAttributes, factory, LOGGER
CHECKGEOMETRY_CHECK_IF_CORRUPT, CHECKGEOMETRY_CHECK_IF_VALID, CHECKGEOMETRY_NONE, CHECKGEOMETRYACTION_ABORT, CHECKGEOMETRYACTION_SET_GEOMETRY_TO_NULL, CHECKGEOMETRYACTION_SKIP_FEATURE
USE_ALL_FEATURES, USE_FILTERED_FEATURES, USE_SELECTED_FEATURES
Constructor and Description |
---|
ExportShapeParametersImpl() |
ExportShapeParametersImpl(ExportShapeServiceFactory factory) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEncoding() |
java.lang.String |
getServiceName() |
boolean |
getUseSimplifiedExport() |
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
static void |
registerPersistence() |
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
void |
setEncoding(java.lang.String encoding) |
void |
setSourceFeatureType(FeatureType sourceFeatureType) |
void |
setUseSimplifiedExport(boolean useSimplifiedExport) |
getEvaluatedFile, getFile, getFileExtension, resetVolatileValues, setFile
clone, getContextProjection, getGeometryChecks, getGeometryChecksAction, getSourceGeometryFieldName, getSourceProjection, getSourceTransformation, getTargetGeometrySubtype, getTargetGeometryType, getTargetGeometryTypeAsInt, getTargetProjection, getTargetTransformation, getTransformationToUse, getTryToFixGeometry, needsSelectTargetProjection, setContextProjection, setGeometryChecks, setGeometryChecksAction, setSourceGeometryFieldName, setSourceProjection, setSourceTransformation, setTargetGeometrySubtype, setTargetGeometryType, setTargetGeometryType, setTargetProjection, setTargetTransformation, setTryToFixGeometry
getContext, getCreationDate, getExportAttributes, getFactory, getFeatureQuery, getFeaturesToUse, getFilterExpresion, getLabel, getSourceFeatureStore, getSourceFeatureType, getTargetFeatureType, getValue, setContext, setCreationDate, setExportAttributes, setFeatureQuery, setFeaturesToUse, setFilterExpresion, setSourceFeatureStore, toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEvaluatedFile, getFile, getFileExtension, setFile
getContextProjection, getGeometryChecks, getGeometryChecksAction, getSourceGeometryFieldName, getSourceProjection, getSourceTransformation, getTargetGeometrySubtype, getTargetGeometryType, getTargetGeometryTypeAsInt, getTargetProjection, getTargetTransformation, getTransformationToUse, getTryToFixGeometry, setContextProjection, setGeometryChecks, setGeometryChecksAction, setSourceGeometryFieldName, setSourceProjection, setSourceTransformation, setTargetGeometrySubtype, setTargetGeometryType, setTargetGeometryType, setTargetProjection, setTargetTransformation, setTryToFixGeometry
clone, getContext, getCreationDate, getExportAttributes, getFactory, getFeatureQuery, getFeaturesToUse, getFilterExpresion, getSourceFeatureStore, getSourceFeatureType, getTargetFeatureType, needsSelectTargetProjection, resetVolatileValues, setContext, setCreationDate, setExportAttributes, setFeatureQuery, setFeaturesToUse, setFilterExpresion, setSourceFeatureStore
getLabel, getValue, label, toString
public ExportShapeParametersImpl(ExportShapeServiceFactory factory)
public ExportShapeParametersImpl()
public java.lang.String getServiceName()
getServiceName
in interface ExportParameters
public java.lang.String getEncoding()
getEncoding
in interface ExportDBFParameters
public void setEncoding(java.lang.String encoding)
setEncoding
in interface ExportDBFParameters
public boolean getUseSimplifiedExport()
getUseSimplifiedExport
in interface ExportShapeParameters
public void setUseSimplifiedExport(boolean useSimplifiedExport)
setUseSimplifiedExport
in interface ExportShapeParameters
public void setSourceFeatureType(FeatureType sourceFeatureType)
setSourceFeatureType
in interface ExportParameters
setSourceFeatureType
in class AbstractExportParameters
public static void registerPersistence()
public void saveToState(PersistentState state) throws PersistenceException
Persistent
saveToState
in interface Persistent
saveToState
in class AbstractExportParametersGeometryFile
PersistenceException
public void loadFromState(PersistentState state) throws PersistenceException
Persistent
loadFromState
in interface Persistent
loadFromState
in class AbstractExportParametersGeometryFile
PersistenceException