|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensha.commons.mapping.gmt.GRD_InfoFromFile
public class GRD_InfoFromFile
Title: GRD_InfoFromFile
Description: This class generates gets the info from a grd file (using GMT's grdinfo command
| Constructor Summary | |
|---|---|
GRD_InfoFromFile()
empty constructor |
|
GRD_InfoFromFile(String filename,
String gmtPath)
non-empty constructor |
|
| Method Summary | |
|---|---|
int |
get_nx()
|
int |
get_ny()
|
double |
get_x_inc()
|
double |
get_x_max()
|
double |
get_x_min()
|
String |
get_x_units()
|
double |
get_y_inc()
|
double |
get_y_max()
|
double |
get_y_min()
|
String |
get_y_units()
|
double |
get_z_max()
|
double |
get_z_min()
|
String |
get_z_units()
|
static void |
main(String[] args)
main function to test this class |
void |
setFilename(String filename,
String gmtPath)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GRD_InfoFromFile()
public GRD_InfoFromFile(String filename,
String gmtPath)
| Method Detail |
|---|
public double get_x_min()
public double get_x_max()
public double get_x_inc()
public String get_x_units()
public int get_nx()
public double get_y_min()
public double get_y_max()
public double get_y_inc()
public String get_y_units()
public int get_ny()
public double get_z_min()
public double get_z_max()
public String get_z_units()
public void setFilename(String filename,
String gmtPath)
public static void main(String[] args)
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||