com.partnersoft.v3x.apps.MapBrowser.locate
Class LocatePoint

java.lang.Object
  extended by com.partnersoft.v3x.apps.MapBrowser.locate.LocatePoint

public class LocatePoint
extends java.lang.Object

This is a point located by a Locator. Heh.


Field Summary
 int index
           
 java.lang.String itemType
           
 PointRecord point
           
 
Constructor Summary
LocatePoint()
          Create a new, blank LocatePoint.
LocatePoint(java.lang.String itemType, int index, PointRecord point)
          More useful - a point with a type and PointRecord.
 
Method Summary
 boolean equals(java.lang.Object nother)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

itemType

public java.lang.String itemType

index

public int index

point

public PointRecord point
Constructor Detail

LocatePoint

public LocatePoint()
Create a new, blank LocatePoint.


LocatePoint

public LocatePoint(java.lang.String itemType,
                   int index,
                   PointRecord point)
More useful - a point with a type and PointRecord.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object nother)
Overrides:
equals in class java.lang.Object