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.

early binding

See Also: binding, DispID binding, late binding, vTable binding

  1. [programming] A COM technique an application uses to access an object. In early binding, an object's properties and methods are discovered from an interface at compile time, instead of being checked at run time as in late binding. This difference often gives early binding performance benefits over late binding. There are two types of early binding: DispID binding and vTable binding.