Class DuplicateRelation.RelMember

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<LatLon> coor
      Coordinates of the relation member
      private long relId
      ID of the relation member in case it is a Relation
      private java.lang.String role
      Role of the relation member
      private java.util.Map<java.lang.String,​java.lang.String> tags
      Tags of the relation member
      private OsmPrimitiveType type
      Type of the relation member
    • Constructor Summary

      Constructors 
      Constructor Description
      RelMember​(RelationMember src)
      Extract and store relation information based on the relation member
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • role

        private final java.lang.String role
        Role of the relation member
      • tags

        private java.util.Map<java.lang.String,​java.lang.String> tags
        Tags of the relation member
      • coor

        private java.util.List<LatLon> coor
        Coordinates of the relation member
      • relId

        private long relId
        ID of the relation member in case it is a Relation
    • Constructor Detail

      • RelMember

        public RelMember​(RelationMember src)
        Extract and store relation information based on the relation member
        Parameters:
        src - The relation member to store information about
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object