Package | Description |
---|---|
eu.slipo.athenarc.triplegeo.osm |
Modifier and Type | Field and Description |
---|---|
java.util.List<OSMFilter> |
OSMFilter.childs |
static java.util.List<OSMFilter> |
OSMRecordBuilder.filters |
private java.util.List<OSMFilter> |
OSMClassification.filters |
Modifier and Type | Method and Description |
---|---|
java.util.List<OSMFilter> |
OSMClassification.getFilters()
Return all filters that will be used to assign categories to OSM elements (nodes, ways, relations).
|
java.util.List<OSMFilter> |
OSMFilterFileParser.parse() |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
OSMRecordBuilder.getCategoryRecursive(OSMFilter filter,
java.util.Map<java.lang.String,java.lang.String> tags,
java.lang.String key)
Recursively search in the classification hierarchy to match the given tag (key).
|
private boolean |
OSMFilterFileParser.isOSMFilterValid(OSMFilter filter) |
Constructor and Description |
---|
OSMRecordBuilder(java.util.List<OSMFilter> tagFilters) |