public class JTSUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals3D(org.locationtech.jts.geom.Coordinate c1,
org.locationtech.jts.geom.Coordinate c2) |
static boolean |
equalsExact3D(org.locationtech.jts.geom.Geometry g1,
org.locationtech.jts.geom.Geometry g2)
Determines equality between geometries taking into
account all coordinates, and the SRID.
|
public static boolean equalsExact3D(org.locationtech.jts.geom.Geometry g1,
org.locationtech.jts.geom.Geometry g2)
This is used e.g. for Dirty-checking of geometry values in Hibernate
g1 - g2 - public static boolean equals3D(org.locationtech.jts.geom.Coordinate c1,
org.locationtech.jts.geom.Coordinate c2)
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.