Skip to main content
Question

create a new polygon

  • March 27, 2013
  • 3 replies
  • 38 views

Forum|alt.badge.img
Hi,

 

 

I have a polygon and i try to get the inside maxium polygon of this polygon.

 

 

Do you know how to do that?

 

 

I try to attch a picture to show you but is not work.

 

 

Tanks for your help
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • March 27, 2013
Hi,

 

 

What is your definition of ' inside maximum polygon' ?

 

can you clarify that?

davideagle
Contributor
Forum|alt.badge.img+22
  • Contributor
  • March 28, 2013
There's a few things you might mean, but it's difficult to tell from your description, so:

 

 

1) The LengthCalculator will get you the perimeter distance around your polygon.

 

 

2) The DonutHoleExtractor will extract any holes that are inside your polygon and then you can use the AreaCalculator to calculate the size of the hole and the Tester and maybe the StatisticsCalculator to understand which is the bigest hole.

 

 

3) The CircularityCalculator can help you to calculate the "circularity" of an area feature.

 

 

There's some options, feel free to provide a bit more detail as to what you are doing.

Forum|alt.badge.img
  • Author
  • March 28, 2013
I extrac the edge of my raster with transformer RasterBandNodataSetter=0 and RasterExtentsCoercer. After that, i need to create a maximize inner bounding box of my image edge found with the rasterextentscoercer.

 

 

Thank for your help