| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.geotools.validation.DefaultFeatureValidation
org.geotools.validation.attributes.AttributeValidation
PointCoveredByLineValidation purpose.
Completes the specified attribute comparison.
| Field Summary | |
static int | 
EQUALITY
 | 
static int | 
GREATER_THAN
 | 
static int | 
LESS_THAN
 | 
| Fields inherited from interface org.geotools.validation.Validation | 
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL | 
| Constructor Summary | |
AttributeValidation()
PointCoveredByLineValidation constructor.  | 
|
| Method Summary | |
 int | 
getAttributeComparisonType()
Access attributeComparisonType property.  | 
 java.lang.String | 
getAttributeComparisonValue()
Access attributeComparisonValue property.  | 
 java.lang.String | 
getAttributeName()
Access attributeName property.  | 
 void | 
setAttributeComparisonType(int attributeComparisonType)
Set attributeComparisonType to attributeComparisonType.  | 
 void | 
setAttributeComparisonValue(java.lang.String attributeComparisonValue)
Set attributeComparisonValue to attributeComparisonValue.  | 
 void | 
setAttributeName(java.lang.String attributeName)
Set attributeName to attributeName.  | 
 boolean | 
validate(org.geotools.feature.Feature feature,
         org.geotools.feature.FeatureType type,
         ValidationResults results)
Completes the specified comparison.  | 
| Methods inherited from class org.geotools.validation.DefaultFeatureValidation | 
getDescription, getName, getPriority, getTypeRef, getTypeRefs, setDescription, setName, setTypeRef | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final int LESS_THAN
public static final int EQUALITY
public static final int GREATER_THAN
| Constructor Detail | 
public AttributeValidation()
Super
| Method Detail | 
public boolean validate(org.geotools.feature.Feature feature,
                        org.geotools.feature.FeatureType type,
                        ValidationResults results)
validate in interface FeatureValidationvalidate in class DefaultFeatureValidationfeature - Feature to be Validatedtype - FeatureTypeInfo schema of featureresults - coallate results information
FeatureValidation.validate(org.geotools.feature.Feature, org.geotools.feature.FeatureType, org.geotools.validation.ValidationResults)public int getAttributeComparisonType()
public void setAttributeComparisonType(int attributeComparisonType)
attributeComparisonType - The attributeComparisonType to set.public java.lang.String getAttributeComparisonValue()
public void setAttributeComparisonValue(java.lang.String attributeComparisonValue)
attributeComparisonValue - The attributeComparisonValue to set.public java.lang.String getAttributeName()
public void setAttributeName(java.lang.String attributeName)
attributeName - The attributeName to set.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||