Class DefaultDataTransformWizard

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gvsig.andami.ui.wizard.WizardAndami
org.gvsig.daltransform.swing.impl.DefaultDataTransformWizard
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, org.gvsig.andami.ui.mdiManager.IWindow, DataTransformWizard

public class DefaultDataTransformWizard extends org.gvsig.andami.ui.wizard.WizardAndami implements DataTransformWizard
Author:
Jorge Piera
See Also:
  • Constructor Details

    • DefaultDataTransformWizard

      public DefaultDataTransformWizard()
      Parameters:
      wizard -
  • Method Details

    • setApplicable

      public void setApplicable(boolean isEnabled)
      Description copied from interface: DataTransformWizard
      Returns true if the transformation can be applied.
      Specified by:
      setApplicable in interface DataTransformWizard
      Parameters:
      isEnabled - If the transformation can be applied.
    • getDataTransformGui

      public DataTransformGui getDataTransformGui()
      Description copied from interface: DataTransformWizard
      Returns the selected DataTransformGui. It is used to create the FeatureStoreTransform.
      Specified by:
      getDataTransformGui in interface DataTransformWizard
      Returns:
      The selected DataTransformGui.
    • updateGui

      public void updateGui()
    • addDataTransformWizardPanel

      public void addDataTransformWizardPanel(DataTransformWizardPanel dataTransformWizardPanel)
    • getFeatureStore

      public org.gvsig.fmap.dal.feature.FeatureStore getFeatureStore()
      Description copied from interface: DataTransformWizard
      Returns the FeatureStore that can is used to apply the transformation.
      Specified by:
      getFeatureStore in interface DataTransformWizard
      Returns:
      The selected FeatureStore
    • isFeatureStoreLayer

      public boolean isFeatureStoreLayer()
      Description copied from interface: DataTransformWizard
      Returns true if the selected FeatureStore has been selected from a layer.
      Specified by:
      isFeatureStoreLayer in interface DataTransformWizard
      Returns:
      If the selected FeatureStore has been selected from a layer.
    • isLayerLoaded

      public boolean isLayerLoaded()
    • getMapContext

      public org.gvsig.fmap.mapcontext.MapContext getMapContext()
    • getWindow

      public org.gvsig.andami.ui.mdiManager.IWindow getWindow()
      Description copied from interface: DataTransformWizard
      Returns the window that has to be displayed to apply transformation.
      Specified by:
      getWindow in interface DataTransformWizard
      Returns:
      The window to display.
    • setDataTransformGui

      public void setDataTransformGui(DataTransformGui dataTransformGui)
      Description copied from interface: DataTransformWizard
      Sets the value of the transformation to apply. The wizard uses this transformation like the selected transformation.
      Specified by:
      setDataTransformGui in interface DataTransformWizard
      Parameters:
      dataTransformGui - The transformation to apply.