org.eclipse.ohf.stem.internal.data.utility
Class NeighborUtility.AdminArea

java.lang.Object
  extended by org.eclipse.ohf.stem.internal.data.utility.NeighborUtility.AdminArea
Enclosing class:
NeighborUtility

public static class NeighborUtility.AdminArea
extends java.lang.Object

Class used to hold both the polygon and bounding box so it can be stored in a HashMap and passed around to methods that need both.


Constructor Summary
NeighborUtility.AdminArea(LatLong.Segment segment, java.awt.Rectangle bbox, java.lang.String name)
          constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NeighborUtility.AdminArea

public NeighborUtility.AdminArea(LatLong.Segment segment,
                                 java.awt.Rectangle bbox,
                                 java.lang.String name)
constructor

Parameters:
segment - Contains the latLong info for polygon
bbox - Bounding box for poygon
name - Name associated with polygon