class LineStringSqlServerDecoder extends AbstractSqlServerDecoder
| Constructor and Description |
|---|
LineStringSqlServerDecoder() |
| Modifier and Type | Method and Description |
|---|---|
protected LineString<?> |
createGeometry(SqlServerGeometry nativeGeom) |
protected LineString<?> |
createGeometry(SqlServerGeometry nativeGeom,
int shapeIndex) |
protected LineString<?> |
createLineString(SqlServerGeometry nativeGeom,
IndexRange pntIndexRange) |
protected LineString<?> |
createNullGeometry(CoordinateReferenceSystem<?> crs) |
protected OpenGisType |
getOpenGisType() |
accepts, accepts, decodeprotected OpenGisType getOpenGisType()
getOpenGisType in class AbstractSqlServerDecoderprotected LineString<?> createNullGeometry(CoordinateReferenceSystem<?> crs)
createNullGeometry in class AbstractSqlServerDecoderprotected LineString<?> createGeometry(SqlServerGeometry nativeGeom)
createGeometry in class AbstractSqlServerDecoderprotected LineString<?> createGeometry(SqlServerGeometry nativeGeom, int shapeIndex)
createGeometry in class AbstractSqlServerDecoderprotected LineString<?> createLineString(SqlServerGeometry nativeGeom, IndexRange pntIndexRange)