public class SqlSpatialTypeFunctions extends Object
Includes some table functions, and may in future include other functions
that have dependencies beyond the org.apache.calcite.runtime package.
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlSpatialTypeFunctions.GridTable
Returns the points or rectangles in a grid that covers a given
geometry.
|
| Modifier and Type | Method and Description |
|---|---|
static ScannableTable |
ST_MakeGrid(org.locationtech.jts.geom.Geometry geom,
BigDecimal deltaX,
BigDecimal deltaY)
Calculates a regular grid of polygons based on
geom. |
static ScannableTable |
ST_MakeGridPoints(org.locationtech.jts.geom.Geometry geom,
BigDecimal deltaX,
BigDecimal deltaY)
Calculates a regular grid of points based on
geom. |
public static ScannableTable ST_MakeGrid(org.locationtech.jts.geom.Geometry geom, BigDecimal deltaX, BigDecimal deltaY)
geom.ST_MakeGridpublic static ScannableTable ST_MakeGridPoints(org.locationtech.jts.geom.Geometry geom, BigDecimal deltaX, BigDecimal deltaY)
geom.ST_MakeGridPointsCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.