| Package | Description |
|---|---|
| com.vividsolutions.jts.algorithm |
Contains classes and interfaces implementing fundamental computational geometry algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
HCoordinate.getCoordinate()
|
double |
HCoordinate.getX()
|
double |
HCoordinate.getY()
|
static Coordinate |
HCoordinate.intersection(Coordinate
Computes the (approximate) intersection point between two line segments using homogeneous coordinates.
|