| Package | Description |
|---|---|
| org.geolatte.geom.codec.db.sqlserver |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems to Microsoft SQL Server internal
format.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) IndexRange |
SqlServerGeometry.getFiguresForShape(int shapeIndex) |
(package private) IndexRange |
SqlServerGeometry.getPointsForFigure(int figureIndex)
Returns the range of indices in the point array for the specified figure.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) PositionSequence<?> |
SqlServerGeometry.coordinateRange(IndexRange range) |
protected LineString<?> |
LineStringSqlServerDecoder.createLineString(SqlServerGeometry nativeGeom,
IndexRange pntIndexRange) |
private LinearRing<?> |
PolygonSqlServerDecoder.toLinearRing(SqlServerGeometry nativeGeom,
IndexRange range) |