Class OdMethodFacade

java.lang.Object
org.orekit.files.ccsds.definitions.OdMethodFacade

public class OdMethodFacade extends Object
Facade in front of several orbit determination methods in CCSDS messages.
Since:
11.0
Author:
Luc Maisonobe
  • Constructor Details

    • OdMethodFacade

      public OdMethodFacade(String name, OdMethodType type, String tool)
      Simple constructor.
      Parameters:
      name - name of the method
      type - method type (may be null)
      tool - tool used for OD (may be null)
  • Method Details

    • getName

      public String getName()
      Get the name of the method.
      Returns:
      name of the method
    • getType

      public OdMethodType getType()
      Get the method type.
      Returns:
      method type
    • getTool

      public String getTool()
      Get the tool used for OD.
      Returns:
      tool used for OD
    • parse

      public static OdMethodFacade parse(String s)
      Parse a string from OCM.
      Parameters:
      s - string to parse
      Returns:
      OD method facade