protected static class JGeometry.ChainConverter
extends java.lang.Object
"Converts" a chain in two steps.
In the first step, it transforms a chain, changing arcs from the buffer format of (start, center, end) to the Oracle format (start, point on arc, end), and unnecessary points are null'ed out. Accumulates a running total of elements and vertices that will be required for the Oracle format geometry --- all the cnains of a geometry should be converted to accumulate the size of the arrays needed for the final result.
In the second step, a call to writeOrdinates writes out the ordinates into an array.
Modifier | Constructor and Description |
---|---|
protected |
ChainConverter() |