Package | Description |
---|---|
agi.foundation.time |
Contains types for quantifying and converting between various date, time, and time standard representations.
|
Modifier and Type | Method and Description |
---|---|
static LeapSecondsFacet |
LeapSecondFile.downloadLeapSeconds()
Downloads the latest leap second file (LeapSecond.dat) from an AGI server.
|
static LeapSecondsFacet |
LeapSecondFile.downloadLeapSeconds(Proxy proxy)
Downloads the latest leap second file (LeapSecond.dat) from an AGI server.
|
static LeapSecondsFacet |
LeapSecondsFacet.getFromContext()
Gets the
LeapSecondsFacet instance from the calculation context. |
static LeapSecondsFacet |
LeapSecondFile.readLeapSeconds(BufferedReader source)
Reads an STK leap second file and returns a new
LeapSecondsFacet instance
initialized with the contents of the file. |
static LeapSecondsFacet |
LeapSecondFile.readLeapSeconds(String fileName)
Reads an STK leap second file and returns a new
LeapSecondsFacet instance
initialized with the contents of the file. |
Modifier and Type | Method and Description |
---|---|
static void |
LeapSecondFile.writeLeapSeconds(Writer writer,
LeapSecondsFacet leapSeconds)
Writes the specified
LeapSecondsFacet instance to a stream in
STK leap second file format. |
Constructor and Description |
---|
LeapSecondsFacet(LeapSecondsFacet existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|