|
Boeing Simulation 3.1 API Specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface for describing that has a definitive location in the physical world and can be described in relational terms to other Locatable objects.
| Method Summary | |
double |
getDistance(objects.Locatable loc)
Returns the distance on the unit square between this and loc. |
objects.Location |
getLoc()
Returns the Location of this Locatable. |
boolean |
isEastOf(objects.Locatable loc)
Returns whether this Locatable is south of loc. |
boolean |
isNorthOf(objects.Locatable loc)
Returns whether this Locatable is north of loc. |
boolean |
isSouthOf(objects.Locatable loc)
Returns whether this Locatable is east of loc. |
boolean |
isWestOf(objects.Locatable loc)
Returns whether this Locatable is west of loc. |
| Method Detail |
public objects.Location getLoc()
public double getDistance(objects.Locatable loc)
public boolean isNorthOf(objects.Locatable loc)
public boolean isEastOf(objects.Locatable loc)
public boolean isSouthOf(objects.Locatable loc)
public boolean isWestOf(objects.Locatable loc)
|
Boeing Simulation 3.1 API Specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||