|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bbn.openmap.geo.MatchFilter.MatchParametersMF
Nested Class Summary |
Nested classes inherited from class com.bbn.openmap.geo.MatchFilter |
MatchFilter.ExactMF, MatchFilter.MatchParametersMF |
Field Summary | |
protected double |
hrange
|
Constructor Summary | |
MatchFilter.MatchParametersMF(double hrange,
int[] vrange,
long[] trange)
|
|
MatchFilter.MatchParametersMF(MatchParameters params)
|
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected double hrange
Constructor Detail |
public MatchFilter.MatchParametersMF(MatchParameters params)
public MatchFilter.MatchParametersMF(double hrange, int[] vrange, long[] trange)
Method Detail |
public double getHRange()
MatchFilter
getHRange
in interface MatchFilter
public boolean preConsider(GeoExtent seg, GeoExtent region)
MatchFilter
preConsider
in interface MatchFilter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |