Uses of Class
ucar.nc2.ft.point.standard.Table.CoordName

Packages that use Table.CoordName
ucar.nc2.ft.point.standard package ucar.nc2.ft.point.standard : Standard Implementation of Point Feature Types 
 

Uses of Table.CoordName in ucar.nc2.ft.point.standard
 

Methods in ucar.nc2.ft.point.standard that return Table.CoordName
static Table.CoordName Table.CoordName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Table.CoordName[] Table.CoordName.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ucar.nc2.ft.point.standard with parameters of type Table.CoordName
 String TableConfig.findCoordinateVariableName(Table.CoordName coordName)
           
 void TableConfig.setCoordinateVariableName(Table.CoordName coordName, String name)
           
 



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