Intersect has a bigger area as result?

2246
8
09-16-2014 06:24 AM
JohannesBierer
Occasional Contributor III

Doing a simple intersect of two features results in an area larger than possible. Check geometrie has no overlapping features.

How can that be?

Any further ideas?

0 Kudos
8 Replies
DanPatterson_Retired
MVP Emeritus

do you have an image to show what you mean?

0 Kudos
JohannesBierer
Occasional Contributor III

What would help an image? But maybe I could further explain. I have one feature class with some small protection areas and another feature class with landuse for the hole country. After intersect I would expect that the resulting shape area would be the same as the area of the protection areas? But it's larger than these?

0 Kudos
DanPatterson_Retired
MVP Emeritus

No bother then...just interested in seeing the arrangement of the polygons which may have an impact on the results.

0 Kudos
NeilAyres
MVP Alum

Well, I'm with Dan the man...

Have you looked at your output of the intersect?

Do both inputs have a common coord sys.

Are the smaller polygons well formed, properly closed and so forth. Are there any errant polys that are hard to notice.

Check the number of records both sides.

Good luck.

0 Kudos
JohannesBierer
Occasional Contributor III

I have looked at the output and made a dissolve, same area result.

Common coord. sys

Checked both input geometries for errors 🙂

As u see in the image, there are areas with no data in the landuse shape. I would suppose that the area of the intersect has to be smaller. But it's nevertheless large than the area of input ....

Atkis.jpg

0 Kudos
DanPatterson_Retired
MVP Emeritus

not sure what the colours are, but how were areas calculated in the first place? was the comparison to previously calculated areas? updates to a shape_area field if using a geodatabase?

0 Kudos
JohannesBierer
Occasional Contributor III

Colored is the resulting intersect feature classified with landuse classes.Black colored the protection areas, which are a shapefile, area calculated in attribute table - calculate Geometrie (Starting area). Intersect area is the area of the intersect which is stored in a .mdb (personal gdb)?

0 Kudos
RichardFairhurst
MVP Honored Contributor

I assume the original Area is taken from the layer that had the clipping boundary before the intersect.  Was there a single polygon for each physically separate area in that layer?

Are you absolutely positive that there are no sliver polygons in the output due to imprecise topology?  Anywhere sliver polygons occur they would double the area calculated within them.

Did you use a course tolerance setting during any geoprocessing operations?  The greater the tolerance setting the more the features shapes can be altered by moving or dropping vertices.

Try a complete Dissolve of the intersected features with no attributes to create a single output polygon.  If the area of that dissolved shape is significantly larger than the original then something changed the projection or the original shape.  If it is nearly the same then the difference is due to sliver polygons.  Do not expect an exact match in the before and after area numbers if you do the dissolve, because each geopricessing operation (intersect and dissolve) results in slight alterations to the shape geometry within your tolerance and resolution settings.

0 Kudos