Class Geometry
- java.lang.Object
-
- com.snowflake.snowpark_java.types.Geometry
-
- All Implemented Interfaces:
Serializable
public class Geometry extends Object implements Serializable
Java representation of Snowflake Geometry data.- Since:
- 1.12.0
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)Checks whether two Geometry object are equal.static GeometryfromGeoJSON(String g)Creates a Geometry object from a GeoJSON string.inthashCode()Calculates the hash code of this Geometry Object.StringtoString()Converts this Geometry object to a String value.
-