Comments from a recent Question, Cyclic quadrilateral with equal area and perimeter, ask about such cases with (positive) integer lengths.
Using Brahmagupta's formula for the area of a cyclic quadrilateral (which generalizes Heron's formula for area of a triangle), we can get a Diophantine equation in positive integer unknowns $w,x,y,z$:
$$ wxyz = (w+x+y+z)^2 $$
I'll provide the derivation below as a Community Wiki.
Cases from rectangles give us (up to permutations of unknowns) two solutions:
$$ w = x = y = z = 4 $$
$$ w = x = 3 ; y = z = 6 $$
What are all the positive integer solutions of this equation?
Got it, simple observations. If there are no zero entries, there must be an even number of negative entries. Alright, if $(w,x,y,z)$ is a solution, so is $(-w,-x,-y,-z).$ If we have a solution with positive entries, a jump cannot result in zero, as the sum of the entries is still positive. A jump cannot result in a negative entry, as that would be an odd number (one) of negative entries. So, in fact, it is reasonable to consider positive entries.
A Hurwitz fundamental solution is then one for which jumping any entry increases that entry. As we may take the variables in decreasing order, this means that an (ordered) fundamental solution is one with $$ w \geq x \geq y \geq z \geq 1, \; \; \; xyz \geq 2(w+x+y+z). $$
The first few are
where I put WOW to indicate equality. But that just means jumping the largest value keeps it the same, jumping the other variables still changes things. So, the questions become: (A) do the orbits of these solutions under jumping stay distinct, in which case we have a genuine forest? (B) is the number of fundamental solutions finite? (B) is false for Apollonian problem...
EDIIITTTTT: question (B) turns out to be true, and the nine fundamental solutions displayed are all of them. See the answer at Inequality with four positive integers looking for upper bound by user leshik.
See if I can get this across: any positive integer solution can be reduced to a fundamental solution by jumping (the largest current entry) and re-ordering. Don't know yet: can it be reduced to more than one fundamental solution by different choices? This is question (A) above.
Oh, my first impression is that $\gcd(w,x,y,z)$ does not change by jumping, so that separates some trees at any rate. Your first two examples have gcd 4 and 3 respectively.