public abstract class MetGridDirectory extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
columns |
protected CoordinateSystem |
coordSystem |
protected String |
levelName |
protected int |
levels |
protected Unit |
levelUnit |
protected double |
levelValue |
protected String |
paramLongName |
protected String |
paramName |
protected Unit |
paramUnit |
protected Date |
referenceTime |
protected int |
rows |
protected String |
secondLevelName |
protected double |
secondLevelValue |
protected Date |
secondTime |
protected double |
validHour |
protected Date |
validTime |
protected RealType |
xType |
protected RealType |
yType |
Constructor and Description |
---|
MetGridDirectory() |
Modifier and Type | Method and Description |
---|---|
int |
getColumns() |
abstract CoordinateSystem |
getCoordinateSystem() |
String |
getLevelName() |
int |
getLevels() |
Unit |
getLevelUnit() |
double |
getLevelValue() |
String |
getParamLongName() |
String |
getParamName() |
Unit |
getParamUnit() |
Date |
getReferenceTime() |
int |
getRows() |
String |
getSecondLevelName() |
double |
getSecondLevelValue() |
Date |
getSecondTime() |
double |
getValidHour() |
Date |
getValidTime() |
protected String paramName
protected String paramLongName
protected Unit paramUnit
protected Date referenceTime
protected Date validTime
protected Date secondTime
protected double validHour
protected CoordinateSystem coordSystem
protected double levelValue
protected Unit levelUnit
protected String levelName
protected double secondLevelValue
protected String secondLevelName
protected int rows
protected int columns
protected int levels
protected RealType xType
protected RealType yType
public String getParamName()
public String getParamLongName()
public Unit getParamUnit()
public Date getReferenceTime()
public Date getValidTime()
public Date getSecondTime()
public double getValidHour()
public abstract CoordinateSystem getCoordinateSystem()
public double getLevelValue()
public Unit getLevelUnit()
public String getLevelName()
public double getSecondLevelValue()
public String getSecondLevelName()
public int getRows()
public int getColumns()
public int getLevels()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.