public StationOffsetElevation(StationOffsetElevation soeOther) { station = soeOther.station; offset = soeOther.offset; elevation = soeOther.elevation; }