Enum Class BinarySpatialFunction.SpatialCrsType

java.lang.Object
java.lang.Enum<BinarySpatialFunction.SpatialCrsType>
org.elasticsearch.xpack.esql.expression.function.scalar.spatial.BinarySpatialFunction.SpatialCrsType
All Implemented Interfaces:
Serializable, Comparable<BinarySpatialFunction.SpatialCrsType>, Constable
Enclosing class:
BinarySpatialFunction

public static enum BinarySpatialFunction.SpatialCrsType extends Enum<BinarySpatialFunction.SpatialCrsType>
For most spatial functions we only need to know if the CRS is geo or cartesian, not whether the type is point or shape. This enum captures this knowledge.