b.add("the_geom", Point.class);
b.add("ALTIMETRY", String.class);
b.add("DATE", String.class);
b.add("AZIMUTH", Double.class);
b.add("IMAGE", String.class);
SimpleFeatureType featureType = b.buildFeatureType();
MathTransform transform = CRS.findMathTransform(DefaultGeographicCRS.WGS84, mapCrs);
DefaultFeatureCollection newCollection = new DefaultFeatureCollection();
for( File imageFile : listFiles ) {