Class MidPoint
- java.lang.Object
-
- edu.sc.seis.sod.subsetter.AreaSubsetter
-
- edu.sc.seis.sod.subsetter.eventStation.MidPoint
-
- All Implemented Interfaces:
SodElement
,EventStationSubsetter
,Subsetter
public class MidPoint extends AreaSubsetter implements EventStationSubsetter
-
-
Field Summary
-
Fields inherited from class edu.sc.seis.sod.subsetter.AreaSubsetter
locationArray
-
-
Constructor Summary
Constructors Constructor Description MidPoint(org.w3c.dom.Element config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringTree
accept(edu.sc.seis.fissuresUtil.cache.CacheEvent eventAccess, edu.iris.Fissures.network.StationImpl station, CookieJar cookieJar)
-
Methods inherited from class edu.sc.seis.sod.subsetter.AreaSubsetter
accept, extractPolygon, makeRelativeOrRecipeDirReader
-
-
-
-
Constructor Detail
-
MidPoint
public MidPoint(org.w3c.dom.Element config) throws ConfigurationException
- Throws:
ConfigurationException
-
-
Method Detail
-
accept
public StringTree accept(edu.sc.seis.fissuresUtil.cache.CacheEvent eventAccess, edu.iris.Fissures.network.StationImpl station, CookieJar cookieJar) throws java.lang.Exception
- Specified by:
accept
in interfaceEventStationSubsetter
- Throws:
java.lang.Exception
-
-