|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.data.netcdf.in.Strategy
visad.data.netcdf.in.FileStrategy
visad.data.netcdf.in.MaxFileFieldStrategy
public class MaxFileFieldStrategy
Provides support for importing netCDF datasets using the strategy of employing FileFlatField-s wherever possible and not merging them so as to keep the number of FileFlatField-s to a maximum.
Instances are immutable.
Field Summary |
---|
Fields inherited from class visad.data.netcdf.in.Strategy |
---|
DEFAULT, IN_MEMORY, MERGED_FILE_FLAT_FIELDS, UNMERGED_FILE_FLAT_FIELDS |
Constructor Summary | |
---|---|
protected |
MaxFileFieldStrategy()
Constructs from nothing. |
Method Summary | |
---|---|
protected Merger |
getMerger()
Returns the Merger for cosolidating virtual data objects together. |
static Strategy |
instance()
Returns an instance of this class. |
Methods inherited from class visad.data.netcdf.in.FileStrategy |
---|
getData, main |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MaxFileFieldStrategy()
instance()
method.
instance()
Method Detail |
---|
public static Strategy instance()
protected Merger getMerger()
FlatMerger.instance()
-- which doesn't merge FlatFields together.
getMerger
in class FileStrategy
Merger
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |