|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.validation.DefaultFeatureValidation org.geotools.validation.attributes.GazetteerNameValidation
GazetteerNameValidation purpose.
Description of GazetteerNameValidation ...
Capabilities:
Example Use:
GazetteerNameValidation x = new GazetteerNameValidation(...);
Field Summary |
Fields inherited from interface org.geotools.validation.Validation |
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL |
Constructor Summary | |
GazetteerNameValidation()
GazetteerNameValidation constructor. |
Method Summary | |
java.lang.String |
getAttributeName()
Access attributeName property. |
java.net.URL |
getGazetteer()
Access gazetteer property. |
int |
getPriority()
Implementation of getPriority. |
void |
setAttributeName(java.lang.String attrName)
Set attributeName to attributeName. |
void |
setGazetteer(java.net.URL gazetteer)
Set gazetteer to gazetteer. |
boolean |
validate(Feature feature,
FeatureType type,
ValidationResults results)
Implementation of validate. |
Methods inherited from class org.geotools.validation.DefaultFeatureValidation |
getDefaultLineString, getDescription, getName, getTypeRef, getTypeRefs, setDescription, setName, setTypeRef |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GazetteerNameValidation()
Does nothing
Method Detail |
public boolean validate(Feature feature, FeatureType type, ValidationResults results)
validate
in interface FeatureValidation
validate
in class DefaultFeatureValidation
feature
- type
- results
-
FeatureValidation.validate(org.geotools.feature.Feature,
org.geotools.feature.FeatureType,
org.geotools.validation.ValidationResults)
public int getPriority()
getPriority
in interface Validation
getPriority
in class DefaultFeatureValidation
Validation.getPriority()
public java.lang.String getAttributeName()
public void setAttributeName(java.lang.String attrName)
attrName
- The attributeName to set.public java.net.URL getGazetteer()
public void setGazetteer(java.net.URL gazetteer)
gazetteer
- The gazetteer to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |