public final class CompositeStrategy extends Strategy
Chains together import strategies for netCDF datasets.
Instances of this class are immutable.
DEFAULT, IN_MEMORY, MERGED_FILE_FLAT_FIELDS, UNMERGED_FILE_FLAT_FIELDS
Modifier and Type | Method and Description |
---|---|
DataImpl |
getData(NetcdfAdapter adapter)
Returns a VisAD data object corresponding to the netCDF dataset.
|
static Strategy |
instance(Strategy[] strategies)
Returns an import strategy.
|
public static Strategy instance(Strategy[] strategies)
strategies
- The import strategies to use.NullPointerException
- if the argument is null
.IllegalArgumentException
- if the number of strategies is 0.public DataImpl getData(NetcdfAdapter adapter) throws IOException, VisADException, RemoteException, BadFormException, OutOfMemoryError
Returns a VisAD data object corresponding to the netCDF dataset.
getData
in class Strategy
adapter
- The netCDF-to-VisAD adapter.VisADException
- if a problem occurs in core VisAD -- probably
because a VisAD object couldn't be created.IOException
- if a data access I/O failure occurs.BadFormException
- if the netCDF dataset doesn't conform to
conventions implicit in constructing
View.OutOfMemoryError
- if the netCDF dataset couldn't be imported due
to insufficient memory.RemoteException
- if a Java RMI failure occurs.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.