Package org.javarosa.core.model.osm
Class OSMTagItem
java.lang.Object
org.javarosa.core.model.osm.OSMTagItem
- All Implemented Interfaces:
Externalizable
public class OSMTagItem extends Object implements Externalizable
Structure defining possible tag values that can be selected.
Created by Nicholas Hallahan nhallahan@spatialdev.com
-
Field Summary
-
Constructor Summary
Constructors Constructor Description OSMTagItem() -
Method Summary
Modifier and Type Method Description voidreadExternal(DataInputStream dis, PrototypeFactory pf)voidwriteExternal(DataOutputStream dos)
-
Field Details
-
Constructor Details
-
OSMTagItem
public OSMTagItem()
-
-
Method Details
-
readExternal
public void readExternal(DataInputStream dis, PrototypeFactory pf) throws IOException, DeserializationException- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionDeserializationException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-