Class OsmRelation

    • Constructor Summary

      Constructors 
      Constructor Description
      OsmRelation​(org.oscim.core.TagSet tags, long id, int initialMemberSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.locationtech.jts.geom.Geometry toJts()  
      java.lang.String toString()
      returns the id, plus an one-letter prefix for the element type
      • Methods inherited from class java.lang.Object

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

      • relationMembers

        public final java.util.List<OsmMember> relationMembers
    • Constructor Detail

      • OsmRelation

        public OsmRelation​(org.oscim.core.TagSet tags,
                           long id,
                           int initialMemberSize)
    • Method Detail

      • toString

        public java.lang.String toString()
        Description copied from class: OsmElement
        returns the id, plus an one-letter prefix for the element type
        Overrides:
        toString in class OsmElement
      • toJts

        public org.locationtech.jts.geom.Geometry toJts()
        Specified by:
        toJts in class OsmElement