Tagged Questions
2
votes
1answer
53 views
How to fix the “The inserted Ring is not contained in a feature”?
I am trying to add a ring in a feature in a shapefile. This feature is a single part feature but has already a few rings. When I try to add the new ring, I have the error message : "The inserted Ring ...
1
vote
2answers
70 views
Length of Feature
I have a shapefile which renders a map.
I want to calculate and preferably store length of each feature in the shapefile either using QGis or through programmatic means.
What is the best way to get ...
4
votes
1answer
65 views
Creating a feature of a part of a state boundary from a shapefile of U.S. States
I have a shapefile of U.S. states. I want to create a feature layer from it so that I can do a Near analysis with it.
Suppose that I am interested in the Georgia boundary, but only the part of ...
5
votes
2answers
429 views
Fastest way to merge a feature
I am writing a arc engine application that can take a shapefile, and merge a set of polygons together.
Here is the code that I am using to merge the polygons:
private static void ...
1
vote
2answers
768 views
“Item not found in this collection” when trying to set the Shape on IFeatureBuffer
I'm working on code to open a 3rd party data file and convert it into a collection of features in a custom layer based on FeatureLayer. I have had no issue importing the data itself (nodal data for ...