public final class PartialIDFile
extends java.lang.Object
The file contains
Numbers of stations, events, period ranges and perturbation points
Each station information
- name, network, position
Each event
- Global CMT ID Each period
Each period range
- min period, max period
Each perturbation points
- latitude, longitude, radius Each PartialID information
- see in read(Path)
TODO short to char READing has problem. TODO
修飾子とタイプ | フィールドと説明 |
---|---|
static int |
oneIDByte
File size for an ID
|
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
main(java.lang.String[] args)
Creates lists of stations, events, partials.
|
static PartialID[] |
read(java.nio.file.Path idPath) |
static PartialID[] |
read(java.nio.file.Path idPath,
java.nio.file.Path dataPath) |
static PartialID[] |
read(java.nio.file.Path idPath,
java.nio.file.Path dataPath,
java.util.function.Predicate<PartialID> chooser) |
public static final int oneIDByte
public static PartialID[] read(java.nio.file.Path idPath, java.nio.file.Path dataPath, java.util.function.Predicate<PartialID> chooser) throws java.io.IOException
java.io.IOException
public static PartialID[] read(java.nio.file.Path idPath) throws java.io.IOException
idPath
- Path
of an ID file.PartialID
without waveform datajava.io.IOException
- if an I/O error occurspublic static void main(java.lang.String[] args) throws java.io.IOException
args
- [options] [parameter file name]java.io.IOException
- if an I/O error occurspublic static PartialID[] read(java.nio.file.Path idPath, java.nio.file.Path dataPath) throws java.io.IOException
java.io.IOException