Package org.javarosa.core.model.osm
Class OSMTag
java.lang.Object
org.javarosa.core.model.osm.OSMTag
- All Implemented Interfaces:
Externalizable
public class OSMTag extends Object implements Externalizable
Structure for OSM Tag elements in XForm.
Created by Nicholas Hallahan nhallahan@spatialdev.com
-
Field Summary
-
Constructor Summary
Constructors Constructor Description OSMTag() -
Method Summary
Modifier and Type Method Description voidreadExternal(DataInputStream dis, PrototypeFactory pf)voidwriteExternal(DataOutputStream dos)
-
Field Details
-
Constructor Details
-
OSMTag
public OSMTag()
-
-
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
-