public class PSBasemapExecute
extends java.lang.Object
| Constructor and Description |
|---|
PSBasemapExecute() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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
java.lang.InterruptedExceptionjava.io.IOExceptionpublic 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
java.lang.InterruptedExceptionjava.io.IOException