public abstract class AbstractExportParametersGeometry extends AbstractExportParameters implements ExportParametersGeometry
exportAttributes, factory, LOGGERCHECKGEOMETRY_CHECK_IF_CORRUPT, CHECKGEOMETRY_CHECK_IF_VALID, CHECKGEOMETRY_NONE, CHECKGEOMETRYACTION_ABORT, CHECKGEOMETRYACTION_SET_GEOMETRY_TO_NULL, CHECKGEOMETRYACTION_SKIP_FEATUREUSE_ALL_FEATURES, USE_FILTERED_FEATURES, USE_SELECTED_FEATURES| Constructor and Description |
|---|
AbstractExportParametersGeometry(ExportServiceFactory factory) |
getContext, getCreationDate, getExportAttributes, getFactory, getFeatureQuery, getFeaturesToUse, getFilterExpresion, getLabel, getSourceFeatureStore, getSourceFeatureType, getTargetFeatureType, getValue, resetVolatileValues, setContext, setCreationDate, setExportAttributes, setFeatureQuery, setFeaturesToUse, setFilterExpresion, setSourceFeatureStore, setSourceFeatureType, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContext, getCreationDate, getExportAttributes, getFactory, getFeatureQuery, getFeaturesToUse, getFilterExpresion, getServiceName, getSourceFeatureStore, getSourceFeatureType, getTargetFeatureType, resetVolatileValues, setContext, setCreationDate, setExportAttributes, setFeatureQuery, setFeaturesToUse, setFilterExpresion, setSourceFeatureStore, setSourceFeatureTypegetLabel, getValue, label, toStringpublic AbstractExportParametersGeometry(ExportServiceFactory factory)
public boolean needsSelectTargetProjection()
needsSelectTargetProjection in interface ExportParametersneedsSelectTargetProjection in class AbstractExportParameterspublic void setContextProjection(IProjection projection)
setContextProjection in interface ExportParametersGeometrypublic IProjection getContextProjection()
getContextProjection in interface ExportParametersGeometrypublic void setSourceProjection(IProjection sourceProjection)
setSourceProjection in interface ExportParametersGeometrypublic IProjection getSourceProjection()
getSourceProjection in interface ExportParametersGeometrypublic ICoordTrans getSourceTransformation()
getSourceTransformation in interface ExportParametersGeometrypublic void setSourceTransformation(ICoordTrans contextTransformation)
setSourceTransformation in interface ExportParametersGeometrypublic void setTargetProjection(IProjection targetProjection)
setTargetProjection in interface ExportParametersGeometrypublic IProjection getTargetProjection()
getTargetProjection in interface ExportParametersGeometrypublic void setTargetTransformation(ICoordTrans transformation)
setTargetTransformation in interface ExportParametersGeometrypublic ICoordTrans getTargetTransformation()
getTargetTransformation in interface ExportParametersGeometrypublic int getGeometryChecks()
getGeometryChecks in interface ExportParametersGeometrypublic int getGeometryChecksAction()
getGeometryChecksAction in interface ExportParametersGeometrypublic boolean getTryToFixGeometry()
getTryToFixGeometry in interface ExportParametersGeometrypublic void setGeometryChecks(int geometryChecks)
setGeometryChecks in interface ExportParametersGeometrypublic void setGeometryChecksAction(int geometryChecksAction)
setGeometryChecksAction in interface ExportParametersGeometrypublic void setTryToFixGeometry(boolean tryToFixGeometry)
setTryToFixGeometry in interface ExportParametersGeometrypublic java.lang.String getSourceGeometryFieldName()
getSourceGeometryFieldName in interface ExportParametersGeometrypublic void setSourceGeometryFieldName(java.lang.String geometryFieldName)
setSourceGeometryFieldName in interface ExportParametersGeometrypublic int getTargetGeometryTypeAsInt()
getTargetGeometryTypeAsInt in interface ExportParametersGeometrypublic int getTargetGeometrySubtype()
getTargetGeometrySubtype in interface ExportParametersGeometrypublic void setTargetGeometryType(int geometryType)
setTargetGeometryType in interface ExportParametersGeometrypublic void setTargetGeometrySubtype(int subtype)
setTargetGeometrySubtype in interface ExportParametersGeometrypublic void setTargetGeometryType(GeometryType type)
setTargetGeometryType in interface ExportParametersGeometrypublic GeometryType getTargetGeometryType()
getTargetGeometryType in interface ExportParametersGeometrypublic ExportParameters clone() throws java.lang.CloneNotSupportedException
clone in interface ExportParametersclone in class AbstractExportParametersjava.lang.CloneNotSupportedExceptionpublic static void registerPersistence()
public void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentsaveToState in class AbstractExportParametersPersistenceExceptionpublic void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentloadFromState in class AbstractExportParametersPersistenceExceptionpublic ICoordTrans getTransformationToUse()
getTransformationToUse in interface ExportParametersGeometry