if (newSrs.indexOf(':') == -1)
{
newSrs = "EPSG:"+srs;
}
CoordinateReferenceSystem crsTheirData = CRS.decode(newSrs);
SRSWKT = crsTheirData.toWKT();
}
catch (Exception e) // couldnt decode their code
{
// DJB:
// dont know how to internationize this inside a set() method!!!