Class OdMethodFacade
java.lang.Object
org.orekit.files.ccsds.definitions.OdMethodFacade
Facade in front of several orbit determination methods in CCSDS messages.
- Since:
- 11.0
- Author:
- Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionOdMethodFacade(String name, OdMethodType type, String tool) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Get the name of the method.getTool()Get the tool used for OD.getType()Get the method type.static OdMethodFacadeParse a string from OCM.
-
Constructor Details
-
OdMethodFacade
Simple constructor.- Parameters:
name- name of the methodtype- method type (may be null)tool- tool used for OD (may be null)
-
-
Method Details
-
getName
Get the name of the method.- Returns:
- name of the method
-
getType
Get the method type.- Returns:
- method type
-
getTool
Get the tool used for OD.- Returns:
- tool used for OD
-
parse
Parse a string from OCM.- Parameters:
s- string to parse- Returns:
- OD method facade
-