yardswithin
Yardswithin is a term used in geospatial computing to describe a proximity query in which distances are expressed in yards. It denotes the operation of identifying features that lie within a given radius from a reference geometry. Although not a formal standard, the concept appears in software documentation, tutorials, and discussions about unit-aware spatial queries in GIS and mapping APIs. The term emphasizes the use of yards as the measurement unit rather than meters or miles.
Mechanics: A yardswithin query accepts a source geometry (such as a point representing a location), a distance
Applications: It is used in retail site selection, service-area analysis, emergency response planning, and location-based search
Implementation and variants: Many GIS platforms implement similar functionality under different names, such as withinDistance, isWithin,
Limitations: Accuracy depends on the underlying geometry and coordinate system; large distances may require ellipsoidal calculations.
See also: within, distance, ST_DWithin, isWithin, buffer, spatial index.