public class ObservationUtil
extends java.lang.Object
Constructor and Description |
---|
ObservationUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getEventString(Observation obs) |
static java.lang.String |
getOffset(long milliseconds) |
static long |
getOffsetMilliSeconds(java.lang.String sOffset) |
static java.lang.String |
OBStoEVF(Observation obs) |
static java.lang.String |
OBStoITL(Observation obs) |
static Observation |
readObservationFromDoc(org.w3c.dom.Document doc) |
static Observation |
readObservationFromFile(java.lang.String file) |
static Observation |
readObservationFromNode(org.w3c.dom.Node node) |
static ObservationsSchedule |
readObservationScheduleFromNode(org.w3c.dom.Node node) |
static ObservationPor |
readObsPorfromDoc(org.w3c.dom.Document doc) |
protected static OffsetAngles |
readOffsetPointing(Observation obs,
PointingElement pe) |
static Schedule |
readScheduleFromDoc(org.w3c.dom.Document doc) |
static Schedule |
readScheduleFromFile(java.lang.String file) |
static ObservationPointingSlice |
readSlicefromDoc(org.w3c.dom.Document doc) |
static void |
saveMappsProducts(java.lang.String file,
Schedule sch) |
static void |
saveMappsProducts(java.lang.String file,
Schedule sch,
Plan plan) |
static void |
saveObservation(Observation obs) |
static void |
saveObservationToFile(java.lang.String file,
Observation obs) |
static void |
savePors(java.lang.String directory,
Schedule sch) |
static void |
savePors(java.lang.String directory,
Schedule sch,
java.lang.String sufix) |
static void |
saveScheduleToFile(java.lang.String file,
Schedule sch) |
static java.lang.String |
scheduleToEVF(Schedule schedule) |
static java.lang.String |
scheduleToEVF(Schedule schedule,
int sed) |
static java.lang.String |
scheduleToITL(Schedule schedule) |
static java.lang.String |
scheduleToMappsEvents(Schedule schedule) |
static java.lang.String |
schToTLISEVF(java.lang.String file,
Schedule schedule) |
static java.lang.String |
schToTLISEVF(java.lang.String file,
Schedule schedule,
int mtp,
Stp[] stps) |
static java.lang.String |
schToTLISEVF(java.lang.String file,
Schedule schedule,
java.lang.String dir) |
static java.lang.String |
schToTLISITL(java.lang.String file,
Schedule schedule) |
static java.lang.String |
schToTLISITL(java.lang.String file,
Schedule schedule,
int mtp,
Stp[] stps) |
static java.lang.String |
schToTLISITL(java.lang.String file,
Schedule schedule,
java.lang.String dir) |
public static void saveObservation(Observation obs) throws java.io.IOException
java.io.IOException
public static Schedule readScheduleFromFile(java.lang.String file) throws java.io.IOException
java.io.IOException
public static ObservationsSchedule readObservationScheduleFromNode(org.w3c.dom.Node node) throws java.io.IOException
java.io.IOException
public static Schedule readScheduleFromDoc(org.w3c.dom.Document doc) throws java.io.IOException
java.io.IOException
public static void saveScheduleToFile(java.lang.String file, Schedule sch) throws java.io.IOException
java.io.IOException
public static void saveObservationToFile(java.lang.String file, Observation obs) throws java.io.IOException
java.io.IOException
public static long getOffsetMilliSeconds(java.lang.String sOffset)
public static java.lang.String getOffset(long milliseconds)
public static Observation readObservationFromNode(org.w3c.dom.Node node) throws java.io.IOException
java.io.IOException
public static ObservationPor readObsPorfromDoc(org.w3c.dom.Document doc) throws java.io.IOException
java.io.IOException
public static ObservationPointingSlice readSlicefromDoc(org.w3c.dom.Document doc) throws java.io.IOException
java.io.IOException
public static Observation readObservationFromDoc(org.w3c.dom.Document doc) throws java.io.IOException
java.io.IOException
public static Observation readObservationFromFile(java.lang.String file) throws java.io.IOException
java.io.IOException
protected static OffsetAngles readOffsetPointing(Observation obs, PointingElement pe)
public static java.lang.String scheduleToMappsEvents(Schedule schedule)
public static java.lang.String getEventString(Observation obs)
public static java.lang.String scheduleToEVF(Schedule schedule)
public static java.lang.String scheduleToEVF(Schedule schedule, int sed)
public static java.lang.String OBStoEVF(Observation obs)
public static java.lang.String scheduleToITL(Schedule schedule)
public static void savePors(java.lang.String directory, Schedule sch)
public static void savePors(java.lang.String directory, Schedule sch, java.lang.String sufix)
public static void saveMappsProducts(java.lang.String file, Schedule sch, Plan plan) throws java.io.IOException
java.io.IOException
public static void saveMappsProducts(java.lang.String file, Schedule sch) throws java.io.IOException
java.io.IOException
public static java.lang.String schToTLISEVF(java.lang.String file, Schedule schedule, int mtp, Stp[] stps)
public static java.lang.String schToTLISEVF(java.lang.String file, Schedule schedule, java.lang.String dir)
public static java.lang.String schToTLISEVF(java.lang.String file, Schedule schedule)
public static java.lang.String schToTLISITL(java.lang.String file, Schedule schedule, int mtp, Stp[] stps)
public static java.lang.String schToTLISITL(java.lang.String file, Schedule schedule, java.lang.String dir)
public static java.lang.String schToTLISITL(java.lang.String file, Schedule schedule)
public static java.lang.String OBStoITL(Observation obs)