Class TauP_VelocityPlot

    • Field Detail

      • depth

        protected double depth
      • receiverDepth

        protected double receiverDepth
      • scattererDepth

        protected double scattererDepth
    • Constructor Detail

      • TauP_VelocityPlot

        public TauP_VelocityPlot()
    • Method Detail

      • printSVG

        public void printSVG​(java.io.PrintWriter out,
                             VelocityModel vMod)
      • printResult

        public void printResult​(java.io.PrintWriter out)
                         throws TauPException,
                                java.io.IOException
        Throws:
        TauPException
        java.io.IOException
      • printSVGBeginning

        public void printSVGBeginning​(java.io.PrintWriter out)
      • printCSV

        public void printCSV​(java.io.PrintWriter out,
                             VelocityModel vMod)
      • parseCmdLineArgs

        protected java.lang.String[] parseCmdLineArgs​(java.lang.String[] origArgs)
                                               throws java.io.IOException
        Specified by:
        parseCmdLineArgs in class TauP_Tool
        Throws:
        java.io.IOException
      • getSourceDepth

        public double getSourceDepth()
      • setSourceDepth

        public void setSourceDepth​(double depth)
      • getReceiverDepth

        public double getReceiverDepth()
      • setReceiverDepth

        public void setReceiverDepth​(double receiverDepth)
      • getScattererDepth

        public double getScattererDepth()
      • setScattererDepth

        public void setScattererDepth​(double depth)
      • getUsage

        public java.lang.String getUsage()
        Specified by:
        getUsage in class TauP_Tool
      • setModelName

        public void setModelName​(java.lang.String modelName)
      • getModelName

        public java.lang.String getModelName()