Uses of Class
com.microsoft.sqlserver.jdbc.Geometry
Packages that use Geometry
-
Uses of Geometry in com.microsoft.sqlserver.jdbc
Methods in com.microsoft.sqlserver.jdbc that return GeometryModifier and TypeMethodDescriptionstatic GeometryGeometry.deserialize(byte[] clr)Constructor for a Geometry instance from an internal SQL Server format for spatial data.ISQLServerResultSet.getGeometry(int columnIndex)Returns the value of the designated column in the current row of this ResultSet object as a com.microsoft.sqlserver.jdbc.Geometry object in the Java programming language.ISQLServerResultSet.getGeometry(String columnName)Returns the value of the designated column in the current row of this ResultSet object as a com.microsoft.sqlserver.jdbc.Geometry object in the Java programming language.SQLServerResultSet.getGeometry(int columnIndex)SQLServerResultSet.getGeometry(String columnName)static GeometryConstructor for a Geometry instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation.static GeometryGeometry.point(double x, double y, int srid)Constructor for a Geometry instance that represents a Point instance from its X and Y values and an Spatial Reference Identifier.static GeometryGeometry.STGeomFromText(String wkt, int srid)Constructor for 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 GeometryGeometry.STGeomFromWKB(byte[] wkb)Constructor for a Geometry instance from an Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation.Methods in com.microsoft.sqlserver.jdbc with parameters of type GeometryModifier and TypeMethodDescriptionvoidISQLServerPreparedStatement.setGeometry(int parameterIndex, Geometry x)Sets the designated parameter to the givenmicrosoft.sql.GeometryClass object.voidSQLServerPreparedStatement.setGeometry(int n, Geometry x)