public interface ExportManager
Modifier and Type | Interface and Description |
---|---|
static interface |
ExportManager.ExportFilter |
Modifier and Type | Method and Description |
---|---|
ExportManager.ExportFilter |
addFilter(java.lang.String name,
java.lang.String expression) |
ExportProcess |
createProcess() |
ExportProcess |
createProcess(FeatureStore store) |
ExportProcess |
createProcess(FeatureStore store,
IProjection contextProjection) |
Bookmarks<ExportParameters> |
getBookmarks() |
ExportManager.ExportFilter |
getFilter(java.lang.String name) |
java.util.List<ExportManager.ExportFilter> |
getFilters() |
History<ExportParameters> |
getHistory() |
void |
setHomeFolder(java.io.File homeFolder) |
void setHomeFolder(java.io.File homeFolder)
ExportProcess createProcess()
ExportProcess createProcess(FeatureStore store)
ExportProcess createProcess(FeatureStore store, IProjection contextProjection)
java.util.List<ExportManager.ExportFilter> getFilters()
ExportManager.ExportFilter getFilter(java.lang.String name)
ExportManager.ExportFilter addFilter(java.lang.String name, java.lang.String expression)
History<ExportParameters> getHistory()
Bookmarks<ExportParameters> getBookmarks()