| Package | Description |
|---|---|
| com.graphhopper.routing.util.spatialrules |
| Modifier and Type | Field and Description |
|---|---|
protected List<Polygon> |
AbstractSpatialRule.polygons |
| Modifier and Type | Method and Description |
|---|---|
static Polygon |
Polygon.create(com.vividsolutions.jts.geom.Polygon polygon)
Lossy conversion to a GraphHopper Polygon.
|
| Modifier and Type | Method and Description |
|---|---|
List<Polygon> |
SpatialRule.getBorders()
Returns the borders in which the SpatialRule is valid
|
List<Polygon> |
AbstractSpatialRule.getBorders() |
| Modifier and Type | Method and Description |
|---|---|
SpatialRule |
AbstractSpatialRule.addBorder(Polygon polygon) |
| Modifier and Type | Method and Description |
|---|---|
SpatialRule |
SpatialRuleLookupBuilder.SpatialRuleFactory.createSpatialRule(String id,
List<Polygon> polygons) |
SpatialRule |
CountriesSpatialRuleFactory.createSpatialRule(String id,
List<Polygon> polygons) |
SpatialRule |
AbstractSpatialRule.setBorders(List<Polygon> polygons) |
Copyright © 2012–2018. All rights reserved.