Uses of Class
com.vividsolutions.jts.algorithm.HCoordinate

Packages that use HCoordinate
com.vividsolutions.jts.algorithm Contains classes and interfaces implementing fundamental computational geometry algorithms. 
com.vividsolutions.jts.geom Contains the Geometry interface hierarchy and supporting classes. 
 

Uses of HCoordinate in com.vividsolutions.jts.algorithm
 

Constructors in com.vividsolutions.jts.algorithm with parameters of type HCoordinate
HCoordinate(HCoordinate p1, HCoordinate p2)
           
 

Uses of HCoordinate in com.vividsolutions.jts.geom
 

Methods in com.vividsolutions.jts.geom that return HCoordinate
static HCoordinate Triangle.perpendicularBisector(Coordinate a, Coordinate b)
          Computes the line which is the perpendicular bisector of the line segment a-b.
 



Copyright © 2012. All Rights Reserved.