Uses of Class
visad.data.visad.BinaryObjectCache

Packages that use BinaryObjectCache
visad.data.visad Provides for importing and exporting serialized Java object files into and out of VisAD. 
visad.data.visad.object   
 

Uses of BinaryObjectCache in visad.data.visad
 

Methods in visad.data.visad that return BinaryObjectCache
 BinaryObjectCache BinaryWriter.getCoordinateSystemCache()
           
 BinaryObjectCache BinaryReader.getCoordinateSystemCache()
           
 BinaryObjectCache BinaryWriter.getErrorEstimateCache()
           
 BinaryObjectCache BinaryReader.getErrorEstimateCache()
           
 BinaryObjectCache BinaryWriter.getTypeCache()
           
 BinaryObjectCache BinaryReader.getTypeCache()
           
 BinaryObjectCache BinaryWriter.getUnitCache()
           
 BinaryObjectCache BinaryReader.getUnitCache()
           
 

Uses of BinaryObjectCache in visad.data.visad.object
 

Methods in visad.data.visad.object with parameters of type BinaryObjectCache
static int[] BinaryCoordinateSystem.lookupList(BinaryObjectCache cache, CoordinateSystem[] cSys)
           
static int[] BinaryErrorEstimate.lookupList(BinaryObjectCache cache, ErrorEstimate[] errors)
           
static int[] BinaryUnit.lookupList(BinaryObjectCache cache, Unit[] units)