Uses of Class
org.hermit.geo.PointOfInterest

Packages that use PointOfInterest
org.hermit.geo A library of various geodetic utilities for handling positions, directions and distances over the surface of the Earth, with a choice of algorithms from the fast and simple Haversine formula, to the super-accurate Vincenty formula. 
 

Uses of PointOfInterest in org.hermit.geo
 

Subclasses of PointOfInterest in org.hermit.geo
static class PointOfInterest.BAND
          Class BAND represents an interesting band of latitudes.
static class PointOfInterest.LAT
          Class LAT represents an interesting line of latitude.
static class PointOfInterest.LON
          Class LON represents an interesting meridian, or a segment of a meridian.
static class PointOfInterest.POS
          Class POS represents an interesting position.
 

Fields in org.hermit.geo declared as PointOfInterest
static PointOfInterest[] PointOfInterest.GLOBAL_AREAS
          List of regions of the world.
static PointOfInterest[] PointOfInterest.GLOBAL_POIS
          List of general global points of interest.