ucar.nc2.dt.fmr
Interface FmrcCoordSys

All Known Implementing Classes:
FmrcDefinition

public interface FmrcCoordSys

A minimal interface, with no other dependencies, to pass into the Grid IOSP.

Author:
caron

Nested Class Summary
static interface FmrcCoordSys.EnsCoord
           
static interface FmrcCoordSys.TimeCoord
           
static interface FmrcCoordSys.VertCoord
           
 
Method Summary
 FmrcCoordSys.TimeCoord findTimeCoordForVariable(String searchName, Date runDate)
           
 FmrcCoordSys.VertCoord findVertCoordForVariable(String searchName)
           
 boolean hasVariable(String searchName)
           
 

Method Detail

hasVariable

boolean hasVariable(String searchName)

findVertCoordForVariable

FmrcCoordSys.VertCoord findVertCoordForVariable(String searchName)

findTimeCoordForVariable

FmrcCoordSys.TimeCoord findTimeCoordForVariable(String searchName,
                                                Date runDate)


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