protected abstract void |
AbstractSqlServerEncoder.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 |
LineStringSqlServerEncoder.encode(Geometry<?> geom,
int parentShapeIndex,
CountingPositionSequenceBuilder<?> coordinates,
java.util.List<Figure> figures,
java.util.List<Shape> shapes) |
protected void |
GeometryCollectionSqlServerEncoder.encode(Geometry<?> geom,
int parentShapeIndex,
CountingPositionSequenceBuilder<?> coordinates,
java.util.List<Figure> figures,
java.util.List<Shape> shapes) |
protected void |
PointSqlServerEncoder.encode(Geometry<?> geom,
int parentIdx,
CountingPositionSequenceBuilder<?> coordinates,
java.util.List<Figure> figures,
java.util.List<Shape> shapes) |
protected void |
PolygonSqlServerEncoder.encode(Geometry<?> geom,
int parentShapeIndex,
CountingPositionSequenceBuilder<?> coordinates,
java.util.List<Figure> figures,
java.util.List<Shape> shapes) |
protected void |
GeometryCollectionSqlServerEncoder.encodeComponent(Geometry geom,
int thisShapeIndex,
CountingPositionSequenceBuilder coordinates,
java.util.List<Figure> figures,
java.util.List<Shape> shapes) |
protected void |
AbstractSqlServerEncoder.encodeShapes(SqlServerGeometry nativeGeom,
java.util.List<Shape> shapes) |