public class ExportShapeService extends AbstractExportService implements ExportService
AbstractExportService.InvalidGeometryExceptionExportService.ExportFinishListener| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_FIELD_NAME_LENGTH |
LOG| Constructor and Description |
|---|
ExportShapeService(ExportServiceFactory factory,
ExportShapeParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected DataServerExplorer |
createServerExplorer() |
protected NewDataStoreParameters |
createTargetNewStoreParameters() |
OpenDataStoreParameters |
createTargetOpenStoreParameters() |
void |
export(FeatureSet featureSet) |
ExportShapeParameters |
getParameters() |
java.util.List<OpenDataStoreParameters> |
getTargetOpenStoreParameters() |
addFinishListener, cancelRequest, copyValues, fireCancelledListeners, fireFinishedListener, getFactory, getTaskStatus, isCancellationRequested, setTaskStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFinishListener, getFactory, setTaskStatusgetTaskStatuscancelRequest, isCancellationRequestedpublic static final int MAX_FIELD_NAME_LENGTH
public ExportShapeService(ExportServiceFactory factory, ExportShapeParameters parameters)
public ExportShapeParameters getParameters()
getParameters in interface ExportServicegetParameters in class AbstractExportServiceprotected DataServerExplorer createServerExplorer() throws ExportException
createServerExplorer in class AbstractExportServiceExportExceptionprotected NewDataStoreParameters createTargetNewStoreParameters() throws ExportException
createTargetNewStoreParameters in class AbstractExportServiceExportExceptionpublic java.util.List<OpenDataStoreParameters> getTargetOpenStoreParameters() throws ExportException
getTargetOpenStoreParameters in interface ExportServicegetTargetOpenStoreParameters in class AbstractExportServiceExportExceptionpublic OpenDataStoreParameters createTargetOpenStoreParameters() throws ExportException
createTargetOpenStoreParameters in class AbstractExportServiceExportExceptionpublic void export(FeatureSet featureSet) throws ExportException
export in interface ExportServiceexport in class AbstractExportServiceExportException