Class StationPointBackAzimuth
- java.lang.Object
-
- edu.sc.seis.sod.subsetter.DistanceRangeSubsetter
-
- edu.sc.seis.sod.subsetter.origin.AbstractOriginPoint
-
- edu.sc.seis.sod.subsetter.station.StationPointBackAzimuth
-
- All Implemented Interfaces:
SodElement
,StationSubsetter
,Subsetter
public class StationPointBackAzimuth extends AbstractOriginPoint implements StationSubsetter
-
-
Field Summary
-
Fields inherited from class edu.sc.seis.sod.subsetter.origin.AbstractOriginPoint
latitude, longitude
-
-
Constructor Summary
Constructors Constructor Description StationPointBackAzimuth(org.w3c.dom.Element config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringTree
accept(edu.iris.Fissures.network.StationImpl station, NetworkSource network)
-
Methods inherited from class edu.sc.seis.sod.subsetter.origin.AbstractOriginPoint
getLatitude, getLatLon, getLongitude
-
Methods inherited from class edu.sc.seis.sod.subsetter.DistanceRangeSubsetter
getMax, getMin, getUnitRange, processConfig
-
-
-
-
Method Detail
-
accept
public StringTree accept(edu.iris.Fissures.network.StationImpl station, NetworkSource network)
- Specified by:
accept
in interfaceStationSubsetter
-
-