|
kiwi-postgis
Version 0.1.0.0
|


Public Member Functions | |
| PrecisionWriter | calculate (final Coordinate[] coordinates, final int maxPrecision) |
| void | writeExtendedPrecision (final DataOutput output) throws IOException |
| void | writePoint (final Coordinate coordinate, final DataOutput output) throws IOException |
| void | writePointArray (final Coordinate[] coordinates, final DataOutput output) throws IOException |
Protected Member Functions | |
| void | checkCoordinate (final Coordinate c) |
| void | finalize (final int maxPrecision) |
Protected Attributes | |
| double | precisionMultiplier = 0 |
Private Attributes | |
| int | precision = TWKBUtils.MIN_COORD_PRECISION |
| PrecisionWriter calculate | ( | final Coordinate [] | coordinates, |
| final int | maxPrecision | ||
| ) |
References TWKBWriter.PrecisionWriter.checkCoordinate(), and TWKBWriter.PrecisionWriter.finalize().
Referenced by TWKBWriter.ExtendedPrecisionWriter.calculate(), and TWKBWriter.write().
|
protected |
References Coordinate.getX(), Coordinate.getY(), and TWKBWriter.PrecisionWriter.precision.
Referenced by TWKBWriter.PrecisionWriter.calculate().
|
protected |
Referenced by TWKBWriter.PrecisionWriter.calculate().
| void writeExtendedPrecision | ( | final DataOutput | output | ) | throws IOException |
Referenced by TWKBWriter.write().
| void writePoint | ( | final Coordinate | coordinate, |
| final DataOutput | output | ||
| ) | throws IOException |
References TWKBWriter.PrecisionWriter.precisionMultiplier.
| void writePointArray | ( | final Coordinate [] | coordinates, |
| final DataOutput | output | ||
| ) | throws IOException |
References TWKBWriter.PrecisionWriter.precisionMultiplier.
|
private |
Referenced by TWKBWriter.PrecisionWriter.checkCoordinate(), and TWKBWriter.write().
|
protected |