public class FeatureRulePolygon extends AbstractFeatureRule
Modifier and Type | Class and Description |
---|---|
class |
FeatureRulePolygon.FeatureRulePolygonException |
checkAtFinishEdition, checkAtUpdate, description, name
Constructor and Description |
---|
FeatureRulePolygon() |
Modifier and Type | Method and Description |
---|---|
void |
validate(Feature feature,
FeatureStore store)
This is the method that applies this rule to the
Feature , given also its associated FeatureStore . |
checkAtFinishEditing, checkAtUpdate, getDescription, getName, init
public void validate(Feature feature, FeatureStore store) throws DataException
FeatureRule
Feature
, given also its associated FeatureStore
.feature
- Feature to which apply the rulestore
- FeatureStore to which the Feature belongsDataException
- if an error occurs during validation