edu.sc.seis.fissuresUtil.gmt
Class PSBasemapExecute

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.gmt.PSBasemapExecute

public class PSBasemapExecute
extends java.lang.Object


Constructor Summary
PSBasemapExecute()
           
 
Method Summary
static void createBasemap(java.io.File psFile, java.lang.String projection, java.lang.String region, java.lang.String paperType, java.lang.String fill, boolean isPortrait, int xOffset, int yOffset)
           
static void createBasemap(java.lang.String psFilename, java.lang.String projection, java.lang.String region, java.lang.String paperType, java.lang.String fill, boolean isPortrait, int xOffset, int yOffset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PSBasemapExecute

public PSBasemapExecute()
Method Detail

createBasemap

public static void createBasemap(java.lang.String psFilename,
                                 java.lang.String projection,
                                 java.lang.String region,
                                 java.lang.String paperType,
                                 java.lang.String fill,
                                 boolean isPortrait,
                                 int xOffset,
                                 int yOffset)
                          throws java.lang.InterruptedException,
                                 java.io.IOException
Throws:
java.lang.InterruptedException
java.io.IOException

createBasemap

public static void createBasemap(java.io.File psFile,
                                 java.lang.String projection,
                                 java.lang.String region,
                                 java.lang.String paperType,
                                 java.lang.String fill,
                                 boolean isPortrait,
                                 int xOffset,
                                 int yOffset)
                          throws java.lang.InterruptedException,
                                 java.io.IOException
Throws:
java.lang.InterruptedException
java.io.IOException