map.put("name", "NAD 27");
map.put("authority", "9999");
// TODO add an authority code here (should be an identifier)
GeographicCRS nad27CRS = crsFactory.createGeographicCRS(map, clark1866datum, ellipsCS);
// createCRSByHand2 end
System.out.println(nad27CRS.toWKT());
System.out.println("Identified CRS object:");
printIdentifierStuff(nad27CRS);
System.out.println("------------------------------------------");