public class SqlGeoFunctions 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 |
SqlGeoFunctions.GridTable
Returns the points or rectangles in a grid that covers a given
geometry.
|
| Modifier and Type | Method and Description |
|---|---|
static ScannableTable |
ST_MakeGrid(Geometries.Geom geom,
BigDecimal deltaX,
BigDecimal deltaY)
Calculates a regular grid of polygons based on
geom. |
static ScannableTable |
ST_MakeGridPoints(Geometries.Geom geom,
BigDecimal deltaX,
BigDecimal deltaY)
Calculates a regular grid of points based on
geom. |
public static ScannableTable ST_MakeGrid(Geometries.Geom geom, BigDecimal deltaX, BigDecimal deltaY)
geom.ST_MakeGridpublic static ScannableTable ST_MakeGridPoints(Geometries.Geom geom, BigDecimal deltaX, BigDecimal deltaY)
geom.ST_MakeGridPointsCopyright © 2012-2020 Apache Software Foundation. All Rights Reserved.