How to get the buffer rings from feature class

273
0
01-24-2020 10:58 AM
pramodmandali
New Contributor

I have a feature class which is saving my circular buffer of a point. I am looking to query rest end point and fetch the matched features under circular buffer, so I need to give input like to rest end point like below

{"spatialReference":{"latestWkid":3857,"wkid":102100},"rings":[[[-10480277.079813588,3546541.843905755],[-10480405.382489726,3546550.7600240298],[-10480532.767708411,3546568.5498084584],[-10480658.628681473,3546595.1285563936],[-10480782.36587184,3546630.36971691],[-10480903.389845885,3546674.1054918016],[-10481021.124077972,3546726.127632515],[-10481135.007693885,3546786.188429278],[-10481244.498140154,3546854.0018877503],[-10481349.073766679,3546929.245087686],[-10481448.236310262,3547011.55971719],[-10481541.513267431,3547100.553775375],[-10481628.460145151,3547195.803435355],[-10481708.662578749,3547296.8550588354],[-10481781.73830701,3547403.2273527766],[-10481847.338994935,3547514.4136579456],[-10481905.151895583,3547629.8843585607],[-10481954.901342869,3547749.0894016284],[-10481996.350068348,3547871.4609140535],[-10482029.300335478,3547996.415905139],[-10482053.594886037,3548123.359041641],[-10482069.117693976,3548251.6854822556],[-10482075.794523146,3548380.7837580405],[-10482073.593286052,3548510.0386851043],[-10482062.524201907,3548638.8342956924],[-10482042.63975307,3548766.5567737245],[-10482014.034440044,3548892.597380794],[-10481976.844336038,3549016.355358643],[-10481931.246443175,3549137.240794281],[-10481877.457853287,3549254.6774340505],[-10481842.252237305,3549321.6319837943],[-10481818.030464938,3549365.42599568],[-10481809.841649378,3549378.861970029],[-10481785.530890618,3549423.8500203635],[-10481751.084745087,3549484.842211143],[-10481681.720417574,3549593.7217977666],[-10481605.04590527,3549697.532831337],[-10481521.42651862,3549795.7803456727],[-10481431.260700008,3549887.9958789432],[-10481334.978125824,3549973.73971121],[-10481233.037658917,3550052.6029650383],[-10481125.925161319,3550124.209559123],[-10481014.151177544,3550188.2180054784],[-10480898.248499656,3550244.323041531],[-10480778.769625608,3550292.2570893033],[-10480656.284123136,3550331.7915345654],[-10480531.375911772,3550362.7378198514],[-10480404.640475992,3550384.9483460286],[-10480276.682022884,3550398.3171780757],[-10480148.110598,3550402.78055166],[-10480019.539173115,3550398.3171780757],[-10479891.580720007,3550384.9483460286],[-10479764.845284227,3550362.7378198514],[-10479639.937072864,3550331.7915345654],[-10479517.451570392,3550292.257089302],[-10479397.972696343,3550244.323041531],[-10479282.070018454,3550188.218005477],[-10479170.296034679,3550124.209559123],[-10479063.183537077,3550052.6029650383],[-10478961.243070174,3549973.73971121],[-10478864.960495986,3549887.9958789432],[-10478774.794677379,3549795.7803456727],[-10478691.175290722,3549697.532831337],[-10478614.50077842,3549593.7217977666],[-10478545.136450911,3549484.842211143],[-10478483.412747338,3549371.413178319],[-10478429.623662995,3549253.975468357],[-10478384.025351107,3549133.08893118],[-10478346.83490549,3549009.3298257035],[-10478318.229329893,3548883.288070299],[-10478298.344698755,3548755.564428698],[-10478287.275513446,3548626.7676448612],[-10478285.07425678,3548497.511540457]]]}

How can I get the all the set of points from my circular buffer feature class using arcpy?

Tags (1)
0 Kudos
0 Replies