public final class AddGeometriesToMapWizardAction extends AbstractAction implements de.cismet.tools.configuration.Configurable
| Modifier and Type | Field and Description |
|---|---|
static String |
CONF_CONV_PRESELECT |
static String |
CONF_GEOM_FROM_TEXT_CONV_DECIMAL_SEP |
static String |
CONF_PREVIEW_GETMAP_URL |
static String |
CONF_SECTION |
static String |
PROP_AVAILABLE_CONVERTERS |
static String |
PROP_CONVERTER_PRESELECT_MODE |
static String |
PROP_CURRENT_CRS |
static String |
PROP_INPUT_FILE |
static String |
PROP_PREVIEW_GETMAP_URL |
changeSupport, enabledACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON| Constructor and Description |
|---|
AddGeometriesToMapWizardAction()
Creates a new AddGeometriesToMapWizardAction object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
void |
configure(org.jdom.Element parent) |
org.jdom.Element |
getConfiguration() |
de.cismet.commons.gui.wizard.converter.ConverterPreselectionMode |
getConverterPreselectionMode()
Gets the current
ConverterPreselectionMode that will be used in the wizard. |
de.cismet.commons.gui.wizard.converter.ConverterPreselectionMode |
getDefaultConverterPreselectionMode()
Gets the default
ConverterPreselectionMode, currently SESSION_MEMORY. |
String |
getInputData()
Gets the input data that will be used for the next wizard invocation.
|
File |
getInputFile()
Gets the input file that will be used for the next wizard invocation.
|
String |
getPreviewGetMapUrl()
Gets the current map preview url that will be used by the wizard as a background layer for the newly created
geometry.
|
de.cismet.commons.converter.Converter |
getSelectedConverter()
Gets the currently selected converter that will be used for the next wizard invocation.
|
void |
masterConfigure(org.jdom.Element parent) |
void |
setConverterPreselectionMode(de.cismet.commons.gui.wizard.converter.ConverterPreselectionMode converterPreselectionMode)
Sets the
ConverterPreselectionMode that will be used in the wizard. |
void |
setInputData(String inputData)
Sets input data that may be used for the next wizard invocation.
|
void |
setInputFile(File inputFile)
Sets input file that may be used for the next wizard invocation.
|
void |
setPreviewGetMapUrl(String previewGetMapUrl)
Sets the map preview url that will be used by the wizard as a background layer for the newly created geometry.
|
void |
setSelectedConverter(de.cismet.commons.converter.Converter selectedConverter)
Sets the selected converter that will be used for the next wizard invocation.
|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledpublic static final String PROP_AVAILABLE_CONVERTERS
public static final String PROP_INPUT_FILE
public static final String PROP_CURRENT_CRS
public static final String PROP_PREVIEW_GETMAP_URL
public static final String PROP_CONVERTER_PRESELECT_MODE
public static final String CONF_SECTION
public static final String CONF_CONV_PRESELECT
public static final String CONF_PREVIEW_GETMAP_URL
public static final String CONF_GEOM_FROM_TEXT_CONV_DECIMAL_SEP
public AddGeometriesToMapWizardAction()
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void configure(org.jdom.Element parent)
configure in interface de.cismet.tools.configuration.Configurablepublic void masterConfigure(org.jdom.Element parent)
masterConfigure in interface de.cismet.tools.configuration.Configurablepublic org.jdom.Element getConfiguration()
throws de.cismet.tools.configuration.NoWriteError
getConfiguration in interface de.cismet.tools.configuration.Configurablede.cismet.tools.configuration.NoWriteErrorpublic de.cismet.commons.gui.wizard.converter.ConverterPreselectionMode getConverterPreselectionMode()
ConverterPreselectionMode that will be used in the wizard.ConverterPreselectionMode that will be used in the wizardpublic void setConverterPreselectionMode(de.cismet.commons.gui.wizard.converter.ConverterPreselectionMode converterPreselectionMode)
ConverterPreselectionMode that will be used in the wizard.converterPreselectionMode - the ConverterPreselectionMode to useIllegalArgumentException - if the given ConverterPreselectionMode is not supported by the
wizard (currently CONFIGURE, CONFIGURE_AND_MEMORY and PREMANENT_MEMORY)public de.cismet.commons.gui.wizard.converter.ConverterPreselectionMode getDefaultConverterPreselectionMode()
ConverterPreselectionMode, currently SESSION_MEMORY.ConverterPreselectionMode, currently SESSION_MEMORYpublic String getPreviewGetMapUrl()
SimpleWmsGetMapUrl.public void setPreviewGetMapUrl(String previewGetMapUrl)
SimpleWmsGetMapUrl.previewGetMapUrl - the new map preview urlpublic de.cismet.commons.converter.Converter getSelectedConverter()
public void setSelectedConverter(de.cismet.commons.converter.Converter selectedConverter)
selectedConverter - the new selected converterpublic File getInputFile()
public void setInputFile(File inputFile)
inputFile - the input file to be used for the next wizard invocationpublic String getInputData()
public void setInputData(String inputData)
inputData - the input data to be used for the next wizard invocationCopyright © 2012–2025 cismet GmbH. All rights reserved.