public interface DataTransformGui
Modifier and Type | Method and Description |
---|---|
boolean |
accept(FeatureStore featureStore)
Return if the transformation can be applied in a
FeatureStore . |
FeatureStoreTransform |
createFeatureStoreTransform(FeatureStore featureStore)
Creates a feature transformation from a feature store.
|
List<DataTransformWizardPanel> |
createPanels()
Creates a list of panels to set the parameters used on the transformation.
|
String |
getDescription() |
Dimension |
getMinDimension()
Returns the minimum size that has to be the wizard to display
the forms.
|
String |
getName() |
FeatureStoreTransform createFeatureStoreTransform(FeatureStore featureStore) throws DataException
featureStore
- The selected feature storeDataException
boolean accept(FeatureStore featureStore)
FeatureStore
.featureStore
- the original feature storetrue
if the transformation can be applied.List<DataTransformWizardPanel> createPanels()
String getName()
String getDescription()
Dimension getMinDimension()