public class OSMTag extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
List<OSMTagItem> |
items |
String |
key |
String |
label |
| Constructor and Description |
|---|
OSMTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(DataInputStream dis,
PrototypeFactory pf) |
void |
writeExternal(DataOutputStream dos) |
public String key
public String label
public List<OSMTagItem> items
public void readExternal(DataInputStream dis, PrototypeFactory pf) throws IOException, DeserializationException
readExternal in interface ExternalizableIOExceptionDeserializationExceptionpublic void writeExternal(DataOutputStream dos) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 2024. All rights reserved.