Skip to content

Commit

Permalink
fix: java test
Browse files Browse the repository at this point in the history
  • Loading branch information
furqaankhan committed Mar 14, 2024
1 parent a607342 commit c6adebe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ public void testSnap() throws ParseException {
@Test
public void testBufferSpheroidal() throws ParseException {
Geometry polygon1 = GEOMETRY_FACTORY.createPolygon(coordArray(16.2500, 48.2500, 16.3500, 48.2500, 16.3500, 48.2000, 16.2500, 48.2000, 16.2500, 48.2500));
Geometry polygon2 = geomFromWKT("POLYGON((-120 30, -80 30, -80 50, -120 50, -120 30))", 4269);
Geometry polygon2 = geomFromWKT("POLYGON((-120 30, -80 30, -80 50, -120 50, -120 30))", 4269);
Geometry point1 = geomFromWKT("POINT(-180 60)", 4269);
Geometry linestring1 = geomFromEWKT("LINESTRING(-91.185 30.4505, -91.187 30.452, -91.189 30.4535)");
Geometry polygon3 = geomFromWKT("POLYGON((-120 30, -80 30, -80 50, -120 50, -120 30))", 4269);
Expand Down

0 comments on commit c6adebe

Please sign in to comment.