public class TigerShape extends OGCJTSShape
geom
Constructor and Description |
---|
TigerShape() |
Modifier and Type | Method and Description |
---|---|
Shape |
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) |
distanceTo, draw, draw, drawJTSGeom, getMBR, isIntersected, parseText, toString
public void fromText(Text text)
TextSerializable
fromText
in interface TextSerializable
fromText
in class OGCJTSShape
public Text toText(Text text)
TextSerializable
toText
in interface TextSerializable
toText
in class OGCJTSShape
public void write(java.io.DataOutput out) throws java.io.IOException
write
in class OGCJTSShape
java.io.IOException
public void readFields(java.io.DataInput in) throws java.io.IOException
readFields
in class OGCJTSShape
java.io.IOException