Class FeatureAttributeTreeModel

java.lang.Object
org.gvsig.fmap.dal.swing.impl.featuretype.FeatureAttributeTreeModel
All Implemented Interfaces:
TreeModel, org.gvsig.tools.dispose.Disposable

public class FeatureAttributeTreeModel extends Object implements TreeModel, org.gvsig.tools.dispose.Disposable
Author:
jjdelcerro
  • Constructor Details

    • FeatureAttributeTreeModel

      public FeatureAttributeTreeModel(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.fmap.dal.feature.FeatureType featureType, boolean showRelations, Predicate<org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor> filterByDataType)
    • FeatureAttributeTreeModel

      public FeatureAttributeTreeModel(org.gvsig.fmap.dal.feature.FeatureStore store, org.gvsig.fmap.dal.feature.FeatureType featureType, boolean showRelations, Predicate<org.gvsig.fmap.dal.feature.FeatureAttributeDescriptor> filterByDataType, org.gvsig.fmap.dal.feature.FeatureQuery query)
  • Method Details