|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SGT3DGrid
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 |
---|
boolean isZTime()
int getZSize()
Range2D getValRange()
SGTMetaData getValMetaData()
boolean hasZEdges()
double[] getZEdges()
SoTRange getZEdgesRange()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |