I am trying to create a buffer of water locations (point.shp) within a pasture (polygon.shp). When i run a multiring buffer of the water locations the rings extend beyond the pasture fence lines. I need to rings to stop at the fence lines.
you can see from my map that the water locations need to stay within the pastures but as of now the rings go beyond the pasture lines. I was able to clip the buffer by the outside of the polygon file so the rings don't extend beyond the outside perimeter. I need it to do this within the internal fence lines.
Any idea on how I can do this.