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, setVisible
get, getKeys, hasKeys, keySet, put, remove, removeAll, setKeys
getType, getUniqueId, isNew
int getNodesCount()
long getNodeId(int idx)
idx
- node indexboolean isClosed()
true
if this way is closed, false
otherwise