Class OsmServerBackreferenceReader


  • public class OsmServerBackreferenceReader
    extends OsmServerReader
    OsmServerBackreferenceReader fetches the primitives from the OSM server which refer to a specific primitive. For a Node, ways and relations are retrieved which refer to the node. For a Way or a Relation, only relations are read. OsmServerBackreferenceReader uses the API calls [node|way|relation]/#id/relations and node/#id/ways to retrieve the referring primitives. The default behaviour of these calls is to reply incomplete primitives only. If you set setReadFull(boolean) to true this reader uses a MultiFetchServerObjectReader to complete incomplete primitives.
    Since:
    1806