How to Use MultiNet Shapefile and OSL |
Feature selection, table join, spatial join and summary and dissolve are the basic tools for any geographical analysis.
Two or more tables can be linked based on a common reference feature. You can join two tables by an exact-match link of a unique record identifier in one table to one or more of the unique record identifiers in another table. A record identifier is a field such as a Feature ID. A record identifier can identify one or more records in a table.
A spatial join combines two or more Features, based on their geographical information. A spatial join is similar to an attribute join but is based on the spatial relationship between the Features (e.g., nearby, adjacent, inside or outside). As such, one Feature's records are joined into another Feature's basic Attribute table based on whether the Features' geometries correspond with a certain spatial relationship.
Figure: Spatial Joins
Example: A Parking Facility that belongs to a Shopping Center in another partition will result in a complete functional Relationship record in the Parking Facility's partition, even though the Shopping Center is not physically present in the Parking Facility's partition.
Summary and dissolve operations are manipulations that can affect your data more permanently than using the join operations.
A summary of data (also known as an "aggregation") can be both tabular and geographic.
A dissolve selects one or more areas, then dissolves the boundaries between them to make a larger area that includes the total information of all the areas. For non-adjacent areas like exclaves, just the Attribute information is appended.
The above definitions roughly depict the scope of the basic operations involved in any GIS project. However, the approach and algorithms behind these operations vary over the wide range of available GIS packages. For more information on the details of these basic operations, please see the manuals and user guides for your specific GIS package.