|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeLocationStore
A node location store is used for caching node locations that are subsequently used to build way geometries.
Method Summary | |
---|---|
void |
addLocation(long nodeId,
NodeLocation nodeLocation)
Adds the specified node location details. |
NodeLocation |
getNodeLocation(long nodeId)
Gets the location details of the specified node. |
Methods inherited from interface org.openstreetmap.osmosis.core.lifecycle.Releasable |
---|
release |
Method Detail |
---|
void addLocation(long nodeId, NodeLocation nodeLocation)
nodeId
- The node identifier.nodeLocation
- The geo-spatial location details.NodeLocation getNodeLocation(long nodeId)
nodeId
- The node identifier.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |