Uses of Class
org.boehn.kmlframework.coordinates.TimeAndPlace

Packages that use TimeAndPlace
org.boehn.kmlframework.todo   
 

Uses of TimeAndPlace in org.boehn.kmlframework.todo
 

Methods in org.boehn.kmlframework.todo that return types with arguments of type TimeAndPlace
 java.util.List<TimeAndPlace> MapObject.getMovements()
           
 

Methods in org.boehn.kmlframework.todo with parameters of type TimeAndPlace
 void MapObject.addMovement(TimeAndPlace movement)
           
 

Method parameters in org.boehn.kmlframework.todo with type arguments of type TimeAndPlace
 void MapObject.setMovements(java.util.List<TimeAndPlace> movements)