| Interface | Description |
|---|---|
| Decoder<T extends Geometry> |
Decodes native database objects to geometries of type T.
|
| Encoder<T extends Geometry> |
An
Encoder can encode
geometries of type T to a SqlServerGeometry. |
| Class | Description |
|---|---|
| CountingPointSequenceBuilder | |
| Decoders |
Decodes SQL Server Geometry objects to JTS
Geometrys. |
| Encoders |
Serializes a JTS
Geometry to a byte-array. |
| SqlServerGeometry |
A
SqlServerGeometry represents the native SQL Server database object. |
| Enum | Description |
|---|---|
| OpenGisType |
The type of geometry.
|
Copyright © 2015 geolatte.org. All rights reserved.