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