Interface | Description |
---|---|
HiveRecordInfoProvider |
An implementation of this interface is used to extract the geometry information from a Hive table's field representing a geometry.
|
Class | Description |
---|---|
ST_Geometry |
Creates a GeoJSON string representation of the geometry, and returns a GeoJSON string representation of the geometry.
|
ST_LineString |
Creates a line string geometry in GeoJSON format, and returns a GeoJSON string representation of the geometry.
|
ST_MultiLineString |
Creates a multiline string geometry in GeoJSON format, and returns a GeoJSON string representation of the geometry.
|
ST_MultiPoint |
Creates a multipoint geometry in GeoJSON format, and returns a GeoJSON string representation of the geometry.
|
ST_MultiPolygon |
Creates a multipolygon geometry in GeoJSON format, and returns a GeoJSON string representation of the geometry.
|
ST_Point |
Creates a point geometry in GeoJSON format, and returns a GeoJSON string representation of the geometry.
|
ST_Polygon |
Creates a polygon geometry in GeoJSON format, and returns a GeoJSON string representation of the geometry.
|
Utils |
Provides some utilities functions used by Hive API.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.