|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataTransformGui
This interface is used to establish a relationship between feature transformations and their user interfaces. It creates the panels that are used to set the parameters that the transformation needs.
| Method Summary | |
|---|---|
boolean |
accept(org.gvsig.fmap.dal.feature.FeatureStore featureStore)
Return if the transformation can be applied in a FeatureStore. |
org.gvsig.fmap.dal.feature.FeatureStoreTransform |
createFeatureStoreTransform(org.gvsig.fmap.dal.feature.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()
|
| Method Detail |
|---|
boolean accept(org.gvsig.fmap.dal.feature.FeatureStore featureStore)
FeatureStore.
featureStore - the original feature store
true if the transformation can be applied.
org.gvsig.fmap.dal.feature.FeatureStoreTransform createFeatureStoreTransform(org.gvsig.fmap.dal.feature.FeatureStore featureStore)
throws org.gvsig.fmap.dal.exception.DataException
featureStore - The selected feature store
org.gvsig.fmap.dal.exception.DataExceptionjava.util.List<DataTransformWizardPanel> createPanels()
java.lang.String getDescription()
java.awt.Dimension getMinDimension()
java.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||