public static class MatchFilter.MatchParametersMF extends java.lang.Object implements MatchFilter
MatchFilter.ExactMF, MatchFilter.MatchParametersMF
Modifier and Type | Field and Description |
---|---|
protected double |
hrange |
Constructor and Description |
---|
MatchFilter.MatchParametersMF(double hrange,
int[] vrange,
long[] trange) |
MatchFilter.MatchParametersMF(MatchParameters params) |
Modifier and Type | Method and Description |
---|---|
double |
getHRange()
the distance (in radians) to consider two objects to be interacting, that
is, intersecting for our purposes.
|
boolean |
preConsider(GeoExtent seg,
GeoExtent region)
do inexpensive comparisons to determine if the two elements might
intersect.
|
public MatchFilter.MatchParametersMF(MatchParameters params)
public MatchFilter.MatchParametersMF(double hrange, int[] vrange, long[] trange)
public double getHRange()
MatchFilter
getHRange
in interface MatchFilter
public boolean preConsider(GeoExtent seg, GeoExtent region)
MatchFilter
preConsider
in interface MatchFilter
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details