Uses of Interface
org.gvsig.fmap.dal.feature.FeatureRule
Packages that use FeatureRule
Package
Description
Provides API for accessing and managing tabular (Feature based) data.
-
Uses of FeatureRule in org.gvsig.fmap.dal.feature
Subinterfaces of FeatureRule in org.gvsig.fmap.dal.featureClasses in org.gvsig.fmap.dal.feature that implement FeatureRuleModifier and TypeClassDescriptionclassAbstract feature rule intended for giving a partial default implementation of theFeatureRuleinterface to other rule implementations.Methods in org.gvsig.fmap.dal.feature that return FeatureRuleModifier and TypeMethodDescriptionFeatureRules.get(int index) Returns an object given its index.FeatureRules.getRule(int index) Returns aFeatureRulegiven its index.FeatureRules.remove(int index) Removes the rule stored in the given index.Methods in org.gvsig.fmap.dal.feature that return types with arguments of type FeatureRuleModifier and TypeMethodDescriptionFeatureRules.iterator()Returns an iterator over the availableFeatureRule(s)Methods in org.gvsig.fmap.dal.feature with parameters of type FeatureRuleModifier and TypeMethodDescriptionbooleanFeatureRules.add(FeatureRule rule) Adds a new rule to this FeatureRules.booleanFeatureRules.remove(FeatureRule rule) Removes the given rule from this FeatureRules.