| Class | Description |
|---|---|
| FunctionExecutor |
Helps in the process of Spark SQL UDFs execution
|
| GeometryParamHelper |
Helps to prevent the construction of jGeometry objects from GeoJson when the parameter in UDFs is constant in the query
|
| STAnyInteract |
Determines if geometry1 has any spatial interaction with geometry2, returning true or false.
|
| STArea |
Returns the area of a polygon or multipolygon geometry.
|
| STAsWKB |
Returns the well-known binary (WKB) representation of the geometry.
|
| STAsWKT |
Returns the well-known text (WKT) representation of the geometry.
|
| STBuffer |
Generates a new ST_Geometry object that is the buffered version of the input geometry.
|
| STContains |
Determines if geometry1 contains geometry2, returning true or false.
|
| STConvexHull |
Returns the convex hull of the input geometry as a ST_Geometry object.
|
| STDistance |
Determines the distance between two 2D geometries.
|
| STEnvelope |
Returns the envelope (bounding polygon) of the input geometry as a ST_Geometry object.
|
| STInside |
Determines if geometry1 is inside geometry2, returning true or false.
|
| STLength |
Returns the length of a line or polygon geometry.
|
| STSimplify |
Generates a new ST_Geometry object by simplifying the input geometry using the Douglas-Peucker algorithm.
|
| STSimplifyVW |
Generates a new ST_Geometry object by simplifying the input geometry using the Visvalingham-Whyatt algorithm.
|
| STVolume |
Returns the area of a multipolygon 3D geometry.
|
| Enum | Description |
|---|---|
| STFunction |
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.