921922923924925926927928929
for (final GridGeometry cs : decoder.getGridGeometries()) { if (cs.getSourceDimensions() >= Variable.MIN_DIMENSION && cs.getTargetDimensions() >= Variable.MIN_DIMENSION) { metadata.getSpatialRepresentationInfo().add(createSpatialRepresentationInfo(cs)); } } metadata.freeze(); return metadata; } }
920921922923924925926927928