Package org.apache.drill.exec.udfs.gis
Class STEnvelope
java.lang.Object
org.apache.drill.exec.udfs.gis.STEnvelope
- All Implemented Interfaces:
DrillFunc
,DrillSimpleFunc
Returns a geometry representing the double precision (float8) bounding box of the supplied geometry.
The polygon is defined by the corner points of the bounding box ((MINX, MINY), (MINX, MAXY), (MAXX, MAXY), (MAXX, MINY), (MINX, MINY))
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
STEnvelope
public STEnvelope()
-
-
Method Details
-
setup
public void setup()- Specified by:
setup
in interfaceDrillSimpleFunc
-
eval
public void eval()- Specified by:
eval
in interfaceDrillSimpleFunc
-