public class

RouteSegment

extends Object
java.lang.Object
   ↳ com.mapsted.positioning.coreObjects.RouteSegment

Summary

Public Methods
boolean equals(Object o)
int getBuildingId()
DistanceTime getDistanceTimeByKeyPointNodeId(int keyPointNodeId)
int getFloorId()
get floor id
String getFloorNumber()
Map<Integer, DistanceTime> getKeyPointDistanceTimes()
RouteNode getNextKeyPoint(RouteUserProgress userProgress)
MercatorVector getPath()
int getPropertyId()
List<RouteNode> getRouteKeyPoints()
List<RouteNode> getRouteNodes()
DistanceTime getSegmentDistanceTime()
TransitionType getSegmentEndTransitionType()
RouteSegmentType getSegmentType()
MercatorVector getUpcomingPath(RouteUserProgress userProgress)
MercatorVector getVisitedPath(RouteUserProgress userProgress)
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public boolean equals (Object o)

public int getBuildingId ()

public DistanceTime getDistanceTimeByKeyPointNodeId (int keyPointNodeId)

public int getFloorId ()

get floor id

public String getFloorNumber ()

public Map<Integer, DistanceTime> getKeyPointDistanceTimes ()

public RouteNode getNextKeyPoint (RouteUserProgress userProgress)

public MercatorVector getPath ()

public int getPropertyId ()

public List<RouteNode> getRouteKeyPoints ()

public List<RouteNode> getRouteNodes ()

public DistanceTime getSegmentDistanceTime ()

public TransitionType getSegmentEndTransitionType ()

public RouteSegmentType getSegmentType ()

public MercatorVector getUpcomingPath (RouteUserProgress userProgress)

public MercatorVector getVisitedPath (RouteUserProgress userProgress)

public int hashCode ()