Package | Description |
---|---|
oracle.spatial.hadoop.vector.hive |
Contains classes to create geometries.
|
Modifier and Type | Class and Description |
---|---|
class |
ST_LineString
Creates a line string geometry in GeoJSON format, and returns a GeoJSON string representation of the geometry.
|
class |
ST_MultiLineString
Creates a multiline string geometry in GeoJSON format, and returns a GeoJSON string representation of the geometry.
|
class |
ST_MultiPoint
Creates a multipoint geometry in GeoJSON format, and returns a GeoJSON string representation of the geometry.
|
class |
ST_MultiPolygon
Creates a multipolygon geometry in GeoJSON format, and returns a GeoJSON string representation of the geometry.
|
class |
ST_Point
Creates a point geometry in GeoJSON format, and returns a GeoJSON string representation of the geometry.
|
class |
ST_Polygon
Creates a polygon geometry in GeoJSON format, and returns a GeoJSON string representation of the geometry.
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.