|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use DataType | |
|---|---|
| org.javaseis.io | |
| org.javaseis.properties | |
| Uses of DataType in org.javaseis.io |
|---|
| Methods in org.javaseis.io with parameters of type DataType | |
|---|---|
static AxisLabel[] |
Seisio.getPreferredAxisLabels(DataType dataType)
|
| Uses of DataType in org.javaseis.properties |
|---|
| Fields in org.javaseis.properties declared as DataType | |
|---|---|
protected DataType |
DataDefinition._dataType
|
| Methods in org.javaseis.properties that return DataType | |
|---|---|
static DataType |
DataType.get(java.lang.String name)
Gets the data type based on the name. |
DataType |
DataDefinition.getDataType()
|
static DataType |
DataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.javaseis.properties with parameters of type DataType | |
|---|---|
DataDefinition(DataType dataType,
DataFormat traceFormat)
|
|
DataDefinition(DataType dataType,
DataFormat traceFormat,
java.nio.ByteOrder byteOrder)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||