|
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 | |
SGTGrid |
getAssociatedData()
Get the associated data. |
GeoDateArray |
getGeoDateArray()
Get the GeoDateArray object. |
GeoDateArray |
getGeoDateArrayEdges()
Get the GeoDateArray object. |
GeoDate[] |
getTimeArray()
Get the array of temporal values. |
GeoDate[] |
getTimeEdges()
Get the Time edges. |
int |
getTSize()
Get the length of temporal value array. |
double[] |
getXArray()
Get the array of X values. |
double[] |
getXEdges()
Get the X coordinate edges. |
SoTRange |
getXEdgesRange()
Get the range of X coordinate edges. |
int |
getXSize()
Get the length of X value array. |
double[] |
getYArray()
Get the array of Y values. |
double[] |
getYEdges()
Get the Y coordinate edges. |
SoTRange |
getYEdgesRange()
Get the range of Y coordinate edges. |
int |
getYSize()
Get the length of Y value array. |
double[] |
getZArray()
Get the array of Z values. |
SGTMetaData |
getZMetaData()
Get the Z SGTMetaData. |
Range2D |
getZRange()
Get the range of Z values. |
boolean |
hasAssociatedData()
Is there associated data available? |
boolean |
hasXEdges()
Are X edges available? |
boolean |
hasYEdges()
Are Y edges available? |
| 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 double[] getXArray()
public int getXSize()
public double[] getYArray()
public int getYSize()
public double[] getZArray()
public Range2D getZRange()
public GeoDate[] getTimeArray()
public GeoDateArray getGeoDateArray()
GeoDateArray object.
public int getTSize()
public SGTMetaData getZMetaData()
public SGTGrid getAssociatedData()
public boolean hasAssociatedData()
public boolean hasXEdges()
public double[] getXEdges()
public SoTRange getXEdgesRange()
public boolean hasYEdges()
public double[] getYEdges()
public SoTRange getYEdgesRange()
public GeoDate[] getTimeEdges()
public GeoDateArray getGeoDateArrayEdges()
GeoDateArray object.
|
SGT Home | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||