Uses of Class
org.locationtech.jts.algorithm.HCoordinate
Packages that use HCoordinate
Package
Description
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Contains the
Geometry interface hierarchy and supporting classes.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 -
Uses of HCoordinate in org.locationtech.jts.geom
Methods in org.locationtech.jts.geom that return HCoordinateModifier and TypeMethodDescriptionstatic HCoordinateTriangle.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