Uses of Class
ucar.nc2.ft.fmrc.VertCoord

Packages that use VertCoord
ucar.nc2.ft.fmrc   
 

Uses of VertCoord in ucar.nc2.ft.fmrc
 

Methods in ucar.nc2.ft.fmrc that return VertCoord
static VertCoord VertCoord.findVertCoord(List<VertCoord> vertCoords, VertCoord want)
           
 

Methods in ucar.nc2.ft.fmrc that return types with arguments of type VertCoord
 List<VertCoord> GridDatasetInv.getVertCoords()
          Get a list of unique VertCoords.
 List<VertCoord> FmrcInv.getVertCoords()
           
 List<VertCoord> FmrInv.getVertCoords()
           
 

Methods in ucar.nc2.ft.fmrc with parameters of type VertCoord
 boolean VertCoord.equalsData(VertCoord other)
           
static VertCoord VertCoord.findVertCoord(List<VertCoord> vertCoords, VertCoord want)
           
static void VertCoord.normalize(VertCoord result, List<VertCoord> vcList)
          Extend result with all the values in the list of VertCoord Sort the values and recreate the double[] values array.
 

Method parameters in ucar.nc2.ft.fmrc with type arguments of type VertCoord
static VertCoord VertCoord.findVertCoord(List<VertCoord> vertCoords, VertCoord want)
           
static void VertCoord.normalize(VertCoord result, List<VertCoord> vcList)
          Extend result with all the values in the list of VertCoord Sort the values and recreate the double[] values array.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.