Skip to main content
Solved

Polygon from XYZ values

  • June 18, 2013
  • 1 reply
  • 31 views

Forum|alt.badge.img+1
Hi, I have XYZ values and I need to create a DGN or SHP polygon based on the min and max X and Y values.

 

 

What is the easiest way to do this?  I tried to use BoundsExtractor and 2DBoxReplacer but it doesn't seem to be working.  Any other ideas?

 

 

Thanks,

Best answer by takashi

Hi,

 

 

If you need to create a minimum rectangle polygon including all of coordinates, use the BoundingBoxAccumulator after replacing coordinate values with point geometries through the 2D or 3DPointReplacer.

 

 

Takashi 
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.

1 reply

takashi
Celebrity
  • Best Answer
  • June 18, 2013
Hi,

 

 

If you need to create a minimum rectangle polygon including all of coordinates, use the BoundingBoxAccumulator after replacing coordinate values with point geometries through the 2D or 3DPointReplacer.

 

 

Takashi