Function
| Comments
|
CloseToAddress(geom, address, distance[, unit])
| Returns True if the object lies within the specified distance of the address;
otherwise returns False.
|
CloseToZip(geom, zip, distance[, unit])
| Returns True if the object lies within the specified distance of the zip code
centroid; otherwise returns False.
|
DistanceToAddress(geom, address[, unit])
| Returns the distance between the object and the address in the specified units.
|
DistanceToZip(geom, zip[, unit])
| Returns the distance between the object and the zip code centroid in the
specified units.
|
LocateAddress(address)
| Returns the location of the address as a point.
|
LocateAddressLat(address)
| Returns the latitude of the address.
|
LocateAddressLon(address)
| Returns the longitude of the address.
|
LocateZip(zip)
| Returns the location of the zip code centroid as a point.
|
LocateZipLat(zip)
| Returns the latitude of the zip code centroid.
|
LocateZipLon(zip)
| Returns the longitude of the zip code centroid.
|