public class PostalCodeSearchCriteria extends Object
Constructor and Description |
---|
PostalCodeSearchCriteria() |
Modifier and Type | Method and Description |
---|---|
String |
getAdminCode1() |
BoundingBox |
getBoundingBox() |
String |
getCountryBias() |
String |
getCountryCode() |
Double |
getLatitude() |
Double |
getLongitude() |
int |
getMaxRows() |
String |
getPlaceName() |
String |
getPostalCode() |
double |
getRadius() |
int |
getStartRow() |
Style |
getStyle() |
boolean |
isOROperator() |
Boolean |
isReduced() |
void |
setAdminCode1(String adminCode1) |
void |
setBoundingBox(BoundingBox boundingBox) |
void |
setCountryBias(String countryBias) |
void |
setCountryCode(String countryCode) |
void |
setIsReduced(Boolean isReduced) |
void |
setLatitude(double latitude) |
void |
setLongitude(double longitude) |
void |
setMaxRows(int maxRows) |
void |
setOROperator(boolean isOROperator) |
void |
setPlaceName(String placeName) |
void |
setPostalCode(String postalCode) |
void |
setRadius(double radius)
the radius in km to be used for reverse geocoding.
|
void |
setStartRow(int startRow) |
void |
setStyle(Style style) |
public Style getStyle()
public void setStyle(Style style)
style
- The style to set.public String getCountryCode()
public void setCountryCode(String countryCode) throws InvalidParameterException
countryCode
- The ISO 3166-1-alpha-2 countryCode to set.InvalidParameterException
public Double getLatitude()
public void setLatitude(double latitude) throws InvalidParameterException
latitude
- The latitude to set.InvalidParameterException
public Double getLongitude()
public void setLongitude(double longitude) throws InvalidParameterException
longitude
- The longitude to set.InvalidParameterException
public String getPlaceName()
public void setPlaceName(String placeName)
placeName
- The placeName to set.public String getPostalCode()
public void setPostalCode(String postalCode)
postalCode
- The postalCode to set.public int getMaxRows()
public void setMaxRows(int maxRows)
maxRows
- the maxRows to setpublic void setOROperator(boolean isOROperator)
isOROperator
- the isOROperator to setpublic boolean isOROperator()
public String getAdminCode1()
public void setAdminCode1(String adminCode1)
adminCode1
- the adminCode1 to setpublic void setRadius(double radius)
radius
- the radius to setpublic double getRadius()
public String getCountryBias()
public void setCountryBias(String countryBias)
countryBias
- the countryBias to setpublic int getStartRow()
public void setStartRow(int startRow)
startRow
- the startRow to setpublic Boolean isReduced()
public void setIsReduced(Boolean isReduced)
isReduced
- the isReduced to setpublic BoundingBox getBoundingBox()
public void setBoundingBox(BoundingBox boundingBox)
boundingBox
- the boundingBox to setCopyright © 2019 OpenEstate. All rights reserved.