Package | Description |
---|---|
com.microsoft.sqlserver.jdbc |
Modifier and Type | Method | Description |
---|---|---|
static Geometry |
Geometry.deserialize(byte[] wkb) |
Returns a constructed Geometry from an internal SQL Server format for spatial data.
|
Geometry |
SQLServerResultSet.getGeometry(int columnIndex) |
|
Geometry |
SQLServerResultSet.getGeometry(java.lang.String columnName) |
|
static Geometry |
Geometry.parse(java.lang.String wkt) |
Returns a Geometry instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation.
|
static Geometry |
Geometry.point(double x,
double y,
int srid) |
Constructs a Geometry instance that represents a Point instance from its X and Y values and an SRID.
|
static Geometry |
Geometry.STGeomFromText(java.lang.String wkt,
int srid) |
Returns a Geometry instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT)
representation augmented with any Z (elevation) and M (measure) values carried by the instance.
|
static Geometry |
Geometry.STGeomFromWKB(byte[] wkb) |
Returns a Geometry instance from an Open Geospatial Consortium (OGC)
Well-Known Binary (WKB) representation.
|
Modifier and Type | Method | Description |
---|---|---|
void |
SQLServerPreparedStatement.setGeometry(int n,
Geometry x) |
Copyright © 2018 Microsoft Corporation. All rights reserved.