| Package | Description |
|---|---|
| com.revolsys.gis.model.coordinates | |
| com.revolsys.jts.algorithm |
Contains classes and interfaces implementing fundamental computational geometry algorithms.
|
| com.revolsys.jts.geom |
Contains the
Geometry interface hierarchy and supporting classes. |
| Modifier and Type | Method and Description |
|---|---|
static HCoordinate |
CoordinatesUtil.perpendicularBisector(double x1,
double y1,
double x2,
double y2) |
| Constructor and Description |
|---|
HCoordinate(HCoordinate p1,
HCoordinate p2) |
| Modifier and Type | Method and Description |
|---|---|
static HCoordinate |
Triangle.perpendicularBisector(Point a,
Point b)
Computes the line which is the perpendicular bisector of the line segment
a-b.
|
Copyright © 2015 Revolution Systems Inc.. All rights reserved.