ucar.nc2.dt.fmrc
Class ForecastModelRunInventory.EnsCoord

java.lang.Object
  extended by ucar.nc2.dt.fmrc.ForecastModelRunInventory.EnsCoord
All Implemented Interfaces:
Comparable, FmrcCoordSys.EnsCoord
Enclosing class:
ForecastModelRunInventory

public static class ForecastModelRunInventory.EnsCoord
extends Object
implements FmrcCoordSys.EnsCoord, Comparable

Represents a ensemble coordinate. Tracks a list of variables that all have the same list of ensembles.


Method Summary
 int compareTo(Object o)
           
 boolean equalsData(ForecastModelRunInventory.EnsCoord other)
           
 int[] getEnsTypes()
           
 String getId()
           
 String getName()
           
 int getNEnsembles()
           
 int getPDN()
           
 int getSize()
           
 void setEnsTypes(int[] ensTypes)
           
 void setId(String id)
           
 void setName(String name)
           
 void setNEnsembles(int ensembles)
           
 void setPDN(int pdn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getId

public String getId()

setId

public void setId(String id)

getName

public String getName()
Specified by:
getName in interface FmrcCoordSys.EnsCoord

setName

public void setName(String name)

getNEnsembles

public int getNEnsembles()
Specified by:
getNEnsembles in interface FmrcCoordSys.EnsCoord

setNEnsembles

public void setNEnsembles(int ensembles)

getPDN

public int getPDN()
Specified by:
getPDN in interface FmrcCoordSys.EnsCoord

setPDN

public void setPDN(int pdn)

getEnsTypes

public int[] getEnsTypes()
Specified by:
getEnsTypes in interface FmrcCoordSys.EnsCoord

setEnsTypes

public void setEnsTypes(int[] ensTypes)

getSize

public int getSize()

equalsData

public boolean equalsData(ForecastModelRunInventory.EnsCoord other)

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable


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