public class FirstAndSecondRingRegion extends FirstRingRegion
| Constructor and Description |
|---|
FirstAndSecondRingRegion(String geohash)
Instantiates a new FirstAndSecondRingRegion from the given geohash value.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object obj) |
String |
getEastEast()
Gets the east east.
|
String |
getEastNorthEast()
Gets the east north east.
|
String |
getEastSouthEast()
Gets the east south east.
|
String |
getNorthEastNorthEast()
Gets the north east north east.
|
String |
getNorthNorth()
Gets the north north.
|
String |
getNorthNorthEast()
Gets the north north east.
|
String |
getNorthNorthWest()
Gets the north north west.
|
String |
getNorthWestNorthWest()
Gets the north west north west.
|
String |
getSouthEastSouthEast()
Gets the south east south east.
|
String |
getSouthSouth()
Gets the south south.
|
String |
getSouthSouthEast()
Gets the south south east.
|
String |
getSouthSouthWest()
Gets the south south west.
|
String |
getSouthWestSouthWest()
Gets the south west south west.
|
String |
getWestNorthWest()
Gets the west north west.
|
String |
getWestSouthWest()
Gets the west south west.
|
String |
getWestWest()
Gets the west west.
|
int |
hashCode() |
String |
toString() |
getCenter, getEast, getNorth, getNorthEast, getNorthWest, getSouth, getSouthEast, getSouthWest, getWestpublic FirstAndSecondRingRegion(String geohash)
geohash - the geohashpublic String getNorthNorth()
public String getNorthNorthWest()
public String getNorthWestNorthWest()
public String getWestNorthWest()
public String getNorthNorthEast()
public String getNorthEastNorthEast()
public String getEastNorthEast()
public String getEastEast()
public String getEastSouthEast()
public String getSouthSouthEast()
public String getSouthEastSouthEast()
public String getSouthSouth()
public String getSouthSouthWest()
public String getSouthWestSouthWest()
public String getWestSouthWest()
public String getWestWest()
public Object clone()
clone in class FirstRingRegionpublic int hashCode()
hashCode in class FirstRingRegionpublic boolean equals(Object obj)
FirstRingRegionequals in class FirstRingRegionpublic String toString()
toString in class FirstRingRegionCopyright © 2010–2015. All rights reserved.