|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMGraphicList.OMDist | |
com.bbn.openmap.omGraphics | Provides geographically based graphics classes. |
Uses of OMGraphicList.OMDist in com.bbn.openmap.omGraphics |
Methods in com.bbn.openmap.omGraphics that return OMGraphicList.OMDist | |
protected OMGraphicList.OMDist |
OMGraphicList._findClosest(int x,
int y,
float limit,
boolean resetSelect)
Find the closest Object and its distance. |
protected OMGraphicList.OMDist |
OMGraphicList.findClosestTest(OMGraphicList.OMDist current,
int index,
OMGeometry graphic,
int x,
int y,
float limit,
boolean resetSelect)
Test the omgraphic distance away from the x, y point, and compare it to the current OMDist passed in. |
protected OMGraphicList.OMDist |
OMGraphicList._findClosest(int x,
int y,
float limit)
Calls _findClosest(x, y, limit, false); |
protected OMGraphicList.OMDist |
OMGraphicList.selectClosestTest(OMGraphicList.OMDist current,
int index,
OMGeometry graphic,
int x,
int y,
float limit)
A variation on findClosestTest, manages select() and deselect(). |
protected OMGraphicList.OMDist |
OMGeometryList._findClosest(int x,
int y,
float limit,
boolean resetSelect)
|
protected OMGraphicList.OMDist |
OMAreaList._findClosest(int x,
int y,
float limit,
boolean resetSelect)
Overrides the OMGeometryList and OMGraphicList methods to just call _distance() on the internal shape object. |
Methods in com.bbn.openmap.omGraphics with parameters of type OMGraphicList.OMDist | |
protected OMGraphicList.OMDist |
OMGraphicList.findClosestTest(OMGraphicList.OMDist current,
int index,
OMGeometry graphic,
int x,
int y,
float limit,
boolean resetSelect)
Test the omgraphic distance away from the x, y point, and compare it to the current OMDist passed in. |
protected OMGraphicList.OMDist |
OMGraphicList.selectClosestTest(OMGraphicList.OMDist current,
int index,
OMGeometry graphic,
int x,
int y,
float limit)
A variation on findClosestTest, manages select() and deselect(). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |