MI_GeoHash - spectrum_spatial - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2026-02-13
ft:lastPublication
2026-02-13T17:17:07.540000
L1_Product_Gateway
Locate
L2_Product_Segment
Location Intelligence
L3_Product_Brand
Precisely Spectrum Spatial
L4_Investment_Segment
LI Enterprise
L5_Product_Group
Enterprise LI
L6_Product_Name
Spectrum Spatial

Description

Returns a geohash index for a given point geometry at a given precision. The index will be created in the WGS84 coordinate system.

Syntax

MI_GeoHash ( geometry, precision )

Arguments

geometry is the point geometry to create a geohash index for, and

precision is an integer representing the precision of the geohash index. Values range from a required minimum of 1 to a recommended maximum of 12, where 1 is the lowest level of precision and 12 is the highest and most costly in terms of performance.

Examples

SOAP:

update "/User/IndexUtility" set geohash = MI_GeoHash(obj, 5)
REST:
http://<server>:<port>/rest/Spatial/FeatureService/tables/features.json?update=UPDATE "/User/IndexUtility" set geohash = MI_GeoHash(obj, 5)