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:
GIS Bibliography
Researching GIS?
Search the GIS Bibliography for a vast index of books, journals, conference proceedings and reports.
procedure
See Also:
method
-
[programming]
In software, a block of code that performs some task. Procedures are commonly used to organize code into reusable units. In object-oriented programming, a procedure that is specific to an object or class is called a method.