public class MaxFileFieldStrategy extends FileStrategy
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.
DEFAULT, IN_MEMORY, MERGED_FILE_FLAT_FIELDS, UNMERGED_FILE_FLAT_FIELDS
Modifier | Constructor and Description |
---|---|
protected |
MaxFileFieldStrategy()
Constructs from nothing.
|
Modifier and Type | Method and Description |
---|---|
protected Merger |
getMerger()
Returns the Merger for cosolidating virtual data objects together.
|
static Strategy |
instance()
Returns an instance of this class.
|
getData, main
protected MaxFileFieldStrategy()
instance()
method.instance()
public static Strategy instance()
protected Merger getMerger()
FlatMerger.instance()
-- which doesn't merge FlatFields together.getMerger
in class FileStrategy
Merger
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.