|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisLabel | |
---|---|
org.javaseis.grid | |
org.javaseis.io | |
org.javaseis.properties |
Uses of AxisLabel in org.javaseis.grid |
---|
Methods in org.javaseis.grid that return AxisLabel | |
---|---|
AxisLabel |
ISeismicGrid.getAxisLabel(int index)
|
AxisLabel |
GridDefinition.getAxisLabel(int index)
|
AxisLabel[] |
ISeismicGrid.getAxisLabels()
|
AxisLabel[] |
GridDefinition.getAxisLabels()
|
Methods in org.javaseis.grid with parameters of type AxisLabel | |
---|---|
void |
ISeismicGrid.setAxisLabel(int index,
AxisLabel axisLabels)
|
void |
ISeismicGrid.setAxisLabels(AxisLabel[] axisLabels)
|
Uses of AxisLabel in org.javaseis.io |
---|
Methods in org.javaseis.io that return AxisLabel | |
---|---|
static AxisLabel[] |
Seisio.getPreferredAxisLabels(DataType dataType)
|
static AxisLabel[] |
Seisio.getPreferredAxisLabels(java.lang.String dataTypeStr)
|
Uses of AxisLabel in org.javaseis.properties |
---|
Fields in org.javaseis.properties declared as AxisLabel | |
---|---|
protected AxisLabel |
AxisDefinition._label
|
static AxisLabel |
AxisLabel.CHANNEL
The axis label for receiver channel. |
static AxisLabel |
AxisLabel.CMP
The axis label for common midpoint. |
static AxisLabel |
AxisLabel.CROSSLINE
The axis label for crossline number. |
static AxisLabel |
AxisLabel.DEPTH
The axis label for vertical depth. |
static AxisLabel |
AxisLabel.INLINE
The axis label for inline number. |
static AxisLabel |
AxisLabel.OFFSET
The axis label for source-receiver offset. |
static AxisLabel |
AxisLabel.OFFSET_BIN
The axis label for offset bin. |
static AxisLabel |
AxisLabel.RECEIVER
The axis label for receiver. |
static AxisLabel |
AxisLabel.RECEIVER_LINE
The axis label for receiver line number. |
static AxisLabel |
AxisLabel.SAIL_LINE
The axis label for sail line. |
static AxisLabel |
AxisLabel.SOURCE
The axis label for source. |
static AxisLabel |
AxisLabel.TIME
The axis label for vertical time. |
static AxisLabel |
AxisLabel.UNDEFINED
The axis label for the undefined case. |
static AxisLabel |
AxisLabel.VOLUME
The axis label for volume number. |
Methods in org.javaseis.properties that return AxisLabel | |
---|---|
static AxisLabel |
AxisLabel.get(java.lang.String name)
Returns an exising AxisLabel by name, or null if none exists with the specified name. |
static AxisLabel[] |
AxisLabel.getDefault(int ndim)
|
AxisLabel |
AxisDefinition.getLabel()
|
Constructors in org.javaseis.properties with parameters of type AxisLabel | |
---|---|
AxisDefinition(AxisLabel label,
Units units,
DataDomain domain,
long length,
long logicalOrigin,
long logicalDelta,
double physicalOrigin,
double physicalDelta)
Axis definition constuctor. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |