Uses of Class
org.locationtech.jts.algorithm.HCoordinate
-
Packages that use HCoordinate Package Description org.locationtech.jts.algorithm org.locationtech.jts.geom -
-
Uses of HCoordinate in org.locationtech.jts.algorithm
Constructors in org.locationtech.jts.algorithm with parameters of type HCoordinate Constructor Description HCoordinate(HCoordinate p1, HCoordinate p2) -
Uses of HCoordinate in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return HCoordinate Modifier and Type Method Description static HCoordinateTriangle. perpendicularBisector(Coordinate a, Coordinate b)Computes the line which is the perpendicular bisector of the line segment a-b.
-