Uses of Class
gov.noaa.pmel.sgt.dm.ThreeDGrid

Packages that use ThreeDGrid
gov.noaa.pmel.sgt.dm Classes and interfaces that define the sgt datamodel. 
 

Uses of ThreeDGrid in gov.noaa.pmel.sgt.dm
 

Methods in gov.noaa.pmel.sgt.dm that return ThreeDGrid
 ThreeDGrid SGTFull3DVector.getU()
          Get the U component.
 ThreeDGrid SGTFull3DVector.getV()
          Get the V component.
 ThreeDGrid SGTFull3DVector.getW()
          Get the W component.
 

Methods in gov.noaa.pmel.sgt.dm with parameters of type ThreeDGrid
 void SGTFull3DVector.setComponents(ThreeDGrid uComp, ThreeDGrid vComp, ThreeDGrid wComp)
          Set the vector components.
 void SGTFull3DVector.setU(ThreeDGrid uComp)
          Set the U component.
 void SGTFull3DVector.setV(ThreeDGrid vComp)
          Set the V component.
 void SGTFull3DVector.setW(ThreeDGrid wComp)
          Set the W component.
 

Constructors in gov.noaa.pmel.sgt.dm with parameters of type ThreeDGrid
SGTFull3DVector(ThreeDGrid uComp, ThreeDGrid vComp, ThreeDGrid wComp)
          Construct a SGT3DVector from three components.