Uses of Interface
com.bbn.openmap.geo.MatchParameters

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

Uses of MatchParameters in com.bbn.openmap.geo
 

Classes in com.bbn.openmap.geo that implement MatchParameters
static class MatchParameters.Standard
           
 

Fields in com.bbn.openmap.geo declared as MatchParameters
static MatchParameters MatchParameters.ROUTE_DEFAULT
          A set of parameters that matches radius of 10 nmiles.
static MatchParameters MatchParameters.STRICT
          A set of parameters for strict intersections, 0 nmiles.
 

Methods in com.bbn.openmap.geo with parameters of type MatchParameters
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.
 

Constructors in com.bbn.openmap.geo with parameters of type MatchParameters
MatchFilter.MatchParametersMF(MatchParameters params)
           
 



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