public class Geography extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
asGeoJSON()
Converts this Geography object to a GeoJSON string.
|
boolean |
equals(Object other)
Checks whether two Geography object are equal.
|
static Geography |
fromGeoJSON(String g)
Creates a Geography object from a GeoJSON string.
|
int |
hashCode()
Calculates the hash code of this Geography Object.
|
String |
toString()
Converts this Geography object to a String value.
|
public boolean equals(Object other)
public int hashCode()
public String asGeoJSON()
public String toString()
asGeoJson function.© 2022 Snowflake Inc. All Rights Reserved