![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
Emulating design sheets w rectangle polygon? - Esri Community
2024年8月29日 · Method 1 - Draw a rectangle graphics directly on map. This is less precise, but may be acceptable for your situation. a) Activate the map frame and from the Map ribbon Add Map Graphics to add a new graphics layer. b) Switch to the Graphics ribbon and from the Insert group, select Rectangle and draw a rectangle just inside the edges of your map.
How to find the maximum rectangle contained within a polygon
2016年8月25日 · Hi. There is are arcmap tools that can return a bounding box/rectangle/envelope etc for a given feature (e.g. set of points, line or polygon). I am trying to find a similar tool that will return the maximum rectangle that can be created that …
How to create the maximum rectangle in a polygon using python?
- The rectangle has to be orientated to North(0 degrees), or aligned to the nearest road. - It has to be a convex one but in my opinion concave/convex doesn't matter if an algorithm is written - The rectangle has to fill up 60% of the original polygon's area. I have attached a visual of this rectangle in polygon feature that I hope to achieve
How to create a rectangle buffer around a point feature - Esri …
2011年7月22日 · Using the Minimum Bounding Geometry tool (ArcGIS 10) to get a square/rectanble from the buffer polygons is a good idea. The RECTANGLE_BY_WIDTH and RECTANGLE_BY_AREA options are available for ArcView license. Thanks,
Can you edit an existing rectangle (change length\width)? - Esri …
2012年10月16日 · All, I was recently asked about edited an existing rectangular polygon in ArcGIS 10. Now I know when you create a rectangle you can use the rectangle tool and by pressing the keys L or W you can set the length or width. Once the rectangle is created there seems no way of getting back to those len...
Creating a rectangle - Esri Community
2024年7月31日 · Hi all--I am trying to create a rectangle in ArcGIS Pro (the application) and totally failing. I hesitate to ask here because I know the instructions are online, but please understand that I have been sitting here for two hours reading the instructions, trying and failing, rereading, etc etc in a continuous cycle.
Create Polygon and place with mouse click - Esri Community
2011年9月14日 · I am not sure if I understand your question correctly. Therefore, here is another sample I created for you, which puts a rectangle/polygon on the mouse click location. The polygon size is predefined. Here is the sample:
Solved: Set Extent based on Polygon - Esri Community
2021年7月30日 · The user should be able to draw a rectangle, then the map (working in 2d here, 3d comes later) should update to the extent of the rectangle drawn. I can get the rectangle from the user and draw it on the map as a visual display of the area that will be the new extent, I just can't get the view to actually move to that extent.
Python Script: Create a polygon (rectangle) using ... - Esri Community
2013年11月28日 · What I would like to do is rather specify the width and height, instead of using the current data frame extent. So I'm looking for a way to generate a polygon around each point feature that represents the location of the photographs, based on …
How to create a Polygon from a single point - Esri Community
2014年8月18日 · What is the orientation of the rectangle that you need? Why is a rectangle needed and not a circle (ie a buffer)? Is this a grid pattern that you are trying to produce (ie Fishnet) over an area or for discrete points?