public class JoinTransformGui extends Object implements DataTransformGui
Constructor and Description |
---|
JoinTransformGui() |
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() |
String |
toString() |
public FeatureStoreTransform createFeatureStoreTransform(FeatureStore featureStore) throws DataException
DataTransformGui
createFeatureStoreTransform
in interface DataTransformGui
featureStore
- The selected feature storeDataException
public String getDescription()
getDescription
in interface DataTransformGui
public List<DataTransformWizardPanel> createPanels()
DataTransformGui
createPanels
in interface DataTransformGui
public String getName()
getName
in interface DataTransformGui
public Dimension getMinDimension()
DataTransformGui
getMinDimension
in interface DataTransformGui
public boolean accept(FeatureStore featureStore)
DataTransformGui
FeatureStore
.accept
in interface DataTransformGui
featureStore
- the original feature storetrue
if the transformation can be applied.