Class PocMethodFacade
java.lang.Object
org.orekit.files.ccsds.definitions.PocMethodFacade
Facade in front of several probability of collision methods in CCSDS messages.
- Since:
- 11.2
- Author:
- Bryan Cazabonne
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Get the name of the method.getType()Get the method type.static PocMethodFacadeParse a string from CDM.
-
Constructor Details
-
PocMethodFacade
Simple constructor.- Parameters:
name- name of the methodtype- method type (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
-
parse
Parse a string from CDM.- Parameters:
s- string to parse- Returns:
- PoC method facade
-