@Override
 public int getY() {
   TafProperties props = executeCommand(Command.gety.toString());
   return props.getLong(paramText).intValue();
 }