public interface GeometryCheckInterface
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(com.vividsolutions.jts.geom.Geometry g,
com.vividsolutions.jts.geom.Coordinate lastCoordinate,
boolean ignoreLastGeometryCoordinate)
Checks, if the given geomety is valid.
|
String[] |
getErrorText()
The error text, that should be shown, if the geometry is not valid.
|
boolean check(com.vividsolutions.jts.geom.Geometry g,
com.vividsolutions.jts.geom.Coordinate lastCoordinate,
boolean ignoreLastGeometryCoordinate)
g - the geometry to checklastCoordinate - the coordinate of the last mouse eventignoreLastGeometryCoordinate - the last coordinate of the geometry is not confirmed, yet, if this is true
(i.e. this coordinate results from a move action)String[] getErrorText()
Copyright © 2012–2026 cismet GmbH. All rights reserved.