/**
  * Get the trace value of the geo
  *
  * @return true if the geo is traceable and being traced
  */
 public static boolean getTrace(Traceable geo) {
   return geo.getTrace();
 }