Class StationPointDistance

java.lang.Object
All Implemented Interfaces:
SodElement, StationSubsetter, Subsetter

public class StationPointDistance
extends AbstractOriginPoint
implements StationSubsetter
  • Constructor Details

    • StationPointDistance

      public StationPointDistance​(org.w3c.dom.Element config) throws java.lang.Exception
      Throws:
      java.lang.Exception
  • Method Details

    • accept

      public StringTree accept​(edu.sc.seis.seisFile.fdsnws.stationxml.Station station, NetworkSource network)
      Accepts a station only if it lies within the given distance range of the given lat and lon.
      Specified by:
      accept in interface StationSubsetter