com.bbn.openmap.util.quadtree
Class QuadTreeLeaf<T>

java.lang.Object
  extended by com.bbn.openmap.util.quadtree.QuadTreeLeaf<T>
All Implemented Interfaces:
java.io.Serializable

public class QuadTreeLeaf<T>
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 double latitude
           
 double longitude
           
 T object
           
 
Constructor Summary
QuadTreeLeaf(double lat, double lon, T obj)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

latitude

public double latitude

longitude

public double longitude

object

public T object
Constructor Detail

QuadTreeLeaf

public QuadTreeLeaf(double lat,
                    double lon,
                    T obj)


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