public interface IWay extends IPrimitive
| Modifier and Type | Method and Description |
|---|---|
long |
getNodeId(int idx)
Returns id of the node at given index.
|
int |
getNodesCount()
Replies the number of nodes in this way.
|
boolean |
isClosed()
Determines if this way is closed.
|
accept, getChangesetId, getId, getLocalName, getName, getPrimitiveId, getRawTimestamp, getTimestamp, getUser, getVersion, isDeleted, isIncomplete, isModified, isNewOrUndeleted, isTimestampEmpty, isUndeleted, isUsable, isVisible, setChangesetId, setDeleted, setModified, setOsmId, setRawTimestamp, setTimestamp, setUser, setVisibleget, getKeys, hasKeys, keySet, put, put, remove, removeAll, setKeysgetType, getUniqueId, isNewint getNodesCount()
long getNodeId(int idx)
idx - node indexboolean isClosed()
true if this way is closed, false otherwise