Class PythonAbstractEopParser

    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
        Part of JCC Python interface to object
      • pythonExtension

        public long pythonExtension()
        Part of JCC Python interface to object
      • pythonDecRef

        public void pythonDecRef()
        Part of JCC Python interface to object
      • parse

        public Collection<EOPEntry> parse​(InputStream input,
                                          String name)
                                   throws IOException
        Parse EOP from the given input stream.
        Parameters:
        input - stream to parse.
        name - of the stream for error messages.
        Returns:
        parsed EOP entries.
        Throws:
        IOException - if input throws one during parsing. TODO: Unclear what is reasonable to expose here.
      • getItrfVersionProvider

        protected ItrfVersionProvider getItrfVersionProvider()
        Get the ITRF version loader.
        Returns:
        ITRF version loader.
      • getUtc

        protected TimeScale getUtc()
        Get the UTC time scale.
        Returns:
        UTC time scale.