Class EphemService
- java.lang.Object
-
- talonsoalbi_at_gmail_dot_com.ssoxmatch.actions.web.AbstractService
-
- talonsoalbi_at_gmail_dot_com.ssoxmatch.actions.web.EphemService
-
public class EphemService extends AbstractService
-
-
Constructor Summary
Constructors Constructor Description EphemService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
handle(com.sun.net.httpserver.HttpExchange t)
Ephem servicestatic void
processEphemerides(DetailedEphemElement ephem, LocationElement locH, LocationElement locM, java.lang.String format, boolean compare, boolean jpl, boolean useUnit, java.lang.StringBuilder output)
-
-
-
Method Detail
-
handle
public java.lang.String handle(com.sun.net.httpserver.HttpExchange t)
Ephem service- Overrides:
handle
in classAbstractService
- Parameters:
t
- The http exchange- Returns:
- The (unprocessed) output to the user
-
processEphemerides
public static void processEphemerides(DetailedEphemElement ephem, LocationElement locH, LocationElement locM, java.lang.String format, boolean compare, boolean jpl, boolean useUnit, java.lang.StringBuilder output) throws spice.basic.SpiceErrorException
- Throws:
spice.basic.SpiceErrorException
-
-