geography
Class Intersection
java.lang.Object
|
+--geography.Intersection
- public class Intersection
- extends java.lang.Object
One kind of object that can be returned by address lookup (see the
AddressFinder class). Represents a physical intersection.
|
Field Summary |
java.lang.String |
descrip
A description of the address, e.g., "3400 Charles St"
or perhaps "Charles St at University Pkwy". |
geography.Point |
point
Physical location of the address. |
|
Constructor Summary |
protected |
Intersection(geography.Point p,
java.lang.String s)
|
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
point
public geography.Point point
- Physical location of the address.
descrip
public java.lang.String descrip
- A description of the address, e.g., "3400 Charles St"
or perhaps "Charles St at University Pkwy".
Intersection
protected Intersection(geography.Point p,
java.lang.String s)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object