Concept:
Topology in GIS ensures that spatial relationships between points, lines, and polygons are maintained correctly.
One method used to verify polygon topology is Euler's relationship.
Step 1: Recall Euler's topological relationship.
For a planar vector dataset,
\[
\boxed{
F = E - V + 1
}
\]
or equivalently,
\[
\boxed{
V-E+F=1
}
\]
where
• \(V\) = Number of vertices (nodes)
• \(E\) = Number of edges (arcs)
• \(F\) = Number of faces (polygons)
This relationship helps detect missing or extra arcs and topology inconsistencies.
Step 2: Evaluate the options.
• Kriging is an interpolation technique.
• Georeferencing assigns map coordinates.
• Euclidean distance measures straight-line distance.
• Euler Equation checks topological consistency.
Hence,
\[
\boxed{\text{Euler Equation is used to check topological correctness of vector data.}}
\]
Therefore, the correct option is
\[
\boxed{(D).}
\]