Method getI() can be used to retrieve the inclination of a satellite from its SpacecraftState, eg. FramesFactory.getEME2000().
In which frame is it returned? I understand it is returned the frame in which the state is defined.
Is it possible to get the inclination in another, specified, frame, eg. FramesFactory.getTOD(IERSConventions.IERS_2010, false)? maybe using some transform method?