edu.iris.Fissures
Class Location

java.lang.Object
  extended by edu.iris.Fissures.Location
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class Location
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

A location on or in the earth.

See Also:
Serialized Form

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

latitude

public float latitude

longitude

public float longitude

elevation

public Quantity elevation

depth

public Quantity depth

type

public LocationType type
Constructor Detail

Location

public Location()

Location

public Location(float latitude,
                float longitude,
                Quantity elevation,
                Quantity depth,
                LocationType type)