edu.iris.Fissures
Class Orientation

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

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

represents the orientation of a single component of a seismometer.

See Also:
Serialized Form

Field Summary
 float azimuth
           
 float dip
           
 
Constructor Summary
Orientation()
           
Orientation(float azimuth, float dip)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

azimuth

public float azimuth

dip

public float dip
Constructor Detail

Orientation

public Orientation()

Orientation

public Orientation(float azimuth,
                   float dip)