Package org.apache.drill.exec.udfs.gis


package org.apache.drill.exec.udfs.gis
  • Classes
    Class
    Description
     
     
     
    Returns a geometry that represents all points whose distance from this Geometry is less than or equal to radius
    Returns 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 common
    Given geometries A and B, this function returns a geometry that represents the part of geometry A that does not intersect with geometry B
    Returns TRUE if two Geometries do not "spatially intersect" - if they do not share any space
    For 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 other
     
    Returns 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 intersect
    Return a new geometry with its coordinates transformed to a different spatial reference
    Returns a geometry that represents the point set union of the Geometries
    Returns a geometry that represents the point set union of the Geometries
     
    Return the X coordinate of the point, or NaN if not available
    Returns X maxima of a bounding box 2d or 3d or a geometry
    Returns X minima of a bounding box 2d or 3d or a geometry
    Return the Y coordinate of the point, or NaN if not available
    Returns Y maxima of a bounding box 2d or 3d or a geometry
    Returns Y minima of a bounding box 2d or 3d or a geometry