Step 1: Concept
Spatial analysis in GIS involves evaluating the shape, proximity, or intersections of spatial data. Terrain analysis focuses specifically on 3D topographic metrics like slope and aspect.
Step 2: Meaning
We need to identify a data structure or tool explicitly built to model 3D continuous surfaces mathematically.
Step 3: Analysis
• Dissolve: Removes boundaries between adjacent polygons with identical attributes.
• Overlay: Combines multiple layers (like stacking maps) to find spatial intersections.
• Buffer: Creates zones of a specified distance around features.
• TIN (Triangulated Irregular Network): A vector-based representation of physical land surfaces made of contiguous, non-overlapping triangles. Because each triangle has a flat surface in 3D space, its slope (steepness) and aspect (direction) can be easily calculated.
Step 4: Conclusion
TIN is the definitive structural tool used in GIS for conducting surface analyses such as slope and aspect.
Final Answer: (D)