mInfo.put("vendor", "Geotools");
mInfo.put("docURL", "http://edcdaac.usgs.gov/gtopo30/gtopo30.asp");
mInfo.put("version", "1.0");
// reading parameters
readParameters = new ParameterGroup(
new DefaultParameterDescriptorGroup(
mInfo,
new GeneralParameterDescriptor[] { READ_GRIDGEOMETRY2D }));
// reading parameters
writeParameters = new ParameterGroup(
new DefaultParameterDescriptorGroup(
mInfo,
new GeneralParameterDescriptor[] { GEOTOOLS_WRITE_PARAMS }));
}