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 boolean
equals(Object other)
Checks whether two Geometry object are equal.static Geometry
fromGeoJSON(String g)
Creates a Geometry object from a GeoJSON string.int
hashCode()
Calculates the hash code of this Geometry Object.String
toString()
Converts this Geometry object to a String value.
-