org.ka2ddo.yaac.osm
Class Member

java.lang.Object
  extended by org.ka2ddo.yaac.osm.Member

public class Member
extends java.lang.Object

This class represents Member sub-tags of a Relation element of a OSM file.


Field Summary
 long ref
           
 java.lang.String role
           
 java.lang.String type
           
 
Constructor Summary
Member()
           
 
Method Summary
static Member read(java.io.DataInput is)
           
 java.lang.String toString()
          Returns a string representation of the object.
 void write(java.io.DataOutput dos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ref

public long ref

type

public java.lang.String type

role

public java.lang.String role
Constructor Detail

Member

public Member()
Method Detail

write

public void write(java.io.DataOutput dos)
           throws java.io.IOException
Throws:
java.io.IOException

read

public static Member read(java.io.DataInput is)
                   throws java.io.IOException
Throws:
java.io.IOException

toString

public java.lang.String toString()
Returns a string representation of the object.

Overrides:
toString in class java.lang.Object
Returns:
a string representation of the object.