de.cm.osm2po.sd.guide
Class SdLocation

java.lang.Object
  extended by de.cm.osm2po.sd.guide.SdLocation

public class SdLocation
extends java.lang.Object

Author:
(c) 2013 - Carsten Moeller, info@osm2po.de

Method Summary
 int getBearing()
           
 int getJitter()
           
 double getLat()
           
 double getLon()
           
 int getMeter()
           
 int getPathIdx()
           
static SdLocation snap(SdGraph sdGraph, SdPath sdPath, double lat, double lon)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLat

public double getLat()

getLon

public double getLon()

getPathIdx

public int getPathIdx()

getMeter

public int getMeter()

getJitter

public int getJitter()

getBearing

public int getBearing()

snap

public static SdLocation snap(SdGraph sdGraph,
                              SdPath sdPath,
                              double lat,
                              double lon)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

osm2po-sd-5.0.0 (c) December 24 2014 Carsten Moeller - info@osm2po.de