> ## Documentation Index
> Fetch the complete documentation index at: https://shapely.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Shapely Contains

>  It checks whether one geometry completely encompasses the other. In other words, it checks whether the first geometry contains the second geometry. 

<Note>
  I recommend working with polygons for the best results!
</Note>

### An example of transformations

<a href="/images/Shp_Contains.png" target="_blank">
  <img src="https://mintcdn.com/shapely/YFkE04NxHdsM4oEq/images/Shp_Contains.png?fit=max&auto=format&n=YFkE04NxHdsM4oEq&q=85&s=f37280511853d179e87cf6d812e9af6b" className="pointer-events-none" style={{ borderRadius: '0.5rem', border: '1px solid rgba(0,0,0,0.1)' }} width="1601" height="885" data-path="images/Shp_Contains.png" />
</a>

### An example of test

<Frame>
  <a href="https://github.com/DurmusCesur/docs/releases/download/Dyn/Shp_Contains.dyn" download="Shp_Contains.dyn">
    <button className="bg-[#16A34A] text-white px-5 py-1 rounded-md hover:bg-[#15803D] transition-colors">
      Shp\_Contains.dyn
    </button>
  </a>
</Frame>
