Uses of Class
com.snowflake.snowpark_java.types.Geography
-
Packages that use Geography Package Description com.snowflake.snowpark_java Provides most of the classes for the Snowpark Java API.com.snowflake.snowpark_java.types Provides the classes specifying the schema (the data types of the fields) of semi-structured data. -
-
Uses of Geography in com.snowflake.snowpark_java
Methods in com.snowflake.snowpark_java that return Geography Modifier and Type Method Description Geography
Row. getGeography(int index)
Retrieves the value of the column at the given index as a Geography value. -
Uses of Geography in com.snowflake.snowpark_java.types
Methods in com.snowflake.snowpark_java.types that return Geography Modifier and Type Method Description static Geography
Geography. fromGeoJSON(String g)
Creates a Geography object from a GeoJSON string.
-