|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the specification for objects which can be displayed in the LocusDisplay.
Method Summary | |
float |
getError()
Get the error of the position of this MapPoint. |
java.lang.String |
getName()
The name of the MapPoint. |
float |
getPosition()
Get the position of this MapPoint. |
void |
setError(float err)
Set the error of the position of this MapPoint. |
void |
setName(java.lang.String name)
Set the name of the mappoint. |
void |
setPosition(float position)
Set the position of the MapPoint. |
Method Detail |
public java.lang.String getName()
public float getPosition() throws UnknownPositionException
throw
- an UnknownPositionException if the positon is unknown.public void setName(java.lang.String name)
public void setPosition(float position)
position
- the position of the MapPoint.public void setError(float err)
err
- the error of the positionpublic float getError()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |