Package org.apache.spark.sql.types
Interface SpatialType
public interface SpatialType
-
Method Summary
Modifier and TypeMethodDescriptionintMixed SRID value and the corresponding CRS for geospatial types (Geometry and Geography).
-
Method Details
-
MIXED_CRS
String MIXED_CRS() -
MIXED_SRID
int MIXED_SRID()Mixed SRID value and the corresponding CRS for geospatial types (Geometry and Geography). These values represent a geospatial type that can hold different SRID values per row.- Returns:
- (undocumented)
-