uk.me.parabola.mkgmap.reader.osm
Class CoordPOI

java.lang.Object
  extended by uk.me.parabola.imgfmt.app.Coord
      extended by uk.me.parabola.mkgmap.reader.osm.CoordPOI
All Implemented Interfaces:
java.lang.Comparable<Coord>

public class CoordPOI
extends Coord

A coordinate that has a POI

Author:
Steve Ratcliffe

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

CoordPOI

public CoordPOI(int latitude,
                int longitude)
Construct from co-ordinates that are already in map-units.

Parameters:
latitude - The latitude in map units.
longitude - The longitude in map units.
Method Detail

getNode

public Node getNode()

setNode

public void setNode(Node node)