Uses of Class
com.bbn.openmap.omGraphics.OMGraphicList.OMDist

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  boolean OMGraphicList.findAllTest(int x, int y, float limit, boolean resetSelect, OMGraphicList addTo, OMGeometry omg, OMGraphicList.OMDist omd)
          Test to find out if an OMGeometry is located within the pixel limit of the x, y pixel location.
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().
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details