| Package | Description |
|---|---|
| com.graphhopper.routing.util.spatialrules |
| Modifier and Type | Class and Description |
|---|---|
class |
CountriesSpatialRuleFactory |
| Modifier and Type | Method and Description |
|---|---|
static SpatialRuleLookup |
SpatialRuleLookupBuilder.buildIndex(List<JsonFeatureCollection> jsonFeatureCollections,
String jsonIdField,
SpatialRuleLookupBuilder.SpatialRuleFactory spatialRuleFactory)
Wrapper Method for
SpatialRuleLookupBuilder.buildIndex(List, String, SpatialRuleFactory, Envelope). |
static SpatialRuleLookup |
SpatialRuleLookupBuilder.buildIndex(List<JsonFeatureCollection> jsonFeatureCollections,
String jsonIdField,
SpatialRuleLookupBuilder.SpatialRuleFactory spatialRuleFactory,
org.locationtech.jts.geom.Envelope maxBBox)
Builds a SpatialRuleLookup by passing the provided JSON features into the provided
SpatialRuleFactory and collecting all the SpatialRule instances that it returns,
ignoring when it returns SpatialRule.EMPTY.
|
Copyright © 2012–2020. All rights reserved.