Is Geospatial Data Available?
Are latitude and longitude fields available in RETS? Can I search via RETS using lat/long?
Are latitude and longitude fields available in RETS? Can I search via RETS using lat/long?
Geospatial searching is currently supported in Paragon RETS using Polygon and Radius functionality.
(Polygon=X1,Y1,...,Xn,Yn)
where X1,Y1 define a starting longitude (X) and latitude (Y) ending at point Xn,Yn.
(Radius=X1,Y1,d) or (Radius=X1,Y1,X2,Y2)
where X1,Y1 define the center point of the radius. d represents the distance, which can be represented in statute miles (suffix M) or kilometers (suffix K).
The second query contains a second point X2,Y2, which will cause the server to calculate the distance between the two points and utilize the calculated distance in the query.
External access to Geospatial data MUST come from the customer. It requires a GeoCode Amendment to be added to their contract.
To enter a block of code:
Comments