Class STEnvelope

java.lang.Object
org.apache.drill.exec.udfs.gis.STEnvelope
All Implemented Interfaces:
DrillFunc, DrillSimpleFunc

public class STEnvelope extends Object implements 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 Details

    • STEnvelope

      public STEnvelope()
  • Method Details