Tagged Questions
1
vote
2answers
57 views
cast from IFeatureClass to ISchemaLock
I'm programming with the ARCGIS Java SDK, in Eclipse.
I need to cast an IFeatureClass to an ISchemalock. This cast is supposed to be allowed. There is an example of this cast in:
...
1
vote
0answers
32 views
add an INDEX to an IFeatureClass with ARCGIS Java sdk
I want to add an index to a feature class. To do so, I used the very short and complete example given there:
...
4
votes
1answer
179 views
Is there a faster way to get unique values for a given FeatureClass in ArcObject?
I'm trying to count rows by unique values for a given FeatureClass. I'm using DataStatistics to get the unique values for a specific column for a given FeatureClass.
This seems to be (very) slow with ...
6
votes
3answers
116 views
What is the best practice for editing feature class?
I am working with some feature classes. I create those feature classes using my add-in. User can add/ delete features from these feature classes clicking on "add", "delete" buttons and selecting ...