public interface DataTransformWizard
Modifier and Type | Method and Description |
---|---|
DataTransformGui |
getDataTransformGui()
Returns the selected
DataTransformGui . |
FeatureStore |
getFeatureStore()
Returns the
FeatureStore that can is used
to apply the transformation. |
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.
|
IWindow getWindow()
void setApplicable(boolean isApplicable)
true
if the transformation
can be applied.isApplicable
- If the transformation can be applied.FeatureStore getFeatureStore()
FeatureStore
that can is used
to apply the transformation.FeatureStore
boolean isFeatureStoreLayer()
true
if the selected FeatureStore
has been selected from a layer.FeatureStore
has been selected
from a layer.DataTransformGui getDataTransformGui()
DataTransformGui
. It is used
to create the FeatureStoreTransform
.DataTransformGui
.void setDataTransformGui(DataTransformGui dataTransformGui)
dataTransformGui
- The transformation to apply.