public class QueryNeighborInfo
extends java.lang.Object
SlbmInterface.getInterpolatedPoint(double, double)
.
Information includes: the geographic latitude and
longitude of the point in the Earth model where the information was
interpolated, the depths of all model interfaces beneath the point
of interpolation, the P and S velocities of each model interval,
and the P and S velocity gradients in the mantle. Also includes the
node IDs and interpolation coefficients used to interpolate the
information from the grid nodes.Modifier and Type | Field and Description |
---|---|
double[] |
azimuth
An array of azimuths between nid and
neighbors of nid
|
double[] |
distance
An array of distances between nid and
neighbors of nid
|
int[] |
neighbors
The node IDs of neighbors of nid.
|
int |
nid
Node ID of interest.
|
int |
nNeighbors
The number of neighbors nid has
|
Constructor and Description |
---|
QueryNeighborInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getNNeighbors()
R
|
java.lang.String |
toString()
Retrieve a formatted String representation of the
information in this QueryNeighborInfo object.
|
public int nid
public int[] neighbors
public double[] distance
public double[] azimuth
public int nNeighbors
public int getNNeighbors()
public java.lang.String toString()
toString
in class java.lang.Object