public interface PrimitiveId
Modifier and Type | Method and Description |
---|---|
OsmPrimitiveType |
getType()
Gets the type of object represented by this object.
|
long |
getUniqueId()
Gets a unique id representing this object (the OSM server id for OSM objects)
|
boolean |
isNew()
Replies true if this id represents a new primitive.
|
long getUniqueId()
OsmPrimitiveType getType()
boolean isNew()