|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Defines a data object to be of Grid type. Interpretation
of X and Y is determined by the CoordinateSystem. For
Cartesian, X and Y are the Cartesian coordinates. For
Polar, X and Y are R (radius) and Theta (angle), respectively.
The SGTGrid interface only specifies the methods required
to access information. The methods used to construct an
object that implements SGTGrid is left to the developer.
SGTData,
CoordinateSystem,
Cartesian,
Polar,
SimpleGrid| Method Summary | |
SGTMetaData |
getValMetaData()
Get the Value SGTMetaData. |
Range2D |
getValRange()
Get the range of measured values on this 3D grid. |
double[] |
getZEdges()
Get the Y coordinate edges. |
SoTRange |
getZEdgesRange()
Get the range of Y coordinate edges. |
int |
getZSize()
Get the length of Z value array. |
boolean |
hasZEdges()
Z edges available? |
boolean |
isZTime()
Returns true if the Z coordinate is Time. |
| Methods inherited from interface gov.noaa.pmel.sgt.dm.SGTData |
addPropertyChangeListener, copy, getId, getKeyTitle, getTitle, getXMetaData, getXRange, getYMetaData, getYRange, isXTime, isYTime, removePropertyChangeListener |
| Method Detail |
public boolean isZTime()
public int getZSize()
public Range2D getValRange()
public SGTMetaData getValMetaData()
public boolean hasZEdges()
public double[] getZEdges()
public SoTRange getZEdgesRange()
|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||