|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SGTMetaData | |
---|---|
gov.noaa.pmel.sgt.demo | JApplets and applications that demonstrate the use of
sgt. |
gov.noaa.pmel.sgt.dm | Classes and interfaces that define the sgt datamodel. |
gov.noaa.pmel.util | Contains date and time facilities and miscellaneous utility classes. |
Uses of SGTMetaData in gov.noaa.pmel.sgt.demo |
---|
Methods in gov.noaa.pmel.sgt.demo that return SGTMetaData | |
---|---|
SGTMetaData |
PseudoRealTimeData.getXMetaData()
|
SGTMetaData |
PseudoRealTimeData.getYMetaData()
|
Uses of SGTMetaData in gov.noaa.pmel.sgt.dm |
---|
Fields in gov.noaa.pmel.sgt.dm declared as SGTMetaData | |
---|---|
protected SGTMetaData |
ThreeDGrid.valMetaData_
|
protected SGTMetaData |
SimplePoint.valueMetaData_
|
protected SGTMetaData |
ThreeDGrid.xMetaData_
|
protected SGTMetaData |
SimpleTuple.xMetaData_
|
protected SGTMetaData |
SimplePoint.xMetaData_
|
protected SGTMetaData |
SimpleLine.xMetaData_
|
protected SGTMetaData |
SimpleGrid.xMetaData_
|
protected SGTMetaData |
ThreeDGrid.yMetaData_
|
protected SGTMetaData |
SimpleTuple.yMetaData_
|
protected SGTMetaData |
SimplePoint.yMetaData_
|
protected SGTMetaData |
SimpleLine.yMetaData_
|
protected SGTMetaData |
SimpleGrid.yMetaData_
|
protected SGTMetaData |
ThreeDGrid.zMetaData_
|
protected SGTMetaData |
SimpleTuple.zMetaData_
|
protected SGTMetaData |
SimpleGrid.zMetaData_
|
Methods in gov.noaa.pmel.sgt.dm with parameters of type SGTMetaData | |
---|---|
void |
ThreeDGrid.setValMetaData(SGTMetaData md)
Set the SGTMetaData associated with the z
coordinate. |
void |
ThreeDGrid.setXMetaData(SGTMetaData md)
Set the SGTMetaData associated with the x
coordinate. |
void |
SimpleTuple.setXMetaData(SGTMetaData xMeta)
|
void |
SimplePoint.setXMetaData(SGTMetaData md)
Set the SGTMetaData associated with the x
coordinate |
void |
SimpleLine.setXMetaData(SGTMetaData md)
Set the X coordinate metadata. |
void |
SimpleGrid.setXMetaData(SGTMetaData md)
Set the SGTMetaData associated with the x
coordinate. |
void |
PointCollection.setXMetaData(SGTMetaData xMetaData)
Set the SGTMetaData associated with the x axis. |
void |
Annotation.setXMetaData(SGTMetaData meta)
|
void |
ThreeDGrid.setYMetaData(SGTMetaData md)
Set the SGTMetaData associated with the y
coordinate. |
void |
SimpleTuple.setYMetaData(SGTMetaData yMeta)
|
void |
SimplePoint.setYMetaData(SGTMetaData md)
Set the SGTMetaData associated with the y
coordinate |
void |
SimpleLine.setYMetaData(SGTMetaData md)
Set the Y coordinate metadata. |
void |
SimpleGrid.setYMetaData(SGTMetaData md)
Set the SGTMetaData associated with the y
coordinate. |
void |
PointCollection.setYMetaData(SGTMetaData yMetaData)
Set the SGTMetaData associated with the y axis. |
void |
Annotation.setYMetaData(SGTMetaData meta)
|
void |
ThreeDGrid.setZMetaData(SGTMetaData md)
Set the SGTMetaData associated with the z
coordinate. |
void |
SimpleTuple.setZMetaData(SGTMetaData zMeta)
|
void |
SimpleGrid.setZMetaData(SGTMetaData md)
Set the SGTMetaData associated with the z
coordinate. |
Uses of SGTMetaData in gov.noaa.pmel.util |
---|
Methods in gov.noaa.pmel.util with parameters of type SGTMetaData | |
---|---|
static int |
Units.getBaseUnit(SGTMetaData meta)
Return the base unit for the meta data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |