|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hermit.geo.PointOfInterest
org.hermit.geo.PointOfInterest.LON
public static final class PointOfInterest.LON
Class LON represents an interesting meridian, or a segment of a meridian.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.hermit.geo.PointOfInterest |
---|
PointOfInterest.BAND, PointOfInterest.LAT, PointOfInterest.LON, PointOfInterest.POS |
Field Summary |
---|
Fields inherited from class org.hermit.geo.PointOfInterest |
---|
GLOBAL_AREAS, GLOBAL_POIS |
Method Summary | |
---|---|
Distance |
distance(Position pos)
Get the distance of a given point from this point of interest. |
java.lang.String |
status(Position pos)
Describe the status of the given position relative to this point of interest. |
Methods inherited from class org.hermit.geo.PointOfInterest |
---|
describePoint, describePosition, describeRegion, getName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final Distance distance(Position pos)
distance
in class PointOfInterest
pos
- Point to measure from.
PointOfInterest.distance(org.hermit.geo.Position)
public final java.lang.String status(Position pos)
status
in class PointOfInterest
pos
- The position to describe.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |