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, toString
public void fromText(Text text)
TextSerializable
fromText
in interface TextSerializable
fromText
in class Point
public Text toText(Text text)
TextSerializable
toText
in interface TextSerializable
toText
in class Point
public void write(java.io.DataOutput out) throws java.io.IOException
public void readFields(java.io.DataInput in) throws java.io.IOException
readFields
in class Point
java.io.IOException