Class VelocityStation

java.lang.Object
edu.iris.Fissures.IfNetwork.Station
edu.iris.Fissures.network.StationImpl
edu.sc.seis.sod.velocity.network.VelocityStation
All Implemented Interfaces:
Serializable, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.Streamable, org.omg.CORBA.portable.StreamableValue, org.omg.CORBA.portable.ValueBase

public class VelocityStation extends edu.iris.Fissures.network.StationImpl
See Also:
  • Constructor Details

    • VelocityStation

      public VelocityStation(edu.iris.Fissures.network.StationImpl sta)
  • Method Details

    • getDbId

      public int getDbId()
    • get_id

      public edu.iris.Fissures.IfNetwork.StationId get_id()
      Overrides:
      get_id in class edu.iris.Fissures.network.StationImpl
    • getId

      public edu.iris.Fissures.IfNetwork.StationId getId()
      Overrides:
      getId in class edu.iris.Fissures.IfNetwork.Station
    • get_code

      public String get_code()
      Overrides:
      get_code in class edu.iris.Fissures.network.StationImpl
    • getCode

      public String getCode()
    • getCodes

      public String getCodes()
    • getNetCode

      public String getNetCode()
    • getNet

      public VelocityNetwork getNet()
    • getStartDate

      public edu.iris.Fissures.model.MicroSecondDate getStartDate()
    • getEndDate

      public edu.iris.Fissures.model.MicroSecondDate getEndDate()
    • getStart

      public String getStart()
    • getStart

      public String getStart(String dateFormat)
    • getEnd

      public String getEnd()
    • getEnd

      public String getEnd(String dateFormat)
    • getName

      public String getName()
      Overrides:
      getName in class edu.iris.Fissures.IfNetwork.Station
    • getCSVName

      public String getCSVName()
    • getDescription

      public String getDescription()
      Overrides:
      getDescription in class edu.iris.Fissures.IfNetwork.Station
    • getOperator

      public String getOperator()
      Overrides:
      getOperator in class edu.iris.Fissures.IfNetwork.Station
    • getComment

      public String getComment()
      Overrides:
      getComment in class edu.iris.Fissures.IfNetwork.Station
    • getLatitude

      public String getLatitude()
    • getLatitude

      public String getLatitude(String format)
    • getLongitude

      public String getLongitude()
    • getLongitude

      public String getLongitude(String format)
    • getOrientedLatitude

      public String getOrientedLatitude()
    • getOrientedLatitude

      public static String getOrientedLatitude(float latitude)
    • getOrientedLongitude

      public String getOrientedLongitude()
    • getOrientedLongitude

      public static String getOrientedLongitude(float longitude)
    • getFloatLatitude

      public Float getFloatLatitude()
    • getFloatLongitude

      public Float getFloatLongitude()
    • getDepth

      public String getDepth()
    • getDepth

      public String getDepth(String format)
    • getElevation

      public String getElevation()
    • getElevation

      public String getElevation(String format)
    • getDistance

      public String getDistance(VelocityEvent event)
    • getDistanceDeg

      public String getDistanceDeg(VelocityEvent event)
    • getAz

      public String getAz(VelocityEvent event)
    • getDist

      public edu.iris.Fissures.model.QuantityImpl getDist(VelocityEvent event)
    • getBaz

      public String getBaz(VelocityEvent event)
    • getURL

      public String getURL()
    • toXML

      public String toXML() throws XMLStreamException
      Throws:
      XMLStreamException
    • toString

      public String toString()
      Overrides:
      toString in class edu.iris.Fissures.network.StationImpl
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • setPosition

      public void setPosition(int[] position)
    • getPosition

      public int[] getPosition()
    • insertIntoContext

      public void insertIntoContext(org.apache.velocity.VelocityContext ctx)
    • getWrapped

      public edu.iris.Fissures.network.StationImpl getWrapped()
    • wrap

      public static VelocityStation[] wrap(edu.iris.Fissures.IfNetwork.Station[] stations)
    • wrapList

      public static List<VelocityStation> wrapList(List<? extends edu.iris.Fissures.IfNetwork.Station> stations)