How to: |
Given longitude and latitude values and the name of a geographic component, GIS_REVERSE_COORDINATE returns the specified geographic component values associated with those coordinates.
Note: This function uses GIS services and requires an Esri ArcGIS adapter connection with named credentials.
GIS_REVERSE_COORDINATE(longitude, latitude, component)
where:
Numeric
Is the longitude of the component to return.
Numeric
Is the latitude of the component to return.
Keyword
Is one of the following components:
The value is returned as text and can be assigned to a field with text or alphanumeric (fixed or variable length) format.
GIS_REVERSE_COORDINATE returns the REGION, given a city longitude and city latitude.
GIS_REVERSE_COORDINATE(CITY_LONGITUDE, CITY_LATITUDE, REGION)
For Annapolis, the result is Maryland.
For Baton Rouge, the result is Louisiana.
WebFOCUS | |
Feedback |