faa.tg.util
Interface AbstractSpacialPartition.KeyAdapter<K>

All Known Implementing Classes:
CoordinateQuadTree.CoordinatePartition.CoordinateKeyAdapter, PointQuadTree.PointPartition.PointKeyAdapter
Enclosing class:
AbstractSpacialPartition<K,P extends AbstractSpacialPartition<K,P>>

protected static interface AbstractSpacialPartition.KeyAdapter<K>

K is not guaranteed to be the same as the other K in this class See the Source: AbstractSpacialPartition.java

Version:
$Id: AbstractSpacialPartition.java,v 1.1 2008/04/29 19:26:47 lonnies Exp $ To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
Author:
Lonnie Souder Titan/ACB-860

Method Summary
 double getX(K t)
           
 double getY(K t)
           
 

Method Detail

getX

double getX(K t)

getY

double getY(K t)