Class IgnoredBlockParser<T extends ParseInfo<?>>

java.lang.Object
org.orekit.files.sinex.BlockParser<T>
org.orekit.files.sinex.IgnoredBlockParser<T>
Type Parameters:
T - type of the sinex files parse info
All Implemented Interfaces:
LineParser<T>

public class IgnoredBlockParser<T extends ParseInfo<?>> extends BlockParser<T>
Parser for ignored SINEX block.
Since:
13.0
Author:
Luc Maisonobe
  • Constructor Details

    • IgnoredBlockParser

      public IgnoredBlockParser()
      Simple constructor.
  • Method Details