예제 #1
0
 public StationOffsetElevation(StationOffsetElevation soeOther)
 {
     station   = soeOther.station;
     offset    = soeOther.offset;
     elevation = soeOther.elevation;
 }
예제 #2
0
 public StationOffsetElevation(StationOffsetElevation soeOther)
 {
     station = soeOther.station;
      offset = soeOther.offset;
      elevation = soeOther.elevation;
 }