|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.dataset.CoordSysBuilder
ucar.nc2.dataset.conv.M3IOConvention
public class M3IOConvention
Models-3/EDSS Input/Output netcf format.
The Models-3/EDSS Input/Output Applications Programming Interface (I/O API) is the standard data access library for both NCSC's EDSS project and EPA's Models-3. 6/24/09: Modified to support multiple projection types of data by Qun He
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ucar.nc2.dataset.CoordSysBuilder |
|---|
CoordSysBuilder.ConventionNameOk, CoordSysBuilder.VarProcess |
| Field Summary |
|---|
| Fields inherited from class ucar.nc2.dataset.CoordSysBuilder |
|---|
resourcesDir |
| Constructor Summary | |
|---|---|
M3IOConvention()
|
|
| Method Summary | |
|---|---|
void |
augmentDataset(NetcdfDataset ncd,
CancelTask cancelTask)
Make changes to the dataset that are needed before processing scale/offset in NetcdfDataset. |
static boolean |
isMine(NetcdfFile ncfile)
Do we think this is a M3IO file. |
| Methods inherited from class ucar.nc2.dataset.CoordSysBuilder |
|---|
addUserAdvice, buildCoordinateSystems, factory, getConventionUsed, getParseInfo, getUseMaximalCoordSys, getUserAdvice, makeDummyTransformVariable, registerConvention, registerConvention, registerConvention, registerNcML, setConventionUsed, setUseMaximalCoordSys |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public M3IOConvention()
| Method Detail |
|---|
public static boolean isMine(NetcdfFile ncfile)
ncfile - the NetcdfFile to test
public void augmentDataset(NetcdfDataset ncd,
CancelTask cancelTask)
CoordSysBuilderIF
augmentDataset in interface CoordSysBuilderIFaugmentDataset in class CoordSysBuilderncd - modify this datasetcancelTask - give user a chance to bail out
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||