|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.imgfmt.app.Coord
uk.me.parabola.mkgmap.reader.osm.CoordPOI
public class CoordPOI
A coordinate that has a POI
Constructor Summary | |
---|---|
CoordPOI(int latitude,
int longitude)
Construct from co-ordinates that are already in map-units. |
Method Summary | |
---|---|
Node |
getNode()
|
void |
setNode(Node node)
|
Methods inherited from class uk.me.parabola.imgfmt.app.Coord |
---|
bearingTo, compareTo, distance, distanceInDegreesSquared, equals, getHighwayCount, getId, getLatitude, getLongitude, getOnBoundary, hashCode, incHighwayCount, makeBetweenPoint, preserved, preserved, quickDistance, setOnBoundary, slowDistance, toDegreeString, toOSMURL, toOSMURL, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CoordPOI(int latitude, int longitude)
latitude
- The latitude in map units.longitude
- The longitude in map units.Method Detail |
---|
public Node getNode()
public void setNode(Node node)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |