Class VectorRelationMember

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      VectorPrimitive getMember()
      Returns the relation member.
      java.lang.String getRole()
      Returns the role of this relation member.
      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.
      boolean isNode()
      Determines if this relation member is a node.
      boolean isRelation()
      Determines if this relation member is a relation.
      boolean isWay()
      Determines if this relation member is a way.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait