final Point point = RasterAsPointFeatureCollection.geometryFactory.createPoint( coord );
try {
fb.add(JTS.transform(point, fc.mt2D));
} catch (MismatchedDimensionException e) {
final NoSuchElementException nse= new NoSuchElementException();
nse.initCause(e);
throw nse;
} catch (TransformException e) {
final NoSuchElementException nse= new NoSuchElementException();
nse.initCause(e);
throw nse;