<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Are Multiple Ring Buffer Boundaries Inclusive or Exclusive? in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685753#M22749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if you have Multiple Ring Buffer boundaries defined at say 20, 50, and 100 miles, which 'Ring' does a point at exactly 50 miles fall in? Are the boundaries inclusive or exclusive limits? I have scoured the internet for an answer and cannot find a single post that addresses this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your comments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2016 18:10:57 GMT</pubDate>
    <dc:creator>DonaldLund</dc:creator>
    <dc:date>2016-03-23T18:10:57Z</dc:date>
    <item>
      <title>Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685753#M22749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if you have Multiple Ring Buffer boundaries defined at say 20, 50, and 100 miles, which 'Ring' does a point at exactly 50 miles fall in? Are the boundaries inclusive or exclusive limits? I have scoured the internet for an answer and cannot find a single post that addresses this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your comments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 18:10:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685753#M22749</guid>
      <dc:creator>DonaldLund</dc:creator>
      <dc:date>2016-03-23T18:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685754#M22750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;most classifications schemes in&amp;nbsp; mathematics (ie random number generation, statistics and in programming languages are.. up to, but not inclusive.&amp;nbsp; I would suggest you check it, but that depends upon how the geometry is represented.&amp;nbsp; A buffer of 1 meter around a point is represented by a n-gon (360 sides generally) so inclusion can fail even if an entity is within the bounds. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is a mission critical test, you would be advised to select within some tolerance, then fine-tune your selection with actual euclidean comparisons. (ie 1 +/- 0.001 m, then do the actual math.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 18:24:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685754#M22750</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-23T18:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685755#M22751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The boundaries are shared, it's not one or the other. A point on the boundary intersects both buffer geometries.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/192903_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 18:35:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685755#M22751</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-03-23T18:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685756#M22752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The warning being to dissolve the buffers should be given so that the rings are indeed isolated.&amp;nbsp; I would still check using point distance or simple calculation to confirm.&amp;nbsp; In theory there will be duplicate rings then&lt;/P&gt;&lt;P&gt;&lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/multiple-ring-buffer.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/analysis-toolbox/multiple-ring-buffer.htm"&gt;Multiple Ring Buffer—Help | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 18:43:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685756#M22752</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-23T18:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685757#M22753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a simple matter of selecting one of the rings in your output feature class and looking to see if the boundaries are inclusive or exclusive. It actually depends on how you set your parameters. That is--click on the Select Features tool, then click on one of the rings. You will see it highlight so you can see the area it covers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 18:48:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685757#M22753</guid>
      <dc:creator>RuthBowers</dc:creator>
      <dc:date>2016-03-23T18:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685758#M22754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is one wants a mutually exlusive buffer ring (ergo, a classification scheme), you need to do the dissolve the rings since selecting the inner ring will select both rings ie one extending from the center to 100 m and from the center to 200 m.&amp;nbsp; If a true classification scheme for a multi-layers set of rings were implemented the boundary should not be shared otherwise you wouldn't have a a true mutually exclusive classification scheme.&amp;nbsp; selecting the boundary between 0-100 and 100-200 should select one or the other, not both. Otherwise you have a 0-100 and and 0-200 classification scheme, which is valid, but not exclusive&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 18:56:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685758#M22754</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-23T18:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685759#M22755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I misunderstood your question though. I believe if you did something like a spatial join, your point at 50 miles would create two spatial join records, one for each buffer polygon. That would leave it up to you to filter out your results. The thing that bothers me about this idea is that I have done such a thing many times, and I don't remember any issue with counts not adding up on the borders of buffers. If you have such data handy, it would be a simple thing to test.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 18:59:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685759#M22755</guid>
      <dc:creator>RuthBowers</dc:creator>
      <dc:date>2016-03-23T18:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685760#M22756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the point on the boundary creates two spatial join records.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/192914_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 19:08:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685760#M22756</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-03-23T19:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685761#M22757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The more I think about this and remember...&amp;nbsp; Yes, if you do a spatial join with a point on the border of two multi-ring buffers, your results will have records for "hits" with both buffers if you choose the parameter JOIN_ONE_TO_MANY. If you choose the parameter JOIN_ONE_TO_ONE, ArcGIS will rather arbitrarily choose one or the other, and you will only have one record. Is that the sort of thing you are wondering about?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 19:12:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685761#M22757</guid>
      <dc:creator>RuthBowers</dc:creator>
      <dc:date>2016-03-23T19:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685762#M22758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;beating a dead horse&amp;gt;&lt;/P&gt;&lt;P&gt;I'm guessing you want to make your legend something like the following, as you would do with most numerical classifications:&lt;/P&gt;&lt;P&gt;0 &amp;lt;= x &amp;lt; 20&lt;/P&gt;&lt;P&gt;20 &amp;lt;= x &amp;lt; 50&lt;/P&gt;&lt;P&gt;50 &amp;lt;= x &amp;lt; 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but as (I think) we've shown, the "truth" with multiple ring buffers would be:&lt;/P&gt;&lt;P&gt;0 &amp;lt;= x &amp;lt;= 20&lt;/P&gt;&lt;P&gt;20 &amp;lt;= x &amp;lt;= 50&lt;/P&gt;&lt;P&gt;50 &amp;lt;= x &amp;lt;= 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/beating a dead horse&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 19:20:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685762#M22758</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-03-23T19:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685763#M22759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Darren, if you are using a select by location on those rings (assuming they are non-overlapping here) have you tried other rotation angles (fractional works best) to see if the ring is using some hidden 'tolerance' in its selection.&amp;nbsp; Also, a calculation of the area of the ring inside a gdb and outside (shapefile) would give some clue as to the true geometry of the 'circle' n-gons will yield area less than expected based on the number of sides used to represent the circle. &lt;/P&gt;&lt;P&gt;PS&lt;/P&gt;&lt;P&gt;if your suspicion of the 2nd classification scheme being the case, this should be noted in the help topic. I will flag it for clarification&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 19:26:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685763#M22759</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-23T19:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685764#M22760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;Add Muddy Water&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, won't a shapefile potentially provide a different result than a geodatbase, as the rings are not parametric curves in a shapefile (instead they are composed of many tiny straight line segments)?&lt;/P&gt;&lt;P&gt;(I'm not sure on this)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Add Muddy Water&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 20:02:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685764#M22760</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2016-03-23T20:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685765#M22761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's another way that indicates that the boundaries are identical:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;gt;&amp;gt;&amp;gt; point = 'mypoints' # a point
... pt_geom = [i for i in arcpy.da.SearchCursor(point,'SHAPE@')][0][0] # get geometry
... buff = pt_geom.buffer(20) # buffer point by 20m
... buff_line = buff.boundary() # convert to line
... ring_buffs_fc = 'buffs' # premade multiple ring buffers (10-20m, and 20-30m)
... ring_buffs = [i for i in arcpy.da.SearchCursor(ring_buffs_fc,['SHAPE@','distance'])] # get geometries
... mypoints = [] # points container, otional
... counts = [] # counts list
... reps = 100000 # how many times to test
... for i in range(reps): # start looping
...&amp;nbsp;&amp;nbsp;&amp;nbsp; new_point = buff_line.positionAlongLine(float(i)/reps,True) # create point at percentage along buffer line
...&amp;nbsp;&amp;nbsp;&amp;nbsp; count = 0 # reset counter
...&amp;nbsp;&amp;nbsp;&amp;nbsp; mypoints.append(new_point) # add point, optional
...&amp;nbsp;&amp;nbsp;&amp;nbsp; for ring_buff in ring_buffs: # test against ring buffers
...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if not ring_buff[0].disjoint(new_point): # see if disjoint
...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; count += 1 # add to count
...&amp;nbsp;&amp;nbsp;&amp;nbsp; counts.append(count) # add count to list
... print (min(counts),max(counts)) # print min/max
... arcpy.CopyFeatures_management(mypoints,r'in_memory\points') # write points, optional
...
(2, 2) # each and every record intersects 2 ring buffers&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:51:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685765#M22761</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2021-12-12T04:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685766#M22762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is EXACTLY what I'm talking about, wondering about, trying to do. I will do some analysis with my data set tomorrow to try to validate, although I suspect the likelihood of a floating point distance landing exactly at 50 miles, for example, is astronomical. One might have to test with a bogus data set to get conclusive results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 21:09:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685766#M22762</guid>
      <dc:creator>DonaldLund</dc:creator>
      <dc:date>2016-03-23T21:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685767#M22763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are they true parametric rings or just calculated on an add need basis.&amp;nbsp; I haven't seen the output of the geometry exported to some 'useable' format... at least with shapefiles, the n-gon representation was there and could be played with as could that for the ellipse.&amp;nbsp; I test using euclidean calculations in situations of simple geometry constructs rather than using selectbylocation tools/code/methods or equivalent.&amp;nbsp; This works easily for regular geometry, from triangles,rectangles, pent*, hex* n-gon circle and ellipse etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 21:19:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685767#M22763</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-23T21:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685768#M22764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Darren, I presume a spatial reference was defined for the layer since geometry errors have been noted when one isn't set (written on many times).&amp;nbsp; I know what you are doing, but I will try yours against, exporting the buffer (aka.... circle) geometry and do a center to point on circle geometry.&amp;nbsp; If this is done on a shapefile, then you get 'hit' points where the buffer is exact, but the interpoint shape is determined by a straight line, hence an n-gon.&amp;nbsp; So if you do a 'within' or 'on' distance calculation it will fall short unless the distance is calculated to a 'hit' point.&amp;nbsp; I haven't experimented yet with gdb featureclasses, so I am worried about positionAlongLine and how it operates.&amp;nbsp; Does it generate the location from the equation of a circle? or are points pre-generated to define the shape..therein lies my question.&amp;nbsp; Something else to add to the list.&amp;nbsp;&amp;nbsp; In any event, if the point does lie on the boundary of two shapes, that should be reported differently than 'within' or 'on', ... perhaps 'shared' would be better in keeping with classification principles, since the rings should represent locations on a continuum.&amp;nbsp; thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 21:34:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685768#M22764</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-23T21:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685769#M22765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my example above, if I calculate the distance between the points generated along the buffer line (20 m) to the original center point, they range from 19.999999999553737 to 20.000000000465356. However, they still "intersect" both geometries according to the software. I see what you're saying about n-gons, but if the software doesn't recognize it and the precision of the data almost certainly doesn't support it, then splitting hairs exactly with math doesn't do much good. Whether or not the buffers are true circles or n-gons, points falling on the boundary belong to both.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 22:17:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685769#M22765</guid>
      <dc:creator>DarrenWiens2</dc:creator>
      <dc:date>2016-03-23T22:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685770#M22766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Darren for the additional information. &lt;/P&gt;&lt;P&gt;Most aren't interested in the geometry and its implications... therein lies my interests.&lt;/P&gt;&lt;P&gt;Fuzzy boundaries would be a nice addition to vector world as they have added, to some degree, in raster world &lt;A href="https://pro.arcgis.com/en/pro-app/arcpy/spatial-analyst/an-overview-of-fuzzy-classes.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/spatial-analyst/an-overview-of-fuzzy-classes.htm"&gt;An overview of fuzzy classes—Spatial Analyst module | ArcGIS for Desktop&lt;/A&gt; &lt;/P&gt;&lt;P&gt;It opens up a whole new realm of questions that can be addressed in vector world that are now addressed solely in raster world.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 22:34:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685770#M22766</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2016-03-23T22:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685771#M22767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking over the original question, I have some questions on terminology.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;"Ring Buffer boundaries"&lt;UL&gt;&lt;LI&gt;By "ring", I assume you mean LinearRing.&amp;nbsp; Then you mention "buffer", which gets us into Polygon realm.&amp;nbsp; Then you mention "boundaries," which gets us back to a LinearRing.&amp;nbsp; So what exactly are you asking about,&amp;nbsp; a Polygon or a LinearRing?&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;"which 'Ring' does a point at exactly 50 miles fall in?"&lt;UL&gt;&lt;LI&gt;Fall in?&amp;nbsp; That isn't really a standard term.&amp;nbsp; Do you mean intersect, within?&amp;nbsp; There are quite a few standard spatial predicates, "fall in" isn't one of them.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;"Are the boundaries inclusive or exclusive limits?"&lt;UL&gt;&lt;LI&gt;Is this focused on the boundaries of a Polygon or LinearRing, both have boundaries.&lt;/LI&gt;&lt;LI&gt;For geometry models that support OGC simple feature standards, the DE-9IM topological model describes the type of nuanced situation you are putting forward.&amp;nbsp; That said, Esri's spatial predicates don't line up exactly with the DE-9IM in all cases.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't mean to get hung up on semantics, or sound pedantic, but being precise matters when talking about specificities like this question.&amp;nbsp; Additionally, there isn't one universally correct answer.&amp;nbsp; Different geometry models or geometry implementations can treat edge cases differently, so it is important to frame the question in the context of the geometry model you are interested in.&amp;nbsp; Since you are posting on GeoNet, it is likely Esri's ArcGIS Desktop geometry model, but even that is complicated by Esri supporting OGC simple features.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 22:54:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685771#M22767</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-03-23T22:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Are Multiple Ring Buffer Boundaries Inclusive or Exclusive?</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685772#M22768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL&gt;&lt;LI&gt;Polygons&lt;/LI&gt;&lt;LI&gt;Yes, intersect with&lt;/LI&gt;&lt;LI&gt;Yes, I am using ArcGIS Desktop&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Basically, what I'm trying to ascertain is this: does a point at exactly 50 miles get assigned to and counted as a member of the 20 to 50 mile buffer, the 50 to 100 mile buffer, or both, when you spatially join a layer of xy data with a layer of multiple ring buffers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 13:40:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/are-multiple-ring-buffer-boundaries-inclusive-or/m-p/685772#M22768</guid>
      <dc:creator>DonaldLund</dc:creator>
      <dc:date>2016-03-24T13:40:38Z</dc:date>
    </item>
  </channel>
</rss>

