Example pans:
pan(�180, c)
pan(-90, c)
pan(0, c)
pan(90, c)
-180 <= Az <= 180
453454455456457458459460461462463
String response; float panAzmth; try { panAzmth = Float.parseFloat(requestProperties.getProperty(AZIMUTH)); projection.pan(panAzmth); } catch (Exception exc) { Debug.output("MSH: Invalid Azimuth"); } response = Math.round(projection.getCenter().getLatitude() * 100.0)