public abstract class EntityFinderLogMissing extends AbstractEntityFinder
| Constructor and Description |
|---|
EntityFinderLogMissing(OsmEntityProvider
|
| Modifier and Type | Method and Description |
|---|---|
void |
findMemberNodes(OsmRelation
|
void |
findMemberNodesAndWayNodes(OsmRelation
|
void |
findMemberNodesAndWays(OsmRelation
|
void |
findMemberRelations(OsmRelation
|
void |
findMemberRelationsRecursively(Collection
|
void |
findMemberRelationsRecursively(OsmRelation
|
void |
findMemberWays(OsmRelation
|
void |
findMemberWays(OsmRelation
|
List |
findNodes(TLongCollection
|
List |
findRelations(TLongCollection
|
void |
findWayNodes(OsmWay
|
List |
findWays(TLongCollection
|
protected abstract void |
log(String
|
addMember, findMemberNodes, findMemberNodesAndWayNodes, findMemberNodesAndWays, findMemberRelations, findMemberWays, findMemberWays, findWayNodespublic EntityFinderLogMissing(OsmEntityProviderentityProvider)
protected abstract void log(Stringmessage)
public List<OsmNode > findNodes(TLongCollection ids) throws EntityNotFoundException
EntityNotFoundException
public List<OsmWay > findWays(TLongCollection ids) throws EntityNotFoundException
EntityNotFoundException
public List<OsmRelation > findRelations(TLongCollection ids)
public void findWayNodes(OsmWayway, Collection <OsmNode > outNodes)
public void findMemberNodes(OsmRelationrelation, Set <OsmNode > outNodes)
public void findMemberWays(OsmRelationrelation, Set <OsmWay > outWays)
public void findMemberWays(OsmRelationrelation, MultiSet <OsmWay > outWays) throws EntityNotFoundException
EntityNotFoundException
public void findMemberRelations(OsmRelationrelation, Set <OsmRelation > outRelations) throws EntityNotFoundException
EntityNotFoundException
public void findMemberRelationsRecursively(OsmRelationrelation, Set <OsmRelation > outRelations)
public void findMemberRelationsRecursively(Collection<OsmRelation > relations, Set <OsmRelation > outRelations)
public void findMemberNodesAndWays(OsmRelationrelation, Set <OsmNode > outNodes, Set <OsmWay > outWays)
public void findMemberNodesAndWayNodes(OsmRelationrelation, Set <OsmNode > outNodes) throws EntityNotFoundException
EntityNotFoundException