public void setValue(ScServletData data, JwGeographicCoordinate value) {
   _degrees.setValue((double) value.getDegrees().intValue());
   _minutes.setValue((double) value.getMinutes().intValue());
   _seconds.setValue(value.getSeconds().doubleValue());
   _direction.setValue(value.getDirection());
 }