public void testCoverageWithTargetCRS() throws MismatchedDimensionException,
TransformException, FactoryException {
// Execution of the RasterAsPointCollectionProcess setting hemisphere, scaleFactor, nearest interpolation and targetCRS
boolean hemisphere = true;
float scaleFactor = 2.0f;
Interpolation interp = new InterpolationNearest();
// Selection of the Lambert Conformal Conic CRS
String wkt = "PROJCS[\"Lambert_Conformal_Conic\","
+ "GEOGCS[\"GCS_unknown\",DATUM[\"D_unknown\","
+ "SPHEROID[\"Sphere\",6367470,0]],PRIMEM[\"Greenwich\",0],"
+ "UNIT[\"Degree\",0.017453292519943295]],"