|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.geography.Place
public class Place
A class representing a geographical spot, namely a feature. It is meant to be used primarily to define places like human settlements, that is places with a name.
| Constructor Summary | |
|---|---|
Place(java.lang.String name,
Boundary boundary)
Creates a new Place object. |
|
| Method Summary | |
|---|---|
Boundary |
getBoundary()
DOCUMENT ME! |
java.lang.String |
getName()
DOCUMENT ME! |
java.lang.Object |
getPosition()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Place(java.lang.String name,
Boundary boundary)
name - DOCUMENT ME!boundary - DOCUMENT ME!| Method Detail |
|---|
public java.lang.String getName()
getName in interface Namedpublic Boundary getBoundary()
public java.lang.Object getPosition()
getPosition in interface Positioned
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||