| Package | Description |
|---|---|
| de.thaw.comb |
The main Combiner package.
|
| de.thaw.comb.highway |
Classes supporting the “dual carriageways” special case.
|
| de.thaw.comb.io |
File input/output support for the Combiner.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ResultLine.Tags
Provides attributes to users of the Combiner's result.
|
| Modifier and Type | Field and Description |
|---|---|
protected AttributeProvider |
AbstractLine.tags |
| Modifier and Type | Method and Description |
|---|---|
AttributeProvider |
Line.tags() |
AttributeProvider |
AbstractLine.tags() |
| Constructor and Description |
|---|
Highway(AttributeProvider tags,
Dataset dataset,
int segmentCount)
Create a way with no segments.
|
Highway(AttributeProvider tags,
Dataset dataset,
List<SourceNode> nodes)
Create a way with segments based on a list of nodes.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ShapeGeofabrikAdapter
Adapter to the attributes provided by the
ShapeReader as OSM tags. |
| Modifier and Type | Method and Description |
|---|---|
Highway |
InputDataset.createOsmWay(AttributeProvider tags,
int segmentCount)
Create a way in this dataset with no segments.
|
Highway |
InputDataset.createOsmWay(AttributeProvider tags,
List<SourceNode> nodes)
Create a way in this dataset with segments based on a list of nodes.
|