Package com.metsci.glimpse.topo
Class TopoLevelSet
- java.lang.Object
-
- com.metsci.glimpse.topo.TopoLevelSet
-
public class TopoLevelSet extends Object
-
-
Field Summary
Fields Modifier and Type Field Description SortedDoublescellSizes_DEGcom.google.common.collect.ImmutableList<TopoLevel>levels
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopoLevelSetcreateTopoLevels(TopoDataset dataset, int maxRowsPerBand, int maxColsPerTile)voiddispose()TopoLevelget(int levelNum)intsize()
-
-
-
Field Detail
-
levels
public final com.google.common.collect.ImmutableList<TopoLevel> levels
-
cellSizes_DEG
public final SortedDoubles cellSizes_DEG
-
-
Method Detail
-
createTopoLevels
public static TopoLevelSet createTopoLevels(TopoDataset dataset, int maxRowsPerBand, int maxColsPerTile)
-
size
public int size()
-
get
public TopoLevel get(int levelNum)
-
dispose
public void dispose()
-
-