// ToDo WCS 1.0PlusPlus - compartmentalize coverage to hide GridDatatype vs GridDataset.Gridset ???
// ToDo WCS 1.0Plus - change FROM coverage for each parameter TO coverage for each coordinate system
// This is WCS 1.0 coverage for each parameter
for ( GridDatatype curGridDatatype : this.dataset.getGrids() )
{
GridCoordSystem gcs = curGridDatatype.getCoordinateSystem();
if ( !gcs.isRegularSpatial() )
continue;
this.availableCoverages.put( curGridDatatype.getFullName(), new WcsCoverage( curGridDatatype, this) );
}
// ToDo WCS 1.0Plus - change FROM coverage for each parameter TO coverage for each coordinate system
// This is WCS 1.1 style coverage for each coordinate system