|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataTransformWizard
This interface has to be implemented by the transformation wizard. It has to provide
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||