edu.sc.seis.fissuresUtil.mockFissures.IfEvent
Class MockEventAccessOperations

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.mockFissures.IfEvent.MockEventAccessOperations

public class MockEventAccessOperations
extends java.lang.Object


Constructor Summary
MockEventAccessOperations()
           
 
Method Summary
static CacheEvent createEvent()
           
static CacheEvent createEvent(MicroSecondDate time, float lat, float lon)
           
static CacheEvent createEvent(MicroSecondDate eventTime, int magnitudeAndDepth, int feRegion)
           
static CacheEvent createEvent(OriginImpl origin, EventAttr attr)
           
static CacheEvent[] createEvents()
           
static CacheEvent[] createEvents(MicroSecondTimeRange timeRange, int rows, int cols)
           
static CacheEvent[] createEventTimeRange()
           
static CacheEvent createFallEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockEventAccessOperations

public MockEventAccessOperations()
Method Detail

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)