|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MatchFilter | |
com.bbn.openmap.geo | Package that contains classes to do calculations in lat/lon space. |
Uses of MatchFilter in com.bbn.openmap.geo |
Classes in com.bbn.openmap.geo that implement MatchFilter | |
static class |
MatchFilter.ExactMF
|
static class |
MatchFilter.MatchParametersMF
|
Fields in com.bbn.openmap.geo declared as MatchFilter | |
protected MatchFilter |
Intersection.filter
|
Methods in com.bbn.openmap.geo that return MatchFilter | |
MatchFilter |
Intersection.getFilter()
Retrieve the MatchFilter that can be used to control which GeoExtents are considered for Intersection queries. |
Methods in com.bbn.openmap.geo with parameters of type MatchFilter | |
static Intersection |
Intersection.intersector(MatchFilter filter,
MatchCollector collector)
Create an Intersection class that will use the provided MatchFilter class and the provided MatchCollector. |
Constructors in com.bbn.openmap.geo with parameters of type MatchFilter | |
Intersection(MatchFilter filter,
MatchCollector collector)
Create an Intersection class that will use the provided MatchFilter and MatchCollector. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |