Package ucar.nc2.ncml
Interface AggregationIF
-
- All Known Implementing Classes:
Aggregation
,Aggregation
,AggregationExisting
,AggregationFmrc
,AggregationNew
,AggregationNew
,AggregationOuterDimension
,AggregationTiled
,AggregationUnion
@Deprecated public interface AggregationIF
Deprecated.do not useDescribe- Since:
- 10/4/2019.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
close()
Deprecated.void
getDetailInfo(Formatter f)
Deprecated.String
getFileTypeDescription()
Deprecated.String
getFileTypeId()
Deprecated.long
getLastModified()
Deprecated.void
persistWrite()
Deprecated.boolean
syncExtend()
Deprecated.
-
-
-
Method Detail
-
close
void close() throws IOException
Deprecated.- Throws:
IOException
-
syncExtend
boolean syncExtend() throws IOException
Deprecated.- Throws:
IOException
-
getLastModified
long getLastModified()
Deprecated.
-
getFileTypeId
String getFileTypeId()
Deprecated.
-
getFileTypeDescription
String getFileTypeDescription()
Deprecated.
-
persistWrite
void persistWrite() throws IOException
Deprecated.- Throws:
IOException
-
getDetailInfo
void getDetailInfo(Formatter f)
Deprecated.
-
-