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, toStringpublic void fromText(Text text)
TextSerializablefromText in interface TextSerializablefromText in class OGCJTSShapepublic Text toText(Text text)
TextSerializabletoText in interface TextSerializabletoText in class OGCJTSShapepublic void write(java.io.DataOutput out)
throws java.io.IOException
write in class OGCJTSShapejava.io.IOExceptionpublic void readFields(java.io.DataInput in)
throws java.io.IOException
readFields in class OGCJTSShapejava.io.IOException