36 package gov.sandia.geotess.examples;
53 public static void main(String[] args)
59 "\nMust specify a single command line argument specifying " +
60 "the path to the GeoTessModels diretory\n");
62 File baseModelFile =
new File(
new File(args[0]),
"crust20.geotess");
64 System.out.println(
"Example that illustrates how to use GeoTessModelExtended that " +
65 "extends a regular GeoTessModel base class.");
69 GeoTessModel baseModel =
new GeoTessModel(baseModelFile);
99 System.out.println(
"\nDone.");
103 ex.printStackTrace();