|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectucar.nc2.dods.ConvertD2N
public class ConvertD2N
Convert Dods object tree to netcdf.
| Constructor Summary | |
|---|---|
ConvertD2N()
|
|
| Method Summary | |
|---|---|
Array |
convert(ucar.nc2.dods.DodsV dataV)
Convert a DataDDS into an Array |
Array |
convertNestedVariable(Variable v,
List<Range> section,
ucar.nc2.dods.DodsV dataV,
boolean flatten)
Convert a DataDDS into an Array for a Structure member variable. |
Array |
convertTopVariable(Variable v,
List<Range> section,
ucar.nc2.dods.DodsV dataV)
Convert a DataDDS into an Array for a top level variable, ie not a Structure member variable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConvertD2N()
| Method Detail |
|---|
public Array convertNestedVariable(Variable v,
List<Range> section,
ucar.nc2.dods.DodsV dataV,
boolean flatten)
throws IOException,
DAP2Exception
v - must be a member of a structuresection - the requested variable section, as a List of type RangedataV - the dataDDS has been parsed into this dodsV, this is the top variable containing vflatten - if true, remove the StructureData "wrapper".
IOException - on io error
DAP2Exception - on bad things happening
public Array convertTopVariable(Variable v,
List<Range> section,
ucar.nc2.dods.DodsV dataV)
throws IOException,
DAP2Exception
v - must be a top variablesection - the requested variable sectiondataV - the dataDDS has been parsed into this dodsV
IOException - on io error
DAP2Exception - on bad
public Array convert(ucar.nc2.dods.DodsV dataV)
throws IOException,
DAP2Exception
dataV - the dataDDS has been parsed into this dodsV
IOException - on io error
DAP2Exception - on bad
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||