kiwi-postgis
Version 0.1.0.0
|
Public Member Functions | |
void | write (Encoder output, Geometry geom) throws IOException |
String | getFormatName () |
void | write (Writer output, Geometry shape) throws IOException |
String | toString (Geometry shape) |
Static Public Attributes | |
static final char | KEY_POINT = '0' |
static final char | KEY_LINE = '1' |
static final char | KEY_POLYGON = '2' |
static final char | KEY_MULTIPOINT = '3' |
static final char | KEY_CIRCLE = '4' |
static final char | KEY_BOX = '5' |
static final char | KEY_ARG_START = '(' |
static final char | KEY_ARG_END = ')' |
static final char | KEY_SEPERATOR = ' ' |
Protected Member Functions | |
void | write (Encoder output, CoordinateSequence coordseq) throws IOException |
void | write (Encoder output, Coordinate[] coord) throws IOException |
void | write (Encoder output, Polygon p) throws IOException |
|
inherited |
References PolyshapeWriter.write().
Referenced by PolyshapeDatatype.unparse().
|
protected |
Referenced by JtsPolyshapeWriter.write().
|
protected |
|
protected |
References PolyshapeWriter.KEY_POLYGON, and JtsPolyshapeWriter.write().
void write | ( | Encoder | output, |
Geometry | geom | ||
) | throws IOException |
References PolyshapeWriter.KEY_LINE, PolyshapeWriter.KEY_MULTIPOINT, PolyshapeWriter.KEY_POINT, and JtsPolyshapeWriter.write().
|
inherited |
Referenced by PolyshapeWriter.toString().
|
staticinherited |
Referenced by PolyshapeReader.read().
|
staticinherited |
Referenced by PolyshapeReader.read().
|
staticinherited |
|
staticinherited |
Referenced by PolyshapeReader.read().
|
staticinherited |
Referenced by PolyshapeReader.read(), and JtsPolyshapeWriter.write().
|
staticinherited |
Referenced by PolyshapeReader.read(), and JtsPolyshapeWriter.write().
|
staticinherited |
Referenced by PolyshapeReader.read(), and JtsPolyshapeWriter.write().
|
staticinherited |
Referenced by PolyshapeReader.read(), and JtsPolyshapeWriter.write().
|
staticinherited |
Referenced by PolyshapeReader.read().