String response;
try {
int x = Integer.parseInt(requestProperties.getProperty(X));
int y = Integer.parseInt(requestProperties.getProperty(Y));
projection.setCenter(projection.inverse(x, y));
} catch (Exception exc) {
Debug.output("MSH: Invalid Azimuth");
}
response = Math.round(projection.getCenter().getLatitude() * 100.0)