public class OSMPoint extends Point
| Modifier and Type | Field and Description |
|---|---|
long |
id |
java.util.Map<java.lang.String,java.lang.String> |
tags |
| Constructor and Description |
|---|
OSMPoint() |
| Modifier and Type | Method and Description |
|---|---|
Point |
clone()
Returns a clone of this shape
|
void |
fromText(Text text)
Retrieve information from the given text.
|
void |
readFields(java.io.DataInput in) |
Text |
toText(Text text)
Store current object as string in the given text appending text already there.
|
void |
write(java.io.DataOutput out) |
compareTo, compareTo, distanceTo, distanceTo, draw, draw, equals, getIntersection, getMBR, isIntersected, set, toStringpublic void fromText(Text text)
TextSerializablefromText in interface TextSerializablefromText in class Pointpublic Text toText(Text text)
TextSerializabletoText in interface TextSerializabletoText in class Pointpublic void write(java.io.DataOutput out)
throws java.io.IOException
public void readFields(java.io.DataInput in)
throws java.io.IOException
readFields in class Pointjava.io.IOException