Uses of Class
com.infomatiq.jsi.Point

Packages that use Point
com.infomatiq.jsi   
com.infomatiq.jsi.rtree   
 

Uses of Point in com.infomatiq.jsi
 

Methods in com.infomatiq.jsi with parameters of type Point
 void SpatialIndex.nearest(Point p, IntProcedure v, float distance)
          Finds all rectangles that are nearest to the passed rectangle, and calls execute() on the passed IntProcedure for each one.
 float Rectangle.distance(Point p)
          Return the distance between this rectangle and the passed point.
 

Uses of Point in com.infomatiq.jsi.rtree
 

Methods in com.infomatiq.jsi.rtree with parameters of type Point
 void RTree.nearest(Point p, IntProcedure v, float furthestDistance)