Package | Description |
---|---|
com.bbn.openmap.geo |
Package that contains classes to do calculations in lat/lon space.
|
Modifier and Type | Class and Description |
---|---|
static class |
MatchParameters.Standard |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
MatchFilter.MatchParametersMF(MatchParameters params) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details