assertTrue(category.getName().equals(Category.NODATA.getName()));
// Check that it does not contain sampleToGeophisics and that the Range contains only NaN
assertNull(category.getSampleToGeophysics());
assertEquals(category.geophysics(true).getRange().getMinimum(), Double.NaN, DELTA);
assertEquals(category.geophysics(true).getRange().getMaximum(), Double.NaN, DELTA);
// Quantitative nodata category
sampleDim = new GridSampleDimension("original", new Category[] { new Category(
Vocabulary.formatInternational(VocabularyKeys.NODATA), new Color[] { new Color(0,
0, 0, 0) }, NumberRange.create(-9999, -9999), NumberRange.create(-9999,