public abstract class AbstractSpatialRule extends Object implements SpatialRule
Modifier and Type | Field and Description |
---|---|
protected List<org.locationtech.jts.geom.Polygon> |
polygons |
EMPTY
Constructor and Description |
---|
AbstractSpatialRule() |
Modifier and Type | Method and Description |
---|---|
SpatialRule |
addBorder(org.locationtech.jts.geom.Polygon polygon) |
boolean |
equals(Object obj) |
List<org.locationtech.jts.geom.Polygon> |
getBorders()
Returns the borders in which the SpatialRule is valid
|
int |
hashCode() |
SpatialRule |
setBorders(List<org.locationtech.jts.geom.Polygon> polygons) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAccess, getId, getMaxSpeed
protected List<org.locationtech.jts.geom.Polygon> polygons
public List<org.locationtech.jts.geom.Polygon> getBorders()
SpatialRule
getBorders
in interface SpatialRule
public SpatialRule setBorders(List<org.locationtech.jts.geom.Polygon> polygons)
public SpatialRule addBorder(org.locationtech.jts.geom.Polygon polygon)
Copyright © 2012–2020. All rights reserved.