Class OsmRelation

java.lang.Object
org.oscim.core.osm.OsmElement
org.oscim.core.osm.OsmRelation

public class OsmRelation extends OsmElement
  • Field Details

  • Constructor Details

    • OsmRelation

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

    • toString

      public 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