public class Region extends CenteredObject
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BaseLocation> |
getBaseLocations() |
Position |
getCenter() |
java.util.List<Chokepoint> |
getChokepoints() |
int |
getMaxDistance() |
Polygon |
getPolygon() |
java.util.List<Region> |
getReachableRegions() |
boolean |
isReachable(Region region) |
getPointgetDistance, getDistance, getX, getYpublic Polygon getPolygon()
public Position getCenter()
getCenter in class CenteredObjectpublic java.util.List<Chokepoint> getChokepoints()
public java.util.List<BaseLocation> getBaseLocations()
public boolean isReachable(Region region)
public java.util.List<Region> getReachableRegions()
public int getMaxDistance()