public interface EntityFinder| Modifier and Type | Method and Description |
|---|---|
void |
findMemberNodes(Collection
|
void |
findMemberNodes(OsmRelation
|
void |
findMemberNodesAndWayNodes(Collection
|
void |
findMemberNodesAndWayNodes(OsmRelation
|
void |
findMemberNodesAndWays(Collection
|
void |
findMemberNodesAndWays(OsmRelation
|
void |
findMemberRelations(Collection
|
void |
findMemberRelations(OsmRelation
|
void |
findMemberWays(Collection
|
void |
findMemberWays(OsmRelation
|
void |
findWayNodes(Collection
|
void |
findWayNodes(OsmWay
|
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 findMemberRelations(OsmRelationrelation, Set <OsmRelation > outRelations) throws EntityNotFoundException
EntityNotFoundException
void findMemberRelations(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