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

Packages that use OMList.OMDist
com.bbn.openmap.omGraphics Provides geographically based graphics classes. 
 

Uses of OMList.OMDist in com.bbn.openmap.omGraphics
 

Methods in com.bbn.openmap.omGraphics that return OMList.OMDist
protected abstract  OMList.OMDist<T> OMList.createDist()
           
protected  OMList.OMDist<OMGraphic> OMGraphicList.createDist()
           
protected  OMList.OMDist<OMGeometry> OMGeometryList.createDist()
           
 OMList.OMDist<T> OMList.findClosest(double x, double y, float limit, boolean resetSelect)
          Find the closest Object and its distance.
 OMList.OMDist<OMGeometry> OMAreaList.findClosest(double x, double y, float limit, boolean resetSelect)
          Overrides the OMGeometryList and OMGraphicList methods to just call _distance() on the internal shape object.
protected  OMList.OMDist<T> OMList.findClosestTest(OMList.OMDist<T> current, int index, OMGeometry graphic, double x, double y, float limit, boolean resetSelect)
          Test the graphic distance away from the x, y point, and compare it to the current OMDist passed in.
protected  OMList.OMDist<T> OMList.selectClosestTest(OMList.OMDist<T> current, int index, OMGeometry graphic, int x, int y, float limit)
          A variation on findClosestTest, manages select() and deselect().
 

Methods in com.bbn.openmap.omGraphics with parameters of type OMList.OMDist
protected  boolean OMList.findAllTest(int x, int y, float limit, boolean resetSelect, OMList<T> addTo, OMGeometry geometry, OMList.OMDist<T> omd)
          Test to find out if an OMGraphic is located within the pixel limit of the x, y pixel location.
protected  OMList.OMDist<T> OMList.findClosestTest(OMList.OMDist<T> current, int index, OMGeometry graphic, double x, double y, float limit, boolean resetSelect)
          Test the graphic distance away from the x, y point, and compare it to the current OMDist passed in.
protected  OMList.OMDist<T> OMList.selectClosestTest(OMList.OMDist<T> 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