Package org.apache.drill.exec.udfs.gis
package org.apache.drill.exec.udfs.gis
-
ClassDescriptionReturns a geometry that represents all points whose distance from this Geometry is less than or equal to radiusReturns true if and only if no points of B lie in the exterior of A, and at least one point of the interior of B lies in the interior of A.Returns TRUE if the supplied geometries have some, but not all, interior points in commonGiven geometries A and B, this function returns a geometry that represents the part of geometry A that does not intersect with geometry BReturns TRUE if two Geometries do not "spatially intersect" - if they do not share any spaceFor geometry type Returns the 2D Cartesian distance between two geometries in projected units (based on spatial ref).Returns a geometry representing the double precision (float8) bounding box of the supplied geometry.Returns true if the given geometries represent the same geometry.Returns TRUE if the Geometries/Geography "spatially intersect in 2D" - (share any portion of space) and FALSE if they don't (they are Disjoint)Returns TRUE if the Geometries share space, are of the same dimension, but are not completely contained by each otherReturns true if this Geometry is spatially related to anotherGeometry, by testing for intersections between the Interior, Boundary and Exterior of the two geometries as specified by the values in the intersectionMatrixPattern.Returns TRUE if the geometries have at least one point in common, but their interiors do not intersectReturn a new geometry with its coordinates transformed to a different spatial referenceReturns a geometry that represents the point set union of the GeometriesReturns a geometry that represents the point set union of the GeometriesReturn the X coordinate of the point, or NaN if not availableReturns X maxima of a bounding box 2d or 3d or a geometryReturns X minima of a bounding box 2d or 3d or a geometryReturn the Y coordinate of the point, or NaN if not availableReturns Y maxima of a bounding box 2d or 3d or a geometryReturns Y minima of a bounding box 2d or 3d or a geometry