public class GeoPointZipcode extends Object
| Constructor and Description |
|---|
GeoPointZipcode(Zipcodes zipcode,
org.jgeohash.GeoHashPoint geoHashPoint)
Instantiates a new geo point zipcode.
|
| Modifier and Type | Method and Description |
|---|---|
org.jgeohash.GeoHashPoint |
getGeoHashPoint()
Gets the geo hash point.
|
Zipcodes |
getZipcode()
Gets the zipcode.
|
void |
setGeoHashPoint(org.jgeohash.GeoHashPoint geoHashPoint)
Sets the geo hash point.
|
void |
setZipcode(Zipcodes zipcode)
Sets the zipcode.
|
public GeoPointZipcode(Zipcodes zipcode, org.jgeohash.GeoHashPoint geoHashPoint)
zipcode - the zipcodegeoHashPoint - the geo hash pointpublic org.jgeohash.GeoHashPoint getGeoHashPoint()
public Zipcodes getZipcode()
public void setGeoHashPoint(org.jgeohash.GeoHashPoint geoHashPoint)
geoHashPoint - the new geo hash pointpublic void setZipcode(Zipcodes zipcode)
zipcode - the new zipcodeCopyright © 2015. All rights reserved.