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.-
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 HCoordinate
Triangle.perpendicularBisector
(Coordinate a, Coordinate b) Computes the line which is the perpendicular bisector of the line segment a-b.