One side buffering of polyline

3082
2
02-27-2012 04:28 AM
Labels (1)
RobertZargarian
New Contributor III
Hi,
I can´t find parameter for one side buffering off a polyline in GeometryService buffer method.
Does this mean that runtime does not support one side buffering as geometryservice?
This was a very useful feature in ArcObjects.

Thanks!
0 Kudos
2 Replies
MichaelBranscomb
Esri Frequent Contributor
Hi,

This is not in the current GeometryService / LocalGeometryService spec. To achieve this you could create a Geoprocessing model/script based on the Buffer tool in the Analysis toolbox > Proximity toolset: http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#/Buffer/000800000019000000/. This could be shared as a service on ArcGIS for Server or as a package (GPK) and used offline via a LocalGeoprocessingService.


Cheers

Mike
0 Kudos
RobertZargarian
New Contributor III
Hi,
I modified geoprocessing model based on the Buffer tool in the Analysis toolbox and could create .gpk file with parameters for LEFT, RIGHT and ROUND ends. But when I tried to execute this I got error below. What does this mean? The .gpk was created with Desctop Advansed.

000357 : End type option is invalid with the ArcGIS for Desktop Basic or ArcGIS for Desktop Standard license.

Regards
Robert
0 Kudos