Package ucar.nc2
Class NetcdfFileSubclass
- java.lang.Object
-
- ucar.nc2.NetcdfFile
-
- ucar.nc2.NetcdfFileSubclass
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,FileCacheable
@Deprecated public class NetcdfFileSubclass extends NetcdfFile
Deprecated.Use NetcdfFile.builder(). Remove in v6To allow subclassing of NetcdfFile. Expert use only- Since:
- 10/29/2014
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ucar.nc2.NetcdfFile
NetcdfFile.Builder<T extends NetcdfFile.Builder<T>>
-
-
Field Summary
-
Fields inherited from class ucar.nc2.NetcdfFile
cache, dimensions, gattributes, id, iosp, IOSP_MESSAGE_ADD_RECORD_STRUCTURE, IOSP_MESSAGE_CONVERT_RECORD_STRUCTURE, IOSP_MESSAGE_GET_NETCDF_FILE_FORMAT, IOSP_MESSAGE_RANDOM_ACCESS_FILE, IOSP_MESSAGE_REMOVE_RECORD_STRUCTURE, location, rootGroup, title, variables
-
-
Constructor Summary
Constructors Constructor Description NetcdfFileSubclass()
Deprecated.NetcdfFileSubclass(String iospClassName, Object iospParam, String location, int buffer_size, CancelTask cancelTask)
Deprecated.NetcdfFileSubclass(IOServiceProvider iosp, String location)
Deprecated.NetcdfFileSubclass(IOServiceProvider spi, RandomAccessFile raf, String location, CancelTask cancelTask)
Deprecated.
-
Method Summary
-
Methods inherited from class ucar.nc2.NetcdfFile
addAttribute, addAttribute, addDimension, addGroup, addLocalFieldsToBuilder, addStringVariable, addVariable, addVariable, addVariableAttribute, builder, canonicalizeUriString, canOpen, close, empty, findAttribute, findAttValueIgnoreCase, findDimension, findGlobalAttribute, findGlobalAttributeIgnoreCase, findGroup, findVariable, findVariable, findVariableByAttribute, finish, getCacheName, getDetailInfo, getDetailInfo, getDimensions, getFileTypeDescription, getFileTypeId, getFileTypeVersion, getGlobalAttributes, getId, getIosp, getLastModified, getLocation, getRootGroup, getStructureIterator, getTitle, getUnlimitedDimension, getVariables, hasUnlimitedDimension, iospDeRegister, iospRegistered, makeFullName, makeFullName, makeFullNameSectionSpec, makeFullNameWithString, makeNameUnescaped, makeRecordStructure, makeValidCDLName, makeValidCdmObjectName, makeValidPathName, makeValidSectionSpecName, open, open, open, open, open, open, openInMemory, openInMemory, openInMemory, openInMemory, reacquire, read, readArrays, readAttributeDouble, readAttributeInteger, readData, readSection, readToByteChannel, readToOutputStream, registerIOProvider, registerIOProvider, registerIOProvider, registerIOProviderPreferred, release, removeDimension, removeRecordStructure, removeVariable, sendIospMessage, setCacheName, setDebugFlags, setFileCache, setId, setImmutable, setLocation, setProperty, setRootGroup, setTitle, showCached, showProxies, syncExtend, toBuilder, toNcml, toString, toStringDebug, writeCDL, writeCDL, writeCDL, writeNcml, writeNcml
-
-
-
-
Constructor Detail
-
NetcdfFileSubclass
public NetcdfFileSubclass()
Deprecated.
-
NetcdfFileSubclass
public NetcdfFileSubclass(IOServiceProvider iosp, String location)
Deprecated.
-
NetcdfFileSubclass
public NetcdfFileSubclass(IOServiceProvider spi, RandomAccessFile raf, String location, CancelTask cancelTask) throws IOException
Deprecated.- Throws:
IOException
-
NetcdfFileSubclass
public NetcdfFileSubclass(String iospClassName, Object iospParam, String location, int buffer_size, CancelTask cancelTask) throws IOException, IllegalAccessException, ClassNotFoundException, InstantiationException
Deprecated.
-
-