Package | Description |
---|---|
net.talvi.puffinplot.data.file |
This package contains classes for reading palaeomagnetic data from a file.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyLoadedData
A trivial implementation of the
LoadedData interface, which
contains no data, only an optional single message. |
class |
SimpleLoadedData
A simple implementation of the
LoadedData interface. |
Modifier and Type | Method and Description |
---|---|
default LoadedData |
FileLoader.readFile(File file)
Reads a file without any specified options.
|
LoadedData |
TabularFileLoader.readFile(File file,
Map<String,Object> options)
Reads a file.
|
LoadedData |
TwoGeeLoader.readFile(File file,
Map<String,Object> options)
Reads a file in 2G format.
|
LoadedData |
Jr6Loader.readFile(File file,
Map<String,Object> importOptions)
Returns a JR6 loader for the specified file.
|
LoadedData |
FileLoader.readFile(File file,
Map<String,Object> options)
Read a file using a specified set of options.
|
LoadedData |
PplLoader.readFile(File file,
Map<String,Object> options)
Reads data from a specified PuffinPlot file.
|
LoadedData |
ZplotLoader.readFile(File file,
Map<String,Object> options)
Reads a Zplot file.
|
LoadedData |
IapdLoader.readFile(File file,
Map<String,Object> importOptions)
Reads an IAPD file.
|
LoadedData |
PmdLoader.readFile(File file,
Map<String,Object> importOptions)
Return a PmdLoader containing the treatmentSteps from the supplied
input stream.
|
LoadedData |
UcDavisLoader.readFile(File file,
Map<String,Object> importOptions)
Read a file in the old UC Davis file format.
|
LoadedData |
CaltechLoader.readFile(File file,
Map<String,Object> options)
Read a file into a data object containing treatment steps.
|
LoadedData |
PmdLoader.readStream(InputStream inputStream,
Map<String,Object> importOptions,
String fileIdentifier)
Return a data object containing the treatment steps from a supplied
input stream.
|
LoadedData |
Jr6Loader.readStream(InputStream inputStream,
String fileIdentifier,
TreatmentType defaultTreatmentType)
Reads JR6 data from a specified input stream.
|
Copyright © 2022. All rights reserved.