See: Description
Class | Description |
---|---|
GeometryParamHelper |
Provides some internal helpful functions used by the Hive API to handle geometries.
|
ST_AnyInteract |
Determines if geometry1 has any spatial interaction with geometry2, returning true or false.
|
ST_Area |
Returns the area of a polygon or multipolygon geometry.
|
ST_AsWKB |
Returns the well-known binary (WKB) representation of the geometry.
|
ST_AsWKT |
Returns the well-known text (WKT) representation of the geometry.
|
ST_Buffer |
Generates a new ST_Geometry object that is the buffered version of the input geometry.
|
ST_Contains |
Determines if geometry1 contains geometry2, returning true or false.
|
ST_ConvexHull |
Returns the convex hull of the input geometry as a ST_Geometry object.
|
ST_Distance |
Determines the distance between two 2D geometries.
|
ST_Envelope |
Returns the envelope (bounding polygon) of the input geometry as a ST_Geometry object.
|
ST_Inside |
Determines if geometry1 is inside geometry2, returning true or false.
|
ST_Length |
Returns the length of a line or polygon geometry.
|
ST_Simplify |
Generates a new ST_Geometry object by simplifying the input geometry using the Douglas-Peucker algorithm.
|
ST_SimplifyVW |
Generates a new ST_Geometry object by simplifying the input geometry using the Visvalingham-Whyatt algorithm.
|
ST_Volume |
Returns the area of a multipolygon 3D geometry.
|
TwoGeoFunction |
Abstract class that represents a two geometries function.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.