|
||||||||||
| 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.dataset.StructureDS
ucar.nc2.dataset.StructurePseudoDS
ucar.nc2.dataset.StructurePseudo2Dim
public class StructurePseudo2Dim
Make a collection of variables with the same 2 outer dimensions into a fake 2D Structure(outer,inner)
| Field Summary |
|---|
| Fields inherited from class ucar.nc2.Variable |
|---|
defaultCoordsSizeToCache, defaultSizeToCache |
| Constructor Summary | |
|---|---|
StructurePseudo2Dim(NetcdfDataset ncfile,
Group group,
java.lang.String shortName,
java.util.List<java.lang.String> varNames,
Dimension outer,
Dimension inner)
Make a Structure out of named Variables which have var(outer, inner, ...) |
|
| Method Summary | |
|---|---|
Structure |
select(java.util.List<java.lang.String> memberNames)
Create a subset of the Structure consisting only of the given member variables |
| Methods inherited from class ucar.nc2.dataset.StructurePseudoDS |
|---|
reallyRead, reallyRead, removeMemberVariable |
| Methods inherited from class ucar.nc2.dataset.StructureDS |
|---|
addCoordinateSystem, clearCoordinateSystems, enhance, getCoordinateSystems, getDescription, getOriginalDataType, getOriginalName, getOriginalVariable, getUnitsString, removeCoordinateSystem, setName, setOriginalVariable, setUnitsString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Constructor Detail |
|---|
public StructurePseudo2Dim(NetcdfDataset ncfile,
Group group,
java.lang.String shortName,
java.util.List<java.lang.String> varNames,
Dimension outer,
Dimension inner)
ncfile - the contaning filegroup - the containing group, if null use root groupshortName - short name of this StructurevarNames - limited to these variables. all must var(outer, inner, ...). If null, then find all such variables.outer - the outer dimension, may not be nullinner - the inner dimension, may not be null| Method Detail |
|---|
public Structure select(java.util.List<java.lang.String> memberNames)
Structure
select in class StructurePseudoDSmemberNames - list of Variable names, already a member
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||