Consider the four lattice polygons below. Each shape is over the coordinates.
If reflected or flipped on the major axes and diagonals, these four polygons remain distinct. However, this is the same polygon each time. The last three are rotations of the first, with the rotation matrix built from the arctan of different pythagorean triple based fractions: -12/5, 63/16, and 4/3.
One way to determine if a lattice polygon has a different rotational embedding is to apply all of the arctan pythagorean fraction rotation matrices and to see if the points stay on the lattice. Is there an easier method?
To find all polygons having the same rotational embedding as a given polygon $p$, let $r$ be the length of the shortest side of $p$ and consider all lattice points $P$ lying on the circle of center $O=(0,0)$ and radius $r$. Segments $OP$ are all the possible rotations of the shortest side of $p$: you must then check if the same rotations, applied to the other vertices, carry them to lattice points.
In diagram below I applied this technique to your first polygon (blue) with some rotated polygons shaded in gray: in this case we are lucky and all possible rotated polygons are permitted. Notice that you need only check rotations up to 90°.