Creating a ShapeFile using SOAP in C#

2103
0
08-04-2015 05:23 AM
CharlesStumpf
New Contributor

I'm in the process of creating a ShapeFile given a set of points.

Using SubmitJob, I'm able to successfully send the following parameters in an input array:

- Layers: I've added all choices to the values.

- Area of Interest: Within here I've added an array of pointN to the recordSet. These objects have X, Y, and ID assigned. The shape length and area are defaulted to 1, though I'm not sure if this is correct. I've also set the Shape field's geometrytype to esriGeometryPoint. It was failing, otherwise.

- Feature Format: Set to the shapefile option.

- Raster Format: I've tried all of the options and I'm still unsuccessful.

I've gotten it to the point where it's not failing and I'm receiving a URL. After downloading the content, I'm trying to open the shapefile in Google Earth, but I just receive an error that there are zero features. The DBF file has no lines in it, either.

Do you have any idea of what could be causing this issue?

Thanks,

Chuck

0 Kudos
0 Replies