| java.lang.Object org.geotools.validation.DefaultFeatureValidation org.geotools.validation.attributes.GazetteerNameValidation
GazetteerNameValidation | public class GazetteerNameValidation extends DefaultFeatureValidation (Code) | | GazetteerNameValidation purpose.
Description of GazetteerNameValidation ...
Capabilities:
Example Use:
GazetteerNameValidation x = new GazetteerNameValidation(...);
author: dzwiers, Refractions Research, Inc. author: $Author: dmzwiers $ (last modification) version: $Id: GazetteerNameValidation.java 22266 2006-10-19 11:30:55Z acuster $ |
GazetteerNameValidation | public GazetteerNameValidation()(Code) | | GazetteerNameValidation constructor.
Does nothing
|
getAttributeName | public String getAttributeName()(Code) | | Access attributeName property.
Returns the attributeName. |
getGazetteer | public URL getGazetteer()(Code) | | Access gazetteer property.
Returns the gazetteer. |
setAttributeName | public void setAttributeName(String attrName)(Code) | | Set attributeName to attributeName.
Parameters: attrName - The attributeName to set. |
setGazetteer | public void setGazetteer(URL gazetteer)(Code) | | Set gazetteer to gazetteer.
Parameters: gazetteer - The gazetteer to set. |
|
|