class LineStringSqlServerEncoder extends AbstractSqlServerEncoder
| Constructor and Description |
|---|
LineStringSqlServerEncoder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Geometry geom) |
protected void |
encode(Geometry<?> geom,
int parentShapeIndex,
CountingPositionSequenceBuilder<?> coordinates,
java.util.List<Figure> figures,
java.util.List<Shape> shapes)
Appends the points, figures, shapes to the resp.
|
protected void |
encodePoints(SqlServerGeometry nativeGeom,
PositionSequence<?> coordinates) |
encode, encodeFigures, encodeShapes, setCoordinateprotected void encode(Geometry<?> geom, int parentShapeIndex, CountingPositionSequenceBuilder<?> coordinates, java.util.List<Figure> figures, java.util.List<Shape> shapes)
AbstractSqlServerEncoderencode in class AbstractSqlServerEncodergeom - geometry to serializationparentShapeIndex - index of the parent Shape for the geometrycoordinates - coordinate list to append tofigures - figure list to append toshapes - shape list to append toprotected void encodePoints(SqlServerGeometry nativeGeom, PositionSequence<?> coordinates)
encodePoints in class AbstractSqlServerEncoderpublic boolean accepts(Geometry geom)