de.cm.osm2po.sd.guide
Class SdForecast

java.lang.Object
  extended by de.cm.osm2po.sd.guide.SdForecast
All Implemented Interfaces:
java.lang.Comparable<SdForecast>

public class SdForecast
extends java.lang.Object
implements java.lang.Comparable<SdForecast>

Wrappes an SdEvent to forecast it at 150m, 500m, etc.

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

Field Summary
static int[] FCMS
           
 
Method Summary
 int compareTo(SdForecast that)
           
static SdForecast[] create(SdEvent[] sdEvents)
           
 SdEvent getEvent()
           
 int getIndex()
           
 int getMeter()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FCMS

public static final int[] FCMS
Method Detail

getMeter

public int getMeter()

getEvent

public SdEvent getEvent()

getIndex

public int getIndex()

create

public static SdForecast[] create(SdEvent[] sdEvents)

compareTo

public int compareTo(SdForecast that)
Specified by:
compareTo in interface java.lang.Comparable<SdForecast>

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