Uses of Class
com.microsoft.sqlserver.jdbc.Geography

Packages that use Geography
Package
Description
 
  • Uses of Geography in com.microsoft.sqlserver.jdbc

    Modifier and Type
    Method
    Description
    static Geography
    Geography.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 Geography
    Geography.parse​(String wkt)
    Constructor for a Geography instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation.
    static Geography
    Geography.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 Geography
    Geography.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 Geography
    Geography.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 Geography
    Modifier and Type
    Method
    Description
    void
    ISQLServerPreparedStatement.setGeography​(int parameterIndex, Geography x)
    Sets the designated parameter to the given microsoft.sql.Geography Class object.
    void
    SQLServerPreparedStatement.setGeography​(int n, Geography x)