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.
|
java.util.List<DataTransformWizardPanel> |
createPanels()
Creates a list of panels to set the parameters used on the transformation.
|
java.lang.String |
getDescription() |
java.awt.Dimension |
getMinDimension()
Returns the minimum size that has to be the wizard to display
the forms.
|
java.lang.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.java.util.List<DataTransformWizardPanel> createPanels()
java.lang.String getName()
java.lang.String getDescription()
java.awt.Dimension getMinDimension()