public class ExportDXFService extends AbstractExportService implements ExportService
AbstractExportService.InvalidGeometryExceptionExportService.ExportFinishListener| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_FIELD_NAME_LENGTH |
LOG| Modifier | Constructor and Description |
|---|---|
protected |
ExportDXFService(ExportServiceFactory factory,
ExportDXFParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
copyValues(Feature source,
EditableFeature target) |
protected DataServerExplorer |
createServerExplorer() |
protected NewDataStoreParameters |
createTargetNewStoreParameters() |
OpenDataStoreParameters |
createTargetOpenStoreParameters() |
ExportDXFParameters |
getParameters() |
addFinishListener, cancelRequest, export, fireCancelledListeners, fireFinishedListener, getFactory, getTargetOpenStoreParameters, getTaskStatus, isCancellationRequested, setTaskStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFinishListener, export, getFactory, getTargetOpenStoreParameters, setTaskStatusgetTaskStatuscancelRequest, isCancellationRequestedpublic static final int MAX_FIELD_NAME_LENGTH
protected ExportDXFService(ExportServiceFactory factory, ExportDXFParameters parameters)
public ExportDXFParameters getParameters()
getParameters in interface ExportServicegetParameters in class AbstractExportServiceprotected DataServerExplorer createServerExplorer() throws ExportException
createServerExplorer in class AbstractExportServiceExportExceptionprotected NewDataStoreParameters createTargetNewStoreParameters() throws ExportException
createTargetNewStoreParameters in class AbstractExportServiceExportExceptionpublic OpenDataStoreParameters createTargetOpenStoreParameters() throws ExportException
createTargetOpenStoreParameters in class AbstractExportServiceExportExceptionprotected void copyValues(Feature source, EditableFeature target)
copyValues in class AbstractExportService