GIS Dictionary

Definitions for GIS terms related to operations such as analysis, GIS modeling and web-based GIS, cartography, and Esri software.

Now available for purchase: A to Z GIS: An illustrated dictionary of geographic information systems.

Search the GIS Dictionary:

  Search  

Browse the GIS Dictionary:

GIS Bibliography

Researching GIS?
Search the GIS Bibliography for a vast index of books, journals, conference proceedings and reports.

proxy object

  1. [programming] A local representation of a remote object, supporting the same interfaces as the remote object. All interaction with the remote object from the local process is mediated via the proxy object. A local object makes calls on the members of a proxy object as if it were working directly with the remote object.