From c6a15d2e267ba7a5075c466a114e2058ab073681 Mon Sep 17 00:00:00 2001 From: yuanho Date: Thu, 14 Nov 2024 12:39:03 -0700 Subject: [PATCH] java doc update --- src/ucar/unidata/data/grid/GridCoverageAdapter.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ucar/unidata/data/grid/GridCoverageAdapter.java b/src/ucar/unidata/data/grid/GridCoverageAdapter.java index 32502d690..1838c3d8b 100644 --- a/src/ucar/unidata/data/grid/GridCoverageAdapter.java +++ b/src/ucar/unidata/data/grid/GridCoverageAdapter.java @@ -143,6 +143,7 @@ public class GridCoverageAdapter { * * @param dataSource source of this GeoGrid * @param geoGrid the GeoGrid in question + * @param params subset parameter * * @throws VisADException unable to create one of the VisAD objects */ @@ -159,6 +160,7 @@ public GridCoverageAdapter(GridCoverageDataSource dataSource, Coverage geoGrid, * * @param dataSource source of this GeoGrid * @param geoGrid the GeoGrid in question + * @param params the subset parameter * @param paramName name of the parameter * * @throws VisADException unable to create one of the VisAD objects @@ -177,7 +179,7 @@ public GridCoverageAdapter(GridCoverageDataSource dataSource, Coverage geoGrid, * @param dataSource source of this GeoGrid * @param geoGrid the GeoGrid in question * @param ncFile file that the GeoGrid data is coming from - * + * @param params the subset parameter * @throws VisADException unable to create one of the VisAD objects */ public GridCoverageAdapter(GridCoverageDataSource dataSource, Coverage geoGrid, SubsetParams params, @@ -193,6 +195,7 @@ public GridCoverageAdapter(GridCoverageDataSource dataSource, Coverage geoGrid, * @param dataSource source of this GeoGrid * @param geoGrid the GeoGrid in question * @param paramName name of the parameter + * @param params the subset parameter * @param ncFile file that the GeoGrid data is coming from * * @throws VisADException unable to create one of the VisAD objects @@ -211,6 +214,7 @@ public GridCoverageAdapter(GridCoverageDataSource dataSource, Coverage geoGrid, * * @param dataSource source of this GeoGrid * @param geoGrid the GeoGrid in question + * @param params the subset parameter * @param paramName name of the parameter * @param ncFile file that the GeoGrid data is coming from * @param extraCacheKey Extra key to use when caching