Class AbstractOriginPoint

java.lang.Object
edu.sc.seis.sod.subsetter.DistanceRangeSubsetter
edu.sc.seis.sod.subsetter.origin.AbstractOriginPoint
All Implemented Interfaces:
SodElement
Direct Known Subclasses:
OriginPointAzimuth, OriginPointBackAzimuth, OriginPointDistance, StationPointAzimuth, StationPointBackAzimuth, StationPointDistance

public class AbstractOriginPoint
extends DistanceRangeSubsetter
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected double latitude  
    protected double longitude  
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractOriginPoint​(org.w3c.dom.Element config)  
  • Method Summary

    Modifier and Type Method Description
    double getLatitude()  
    static double[] getLatLon​(org.w3c.dom.Element config, java.lang.String extractor)  
    double getLongitude()  

    Methods inherited from class edu.sc.seis.sod.subsetter.DistanceRangeSubsetter

    getMax, getMin, getUnitRange, processConfig

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait