|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.Location
public final class Location
A location on or in the earth.
Field Summary | |
---|---|
Quantity |
depth
|
Quantity |
elevation
|
float |
latitude
|
float |
longitude
|
LocationType |
type
|
Constructor Summary | |
---|---|
Location()
|
|
Location(float latitude,
float longitude,
Quantity elevation,
Quantity depth,
LocationType type)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float latitude
public float longitude
public Quantity elevation
public Quantity depth
public LocationType type
Constructor Detail |
---|
public Location()
public Location(float latitude, float longitude, Quantity elevation, Quantity depth, LocationType type)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |