public abstract class AbstractEntityFinder extends Objectimplements EntityFinder
| Constructor and Description |
|---|
AbstractEntityFinder()
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addMember(OsmRelationMember
|
void |
findMemberNodes(Collection
|
void |
findMemberNodesAndWayNodes(Collection
|
void |
findMemberNodesAndWays(Collection
|
void |
findMemberRelations(Collection
|
void |
findMemberWays(Collection
|
void |
findMemberWays(Collection
|
void |
findWayNodes(Collection
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindMemberNodes, findMemberNodesAndWayNodes, findMemberNodesAndWays, findMemberRelations, findMemberRelationsRecursively, findMemberRelationsRecursively, findMemberWays, findMemberWays, findNodes, findRelations, findWayNodes, findWayspublic void findWayNodes(Collection<OsmWay > ways, Collection <OsmNode > outNodes) throws EntityNotFoundException
findWayNodes in interface
EntityFinder
EntityNotFoundException
public void findMemberNodes(Collection<OsmRelation > relations, Set <OsmNode > outNodes) throws EntityNotFoundException
findMemberNodes in interface
EntityFinder
EntityNotFoundException
public void findMemberWays(Collection<OsmRelation > relations, Set <OsmWay > outWays) throws EntityNotFoundException
findMemberWays in interface
EntityFinder
EntityNotFoundException
public void findMemberWays(Collection<OsmRelation > relations, MultiSet <OsmWay > outWays) throws EntityNotFoundException
findMemberWays in interface
EntityFinder
EntityNotFoundException
public void findMemberRelations(Collection<OsmRelation > relations, Set <OsmRelation > outRelations) throws EntityNotFoundException
findMemberRelations in interface
EntityFinder
EntityNotFoundException
public void findMemberNodesAndWays(Collection<OsmRelation > relations, Set <OsmNode > outNodes, Set <OsmWay > outWays) throws EntityNotFoundException
findMemberNodesAndWays in interface
EntityFinder
EntityNotFoundException
public void findMemberNodesAndWayNodes(Collection<OsmRelation > relations, Set <OsmNode > outNodes) throws EntityNotFoundException
findMemberNodesAndWayNodes in interface
EntityFinder
EntityNotFoundException
protected void addMember(OsmRelationMembermember, Collection <OsmNode > outNodes, Collection <OsmWay > outWays, Collection <OsmRelation > outRelations, OsmEntityProvider entityProvider) throws EntityNotFoundException
EntityNotFoundException