public class ToponymSearchCriteria extends Object
WebService.search(java.lang.String, java.lang.String, java.lang.String, java.lang.String[], int),
search
webservice documentation< /a>| Constructor and Description |
|---|
ToponymSearchCriteria() |
public ToponymSearchCriteria()
public String getCountryCode()
public void setCountryCode(String countryCode) throws InvalidParameterException
countryCode - The ISO 3166-1-alpha-2 countryCode to set.InvalidParameterExceptionpublic void addCountryCode(String countryCode) throws InvalidParameterException
countryCode - The ISO 3166-1-alpha-2 countryCode to set.InvalidParameterExceptionpublic Set<String> getCountryCodes()
public void setCountryCodes(Set<String> countryCodes)
countryCodes - the countryCodes to setpublic String getCountryBias()
public void setCountryBias(String countryBias)
countryBias - the countryBias to setpublic String getContinentCode()
public void setContinentCode(String continentCode)
continentCode - the continentCode to setpublic String getNameEquals()
public void setNameEquals(String exactName)
nameEquals - The nameEquals to set.public String[] getFeatureCodes()
public void setFeatureCodes(String[] featureCodes)
featureCodes - The featureCodes to set.public void setFeatureCode(String featureCode)
public String getLanguage()
public void setLanguage(String language)
language - The language to set.public int getMaxRows()
public void setMaxRows(int maxRows)
maxRows - The maxRows to set.public void setName(String name)
name - The name to set.public void setQ(String q)
q - The q to set.public int getStartRow()
public void setStartRow(int startRow)
startRow - The startRow to set.public String getNameStartsWith()
public void setNameStartsWith(String nameStartsWith)
nameStartsWith - The nameStartsWith to set.public FeatureClass getFeatureClass()
public void setFeatureClass(FeatureClass featureClass)
featureClass - the featureClass to setpublic String getAdminCode1()
public void setAdminCode1(String adminCode1)
adminCode1 - the adminCode1 to setpublic String getAdminCode2()
public void setAdminCode2(String adminCode2)
adminCode2 - the adminCode2 to setpublic String getAdminCode3()
public void setAdminCode3(String adminCode3)
adminCode3 - the adminCode3 to setpublic String getAdminCode4()
public void setAdminCode4(String adminCode4)
public double getFuzzy()
public void setFuzzy(double fuzzy)
fuzzy - the fuzzy to setpublic BoundingBox getBoundingBox()
public void setBoundingBox(BoundingBox boundingBox)
boundingBox - the boundingBox to set