faa.tg.util
Interface AbstractSpacialPartition.PartitionFactory<P extends AbstractSpacialPartition<?,P>>

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

protected static interface AbstractSpacialPartition.PartitionFactory<P extends AbstractSpacialPartition<?,P>>

P is not guaranteed to be the same as the other P 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
 P makePartition(double x_c, double x_b, double y_c, double y_b)
           
 

Method Detail

makePartition

P makePartition(double x_c,
                double x_b,
                double y_c,
                double y_b)