edu.sc.seis.fissuresUtil.mockFissures.IfEvent
Class MockEventAccessOperations
java.lang.Object
edu.sc.seis.fissuresUtil.mockFissures.IfEvent.MockEventAccessOperations
public class MockEventAccessOperations
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockEventAccessOperations
public MockEventAccessOperations()
createEvents
public static CacheEvent[] createEvents()
createEvent
public static CacheEvent createEvent()
createEvent
public static CacheEvent createEvent(MicroSecondDate time,
float lat,
float lon)
createFallEvent
public static CacheEvent createFallEvent()
createEvent
public static CacheEvent createEvent(MicroSecondDate eventTime,
int magnitudeAndDepth,
int feRegion)
createEvent
public static CacheEvent createEvent(OriginImpl origin,
EventAttr attr)
createEventTimeRange
public static CacheEvent[] createEventTimeRange()
- Returns:
- 18 events evenly spaced in time from the 1st of January 2001 to
the 31st of that month and evenly spaced over the entire globe
createEvents
public static CacheEvent[] createEvents(MicroSecondTimeRange timeRange,
int rows,
int cols)