public class DefaultExportProcess extends java.lang.Object implements ExportProcess
Constructor and Description |
---|
DefaultExportProcess() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getContext() |
ExportParameters |
getParameters() |
java.util.List<OpenDataStoreParameters> |
getTargetOpenStoreParameters() |
TaskStatus |
getTaskStatus() |
void |
run() |
void |
setContext(java.lang.Object context) |
void |
setContextProjection(IProjection projection) |
void |
setFeatureQuery(FeatureQuery featureQuery) |
void |
setFeaturesToUse(int featuresToUse) |
void |
setFilterExpression(Expression expression) |
void |
setOutputFormat(java.lang.String serviceName) |
void |
setParameters(ExportParameters params) |
void |
setSourceFeatureStore(FeatureStore store) |
void |
setSourceProjection(IProjection projection) |
void |
setSourceTransformation(ICoordTrans transformation) |
public void setOutputFormat(java.lang.String serviceName) throws ExportException
setOutputFormat
in interface ExportProcess
ExportException
public void setParameters(ExportParameters params)
setParameters
in interface ExportProcess
public void setSourceFeatureStore(FeatureStore store)
setSourceFeatureStore
in interface ExportProcess
public void setContextProjection(IProjection projection)
setContextProjection
in interface ExportProcess
public void setSourceTransformation(ICoordTrans transformation)
setSourceTransformation
in interface ExportProcess
public void setSourceProjection(IProjection projection)
setSourceProjection
in interface ExportProcess
public java.lang.Object getContext()
getContext
in interface ExportProcess
public void setContext(java.lang.Object context)
setContext
in interface ExportProcess
public ExportParameters getParameters()
getParameters
in interface ExportProcess
public TaskStatus getTaskStatus()
getTaskStatus
in interface ExportProcess
public void run()
run
in interface java.lang.Runnable
public java.util.List<OpenDataStoreParameters> getTargetOpenStoreParameters()
getTargetOpenStoreParameters
in interface ExportProcess
public void setFilterExpression(Expression expression)
setFilterExpression
in interface ExportProcess
public void setFeaturesToUse(int featuresToUse)
setFeaturesToUse
in interface ExportProcess
public void setFeatureQuery(FeatureQuery featureQuery)
setFeatureQuery
in interface ExportProcess