public abstract class AbstractSpatialRule extends Object implements SpatialRule
| 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, waitgetAccess, getId, getMaxSpeedpublic List<Polygon> getBorders()
SpatialRulegetBorders in interface SpatialRulepublic SpatialRule setBorders(List<Polygon> polygons)
public SpatialRule addBorder(Polygon polygon)
Copyright © 2012–2019. All rights reserved.