public interface EntityFinderList<OsmNode > findNodes(TLongCollection ids) throws EntityNotFoundException
EntityNotFoundException
List<OsmWay > findWays(TLongCollection ids) throws EntityNotFoundException
EntityNotFoundException
List<OsmRelation > findRelations(TLongCollection ids) throws EntityNotFoundException
EntityNotFoundException
void findWayNodes(OsmWayway, Collection <OsmNode > outNodes) throws EntityNotFoundException
EntityNotFoundException
void findWayNodes(Collection<OsmWay > ways, Collection <OsmNode > outNodes) throws EntityNotFoundException
EntityNotFoundException
void findMemberNodes(OsmRelationrelation, Set <OsmNode > outNodes) throws EntityNotFoundException
EntityNotFoundException
void findMemberNodes(Collection<OsmRelation > relations, Set <OsmNode > outNodes) throws EntityNotFoundException
EntityNotFoundException
void findMemberWays(OsmRelationrelation, Set <OsmWay > outWays) throws EntityNotFoundException
EntityNotFoundException
void findMemberWays(Collection<OsmRelation > relations, Set <OsmWay > outWays) throws EntityNotFoundException
EntityNotFoundException
void findMemberWays(OsmRelationrelation, MultiSet <OsmWay > outWays) throws EntityNotFoundException
EntityNotFoundException
void findMemberWays(Collection<OsmRelation > relations, MultiSet <OsmWay > outWays) throws EntityNotFoundException
EntityNotFoundException
void findMemberRelations(OsmRelationrelation, Set <OsmRelation > outRelations) throws EntityNotFoundException
EntityNotFoundException
void findMemberRelations(Collection<OsmRelation > relations, Set <OsmRelation > outRelations) throws EntityNotFoundException
EntityNotFoundException
void findMemberRelationsRecursively(OsmRelationrelation, Set <OsmRelation > outRelations) throws EntityNotFoundException
EntityNotFoundException
void findMemberRelationsRecursively(Collection<OsmRelation > relations, Set <OsmRelation > outRelations) throws EntityNotFoundException
EntityNotFoundException
void findMemberNodesAndWays(OsmRelationrelation, Set <OsmNode > outNodes, Set <OsmWay > outWays) throws EntityNotFoundException
EntityNotFoundException
void findMemberNodesAndWays(Collection<OsmRelation > relations, Set <OsmNode > outNodes, Set <OsmWay > outWays) throws EntityNotFoundException
EntityNotFoundException
void findMemberNodesAndWayNodes(OsmRelationrelation, Set <OsmNode > nodes) throws EntityNotFoundException
EntityNotFoundException
void findMemberNodesAndWayNodes(Collection<OsmRelation > relations, Set <OsmNode > nodes) throws EntityNotFoundException
EntityNotFoundException