org.osm2world.core.osm.data
public class OSMRelation extends OSMElement
Modifier and Type | Field and Description |
---|---|
List<OSMMember> |
relationMembers |
id, tags
Constructor and Description |
---|
OSMRelation(TagGroup tags,
long id,
int initialMemberSize) |
Modifier and Type | Method and Description |
---|---|
String |
toString()
returns the id, plus an one-letter prefix for the element type
|
equals, hashCode
public final List<OSMMember> relationMembers
public OSMRelation(TagGroup tags, long id, int initialMemberSize)
public String toString()
OSMElement
toString
in class OSMElement