|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.boehn.kmlframework.coordinates.TimeAndPlace
public class TimeAndPlace
Constructor Summary | |
---|---|
TimeAndPlace()
|
|
TimeAndPlace(EarthCoordinate place,
java.util.Date time)
|
Method Summary | |
---|---|
EarthCoordinate |
getPlace()
|
java.util.Date |
getTime()
|
void |
setPlace(EarthCoordinate place)
|
void |
setTime(java.util.Date time)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeAndPlace()
public TimeAndPlace(EarthCoordinate place, java.util.Date time)
Method Detail |
---|
public EarthCoordinate getPlace()
public void setPlace(EarthCoordinate place)
public java.util.Date getTime()
public void setTime(java.util.Date time)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |