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.org.locationtech.jts.triangulate.quadedge Classes to implement a topological subdivision of quadeges, to support creating triangulations and Voronoi diagrams. -
-
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. -
Uses of HCoordinate in org.locationtech.jts.triangulate.quadedge
Methods in org.locationtech.jts.triangulate.quadedge that return HCoordinate Modifier and Type Method Description private HCoordinate
Vertex. bisector(Vertex a, Vertex b)
-