Uses of Class
edu.wisc.ssec.mcidasv.data.hydra.NetCDFFile

Packages that use NetCDFFile
edu.wisc.ssec.mcidasv.data McIDAS-V specific data choosers. 
edu.wisc.ssec.mcidasv.data.hydra   
 

Uses of NetCDFFile in edu.wisc.ssec.mcidasv.data
 

Fields in edu.wisc.ssec.mcidasv.data declared as NetCDFFile
(package private)  NetCDFFile NearCastTrajDataSource.ncFile
           
 

Uses of NetCDFFile in edu.wisc.ssec.mcidasv.data.hydra
 

Fields in edu.wisc.ssec.mcidasv.data.hydra with type parameters of type NetCDFFile
(package private)  ArrayList<NetCDFFile> GranuleAggregation.ncdfal
           
 

Methods in edu.wisc.ssec.mcidasv.data.hydra that return NetCDFFile
static NetCDFFile NetCDFFile.makeUnion(String filename, String other)
           
 

Methods in edu.wisc.ssec.mcidasv.data.hydra that return types with arguments of type NetCDFFile
 ArrayList<NetCDFFile> GranuleAggregation.getReaders()
           
 

Method parameters in edu.wisc.ssec.mcidasv.data.hydra with type arguments of type NetCDFFile
private  void GranuleAggregation.init(ArrayList<NetCDFFile> ncdfal)
           
 

Constructor parameters in edu.wisc.ssec.mcidasv.data.hydra with type arguments of type NetCDFFile
GranuleAggregation(ArrayList<NetCDFFile> ncdfal, LinkedHashSet<String> products, String inTrackDimensionName, String crossTrackDimensionName)
           
GranuleAggregation(ArrayList<NetCDFFile> ncdfal, LinkedHashSet<String> products, String inTrackDimensionName, String crossTrackDimensionName, boolean isEDR)
           
GranuleAggregation(ArrayList<NetCDFFile> ncdfal, LinkedHashSet<String> products, String inTrackDimensionName, String inTrackGeoDimensionName, String crossTrackDimensionName)
           
GranuleAggregation(ArrayList<NetCDFFile> ncdfal, LinkedHashSet<String> products, String inTrackDimensionName, String inTrackGeoDimensionName, String crossTrackDimensionName, boolean isEDR)