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 voidclose()Deprecated.voidgetDetailInfo(Formatter f)Deprecated.StringgetFileTypeDescription()Deprecated.StringgetFileTypeId()Deprecated.longgetLastModified()Deprecated.voidpersistWrite()Deprecated.booleansyncExtend()Deprecated.
-
-
-
Method Detail
-
close
void close() throws IOExceptionDeprecated.- Throws:
IOException
-
syncExtend
boolean syncExtend() throws IOExceptionDeprecated.- Throws:
IOException
-
getLastModified
long getLastModified()
Deprecated.
-
getFileTypeId
String getFileTypeId()
Deprecated.
-
getFileTypeDescription
String getFileTypeDescription()
Deprecated.
-
persistWrite
void persistWrite() throws IOExceptionDeprecated.- Throws:
IOException
-
getDetailInfo
void getDetailInfo(Formatter f)
Deprecated.
-
-