Uses of Class
com.bbn.openmap.geo.Intersection

Packages that use Intersection
com.bbn.openmap.geo Package that contains classes to do calculations in lat/lon space. 
 

Uses of Intersection in com.bbn.openmap.geo
 

Subclasses of Intersection in com.bbn.openmap.geo
static class BoundaryCrossing.CrossingIntersection
          A Intersection class that knows how to call BoundaryCrossing.Collector to keep track of the path's relationship with the regions.
 

Methods in com.bbn.openmap.geo that return Intersection
static Intersection Intersection.intersector()
          Create an Intersection class that will use the MatchFilter.MatchParameters class with STRICT settings, and a MatchCollector.SetMatchCollector.
static Intersection Intersection.intersector(MatchFilter filter, MatchCollector collector)
          Create an Intersection class that will use the provided MatchFilter class and the provided MatchCollector.
static Intersection Intersection.intersector(MatchParameters params)
          Create an Intersection class that will use the MatchFilter.MatchParameters class with provided settings, and a MatchCollector.SetMatchCollector.
static Intersection Intersection.intersector(MatchParameters params, java.util.Collection c)
          Create an Intersection class that will use the MatchFilter.MatchParameters class with provided settings, and a MatchCollector.CollectionMatchCollector with the provided collector.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details