public class DefaultExporttoSwingManager extends Object implements ExporttoSwingManager
ExporttoSwingManager.VECTORIAL_TABLE_WITH_GEOMETRY, VECTORIAL_TABLE_WITHOUT_GEOMETRY| Constructor and Description |
|---|
DefaultExporttoSwingManager() |
| Modifier and Type | Method and Description |
|---|---|
JExporttoServicePanel |
createExportto(FeatureStore featureStore,
IProjection projection)
Returns the panel associated to a
ExporttoService. |
JExporttoServicePanel |
createExportto(FeatureStore featureStore,
IProjection projection,
ExporttoServiceFinishAction exporttoServiceFinishAction)
Returns the panel associated to a
ExporttoService. |
JExporttoServicePanel |
createExportto(FeatureStore featureStore,
IProjection projection,
ExporttoServiceFinishAction exporttoServiceFinishAction,
int[] providerTypes)
Returns the panel associated to a
ExporttoService. |
JExporttoServicePanel |
createExportto(FLyrVect vlayer,
ExporttoServiceFinishAction exporttoServiceFinishAction,
int[] providerTypes)
Returns the panel associated to a
ExporttoService. |
ExporttoManager |
getManager()
Returns the
ExporttoManager. |
String |
getTranslation(String key)
Returns the translation of a string.
|
ExporttoWindowManager |
getWindowManager()
Returns the
ExporttoWindowManager. |
void |
registerWindowManager(ExporttoWindowManager manager)
Registers a new instance of a WindowManager which provides services to
the management of the application windows.
|
void |
showMessage(String title,
String header,
Exception ex,
Feature feature)
Show a error message dialog associated to the exception.
|
void |
showMessage(String title,
String header,
String html,
Feature feature)
Show a message dialog.
|
public JExporttoServicePanel createExportto(FeatureStore featureStore, IProjection projection)
ExporttoSwingManagerExporttoService.createExportto in interface ExporttoSwingManagerfeatureStore - the source feature store that is going to be copied.projection - the destination projection for the output.JExporttoServicePanel with the panel of the
ExporttoService.JExporttoServicePanel,
ExporttoServicepublic JExporttoServicePanel createExportto(FeatureStore featureStore, IProjection projection, ExporttoServiceFinishAction exporttoServiceFinishAction)
ExporttoSwingManagerExporttoService.createExportto in interface ExporttoSwingManagerfeatureStore - the source feature store that is going to be copied.projection - the destination projection for the output.exporttoServiceFinishAction - the listener to manage the panel events.JExporttoServicePanel with the panel of the
ExporttoServiceJExporttoServicePanel,
ExporttoServicepublic JExporttoServicePanel createExportto(FeatureStore featureStore, IProjection projection, ExporttoServiceFinishAction exporttoServiceFinishAction, int[] providerTypes)
ExporttoSwingManagerExporttoService.createExportto in interface ExporttoSwingManagerfeatureStore - the source feature store that is going to be copied.projection - the destination projection for the output.exporttoServiceFinishAction - the listener to manage the panel events.providerTypes - a set of the types that have to be displayed.JExporttoServicePanel with the panel of the
ExporttoServiceJExporttoServicePanel,
ExporttoServicepublic JExporttoServicePanel createExportto(FLyrVect vlayer, ExporttoServiceFinishAction exporttoServiceFinishAction, int[] providerTypes)
ExporttoSwingManagerExporttoService.createExportto in interface ExporttoSwingManagervlayer - The source vector layerexporttoServiceFinishAction - the listener to manage the panel events.providerTypes - a set of the types that have to be displayed.JExporttoServicePanel with the panel of the
ExporttoService.JExporttoServicePanel,
ExporttoServicepublic ExporttoManager getManager()
ExporttoSwingManagerExporttoManager.getManager in interface ExporttoSwingManagerExporttoManagerExporttoManager}public String getTranslation(String key)
ExporttoSwingManagergetTranslation in interface ExporttoSwingManagerkey - String to translatepublic void registerWindowManager(ExporttoWindowManager manager)
ExporttoSwingManagerregisterWindowManager in interface ExporttoSwingManagermanager - ExporttoWindowManager to register in the
ScriptingUIManager.ExporttoWindowManagerpublic ExporttoWindowManager getWindowManager()
ExporttoSwingManagerExporttoWindowManager.getWindowManager in interface ExporttoSwingManagerExporttoWindowManagerExporttoWindowManager}public void showMessage(String title, String header, String html, Feature feature)
ExporttoSwingManagershowMessage in interface ExporttoSwingManagerhtml - text of message in HTMLpublic void showMessage(String title, String header, Exception ex, Feature feature)
ExporttoSwingManagershowMessage in interface ExporttoSwingManager