In GIS, the CLIP operation extracts features from one layer that reside entirely within the spatial extent of another layer (the clip layer). It does not erase parts of the input layer outside the clip layer's boundaries; those parts are simply not included in the output.
\begin{itemize}
\item SPLIT divides features based on the boundaries of another layer.
\item INTERSECT creates new features representing the geometric intersection of the input layers, retaining attributes from both.
\item UNION combines the spatial extent and attributes of all input layers.
\end{itemize}