|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.nc2.Variable
ucar.nc2.Structure
ucar.nc2.dods.DODSStructure
public class DODSStructure
A DODS Structure.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class ucar.nc2.Structure |
|---|
Structure.Iterator |
| Nested classes/interfaces inherited from class ucar.nc2.Variable |
|---|
Variable.Cache |
| Field Summary | |
|---|---|
protected DODSNetcdfFile |
dodsfile
|
protected java.lang.String |
dodsShortName
|
| Fields inherited from class ucar.nc2.Structure |
|---|
memberHash, memberNames, members |
| Fields inherited from class ucar.nc2.Variable |
|---|
attributes, cache, dataType, debugCaching, defaultSizeToCache, dimensions, elementSize, group, isCoordinateAxis, isMetadata, isSection, isSlice, isVlen, ncfile, orgVar, parent, scalarIndex, sectionRanges, shape, shortName, sizeToCache, sliceDim, sliceRanges |
| Method Summary | |
|---|---|
protected void |
calcIsCoordinateVariable()
|
protected java.lang.String |
getDODSshortName()
|
Structure.Iterator |
getStructureIterator(java.lang.String CE)
Return an iterator over the set of repeated structures. |
java.lang.String |
writeCDL(java.lang.String space,
boolean useFullName,
boolean strict)
Let the Structure fill in here. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected DODSNetcdfFile dodsfile
protected java.lang.String dodsShortName
| Method Detail |
|---|
protected void calcIsCoordinateVariable()
calcIsCoordinateVariable in class Variable
public java.lang.String writeCDL(java.lang.String space,
boolean useFullName,
boolean strict)
writeCDL in class Structurespace - start each line with this much spaceuseFullName - use full name, else use short namestrict - stictly comply with ncgen syntax
protected java.lang.String getDODSshortName()
public Structure.Iterator getStructureIterator(java.lang.String CE)
throws java.io.IOException
CE - constraint expression, or null.
java.io.IOExceptionDODSStructure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||