GeoTessJavaExamples  2.0
Static Public Member Functions | List of all members
gov.sandia.geotess.examples.PopulateModel2D Class Reference

An example of how to generate a GeoTessModel and populate it with data. More...

Static Public Member Functions

static void main (String[] args)
 An example of how to generate a GeoTessModel and populate it with data. More...
 

Detailed Description

An example of how to generate a GeoTessModel and populate it with data.

At every node in the 4 degree tessellation:

Author
sballar

Definition at line 65 of file PopulateModel2D.java.

Member Function Documentation

◆ main()

static void gov.sandia.geotess.examples.PopulateModel2D.main ( String[]  args)
static

An example of how to generate a GeoTessModel and populate it with data.

At every node in the 4 degree tessellation:

  • populate a new model with some simple data. The data consists of the distance in radians from every grid node to the geographic location of seismic station ANMO located at Latitude: 34.9462N Longitude: 106.4567W.
  • modify the data by converting it from radians to degrees.
  • interpolate a value from the grid and print the result to the screen.
Parameters
argspath to file geotess_grid_04000.geotess

Definition at line 81 of file PopulateModel2D.java.


The documentation for this class was generated from the following file: