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 |
---|---|
static SqlServerGeometry |
SqlServerGeometry.deserialize(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
static Encoder<SqlServerGeometry> |
Encoders.encoderFor(Geometry<?> geom) |
Modifier and Type | Method and Description |
---|---|
static byte[] |
SqlServerGeometry.serialize(SqlServerGeometry sqlServerGeom) |
Copyright © 2023 geolatte.org. All rights reserved.