|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.sandia.gnem.slbmjni.QueryNeighborInfo
public class QueryNeighborInfo
Stores information related to an interpolated profile through the Earth model.
The information is retrieved from a C++
QueryProfile
object via a call to 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.
Field Summary | |
---|---|
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 Summary | |
---|---|
QueryNeighborInfo()
|
Method Summary | |
---|---|
int |
getNNeighbors()
R |
java.lang.String |
toString()
Retrieve a formatted String representation of the information in this QueryNeighborInfo object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int nid
public int[] neighbors
public double[] distance
public double[] azimuth
public int nNeighbors
Constructor Detail |
---|
public QueryNeighborInfo()
Method Detail |
---|
public int getNNeighbors()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |