public interface DataTransformWizard
| Modifier and Type | Method and Description |
|---|---|
DataTransformGui |
getDataTransformGui()
Returns the selected
DataTransformGui. |
org.gvsig.fmap.dal.feature.FeatureStore |
getFeatureStore()
Returns the
FeatureStore that can is used
to apply the transformation. |
org.gvsig.andami.ui.mdiManager.IWindow |
getWindow()
Returns the window that has to be displayed to
apply transformation.
|
boolean |
isFeatureStoreLayer()
Returns
true if the selected FeatureStore
has been selected from a layer. |
void |
setApplicable(boolean isApplicable)
Returns
true if the transformation
can be applied. |
void |
setDataTransformGui(DataTransformGui dataTransformGui)
Sets the value of the transformation to apply.
|
DataTransformGui getDataTransformGui()
DataTransformGui. It is used
to create the FeatureStoreTransform.DataTransformGui.org.gvsig.fmap.dal.feature.FeatureStore getFeatureStore()
FeatureStore that can is used
to apply the transformation.FeatureStoreorg.gvsig.andami.ui.mdiManager.IWindow getWindow()
boolean isFeatureStoreLayer()
true if the selected FeatureStore
has been selected from a layer.FeatureStore has been selected
from a layer.void setApplicable(boolean isApplicable)
true if the transformation
can be applied.isApplicable - If the transformation can be applied.void setDataTransformGui(DataTransformGui dataTransformGui)
dataTransformGui - The transformation to apply.Copyright © 2014 gvSIG Association. All Rights Reserved.