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