public interface ExporttoSwingManager
ExporttoWindowManager
,
JExporttoServicePanel
Modifier and Type | Field and Description |
---|---|
static int |
VECTORIAL_TABLE_WITH_GEOMETRY |
static int |
VECTORIAL_TABLE_WITHOUT_GEOMETRY |
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 vectorLayer,
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.
|
static final int VECTORIAL_TABLE_WITH_GEOMETRY
static final int VECTORIAL_TABLE_WITHOUT_GEOMETRY
JExporttoServicePanel createExportto(FeatureStore featureStore, IProjection projection)
ExporttoService
.featureStore
- 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
,
ExporttoService
JExporttoServicePanel createExportto(FLyrVect vectorLayer, ExporttoServiceFinishAction exporttoServiceFinishAction, int[] providerTypes)
ExporttoService
.vectorLayer
- 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
,
ExporttoService
JExporttoServicePanel createExportto(FeatureStore featureStore, IProjection projection, ExporttoServiceFinishAction exporttoServiceFinishAction)
ExporttoService
.featureStore
- 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
ExporttoService
JExporttoServicePanel
,
ExporttoService
JExporttoServicePanel createExportto(FeatureStore featureStore, IProjection projection, ExporttoServiceFinishAction exporttoServiceFinishAction, int[] providerTypes)
ExporttoService
.featureStore
- 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
ExporttoService
JExporttoServicePanel
,
ExporttoService
ExporttoManager getManager()
ExporttoManager
.ExporttoManager
ExporttoManager}
String getTranslation(String key)
key
- String to translatevoid registerWindowManager(ExporttoWindowManager manager)
manager
- ExporttoWindowManager
to register in the
ScriptingUIManager.ExporttoWindowManager
ExporttoWindowManager getWindowManager()
ExporttoWindowManager
.ExporttoWindowManager
ExporttoWindowManager}
void showMessage(String title, String header, String html, Feature feature)
title
- header
- html
- text of message in HTMLfeature
-