Uses of Class
org.locationtech.jts.algorithm.HCoordinate
-
Packages that use HCoordinate Package Description org.locationtech.jts.algorithm Contains classes and interfaces implementing fundamental computational geometry algorithms.org.locationtech.jts.geom Contains theGeometry
interface hierarchy and supporting classes. -
-
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 HCoordinate
Triangle. perpendicularBisector(Coordinate a, Coordinate b)
Computes the line which is the perpendicular bisector of the line segment a-b.
-