public class OverlayResultValidator extends Object
This algorithm is only useful where the inputs are polygonal. This is a heuristic test, and may return false positive results (I.e. it may fail to detect an invalid result.) It should never return a false negative result, however (I.e. it should never report a valid result as invalid.)
OverlayOp| Constructor and Description |
|---|
OverlayResultValidator(Geometry a,
Geometry b,
Geometry result) |
| Modifier and Type | Method and Description |
|---|---|
Coordinate |
getInvalidLocation() |
static boolean |
isValid(Geometry a,
Geometry b,
int overlayOp,
Geometry result) |
boolean |
isValid(int overlayOp) |
public boolean isValid(int overlayOp)
public Coordinate getInvalidLocation()
Copyright © 2024. All rights reserved.