|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.javaseis.properties.DataDomain
public class DataDomain
This class provides a type-safe representation of domains, such as space, time, and frequency.
Field Summary | |
---|---|
static DataDomain |
ALACRITY
Squared velocity |
static DataDomain |
AMPLITUDE
Amplitude |
static DataDomain |
COHERENCE
Some non-semblance measurement of coherency. |
static DataDomain |
DELTA
Anisotropic Thompsen parameter delta |
static DataDomain |
DENSITY
Units of mass per volume |
static DataDomain |
DEPTH
Vertical distance |
static DataDomain |
DIP
In units of time over space |
static DataDomain |
ENVELOPE
Analytic envelope of a waveform |
static DataDomain |
EPSILON
Anisotropic Thompsen parameter epsilon |
static DataDomain |
ETA
Anisotropic Thompsen parameter eta |
static DataDomain |
FOLD
Number of independent data that have been summed for a result |
static DataDomain |
FREQUENCY
The Fourier dual of time |
static DataDomain |
IMPEDANCE
Rock property impedance, in units of density times velocity. |
static DataDomain |
INCIDENCE_ANGLE
Angle at which a ray (or normal to a wavefront) strikes a surface |
static DataDomain |
NULL
Unspecified value |
static DataDomain |
ROTATION_ANGLE
Angle of rotation of two traces |
static DataDomain |
SEMBLANCE
Normalized coherency measurement |
(package private) static long |
serialVersionUID
|
static DataDomain |
SLOTH
Squared reciprocol velocity |
static DataDomain |
SLOWNESS
Reciprocol velocity |
static DataDomain |
SPACE
In units of distance |
static DataDomain |
TIME
In seconds or milliseconds |
static DataDomain |
UNKNOWN
Unknown value |
static DataDomain |
VELOCITY
In units of space over time |
static DataDomain |
VS
Shear velocity |
static DataDomain |
VSVP
Ratio of shear velocity to pressure velocity |
static DataDomain |
WAVENUMBER
The Fourier dual of space |
Constructor Summary | |
---|---|
DataDomain(java.lang.String name)
Creates a new DataDomain object with the description equal to the name. |
|
DataDomain(java.lang.String name,
java.lang.String description)
Creates a new DataDomain object with the description equal to the name. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is equal to this object. |
static DataDomain |
get(java.lang.String name)
Gets the domain based on the name, or null if the name is not found. |
java.lang.String |
getDescription()
Returns the description the domain. |
java.lang.String |
getName()
Returns the name the domain. |
int |
hashCode()
Overrides Object.hashCode() because this class overrides Object.equals(). |
java.lang.String |
toString()
Returns a String representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final DataDomain ALACRITY
public static final DataDomain AMPLITUDE
public static final DataDomain COHERENCE
public static final DataDomain DELTA
public static final DataDomain DENSITY
public static final DataDomain DEPTH
public static final DataDomain DIP
public static final DataDomain ENVELOPE
public static final DataDomain EPSILON
public static final DataDomain ETA
public static final DataDomain FOLD
public static final DataDomain FREQUENCY
public static final DataDomain IMPEDANCE
public static final DataDomain INCIDENCE_ANGLE
public static final DataDomain NULL
public static final DataDomain ROTATION_ANGLE
public static final DataDomain SEMBLANCE
static final long serialVersionUID
public static final DataDomain SLOTH
public static final DataDomain SLOWNESS
public static final DataDomain SPACE
public static final DataDomain TIME
public static final DataDomain UNKNOWN
public static final DataDomain VELOCITY
public static final DataDomain VS
public static final DataDomain VSVP
public static final DataDomain WAVENUMBER
Constructor Detail |
---|
public DataDomain(java.lang.String name)
DataDomain
object with the description equal to the name.
name
- the domain name. All names are reduced to lower case to
avoid similar but different names.public DataDomain(java.lang.String name, java.lang.String description)
DataDomain
object with the description equal to the name.
name
- the domain name. All names are reduced to lower case to
avoid similar but different names.description
- a description of the domain.Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- an object.
true
if the input object equals this
object, otherwise false
.public static DataDomain get(java.lang.String name)
name
- the name of the domain.
public java.lang.String getDescription()
public java.lang.String getName()
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
String
representation of the object.
toString
in class java.lang.Object
String
representation of the object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |