public interface ExporttoSwingProvider
Modifier and Type | Method and Description |
---|---|
ExporttoService |
createExporttoService() |
ExporttoSwingProviderPanel |
getPanelAt(int index)
A
ExporttoSwingProvider are composed of a set of panels. |
int |
getPanelCount() |
boolean |
needsPanelTargetProjection()
Informs if it needs to ask for a target projection,
or if it is not needed or provided through its own wizard panel.
|
void |
setTargetProjection(IProjection targetProjection)
Sets the target projection to which should be exported
|
int getPanelCount()
ExporttoSwingProviderPanel getPanelAt(int index)
ExporttoSwingProvider
are composed of a set of panels. This
method
is used to retrieve all these panels.index
- position of the panel to retrieve.ExporttoService createExporttoService()
ExporttoService
that has been initialized this
the values typed in the panels returned by this service.void setTargetProjection(IProjection targetProjection)
targetProjection
- boolean needsPanelTargetProjection()