Package org.oscim.core.osm
Class OsmRelation
java.lang.Object
org.oscim.core.osm.OsmElement
org.oscim.core.osm.OsmRelation
-
Field Summary
FieldsFields inherited from class org.oscim.core.osm.OsmElement
id, tags -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.oscim.core.osm.OsmElement
equals, hashCode
-
Field Details
-
relationMembers
-
-
Constructor Details
-
OsmRelation
public OsmRelation(org.oscim.core.TagSet tags, long id, int initialMemberSize)
-
-
Method Details
-
toString
Description copied from class:OsmElementreturns the id, plus an one-letter prefix for the element type- Overrides:
toStringin classOsmElement
-
toJts
public org.locationtech.jts.geom.Geometry toJts()- Specified by:
toJtsin classOsmElement
-