In ArcGIS, a collection of geographic features with the same geometry type (such as point, line, or polygon), the same attributes, and the same spatial reference.

learn more… | top users | synonyms

1
vote
2answers
53 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: ...
2
votes
1answer
69 views

How to efficiently check for feature overlaps with Arcpy?

In an effort to reduce processing time, I am looking for ways to pre-process data within my script. I have ~18,000 featureclasses with ~500 features each (all simple circle polygons) from which I want ...
1
vote
0answers
28 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: ...
1
vote
0answers
29 views

Feature class field count caching issue

In our application, we exposed a custom file format to ArcScene through a custom plugin data-source. However, we experience some problems which we ascribe to caching issues. We generate a dataset ...
0
votes
0answers
17 views

How to add clickable action to each feature from a featurecollection geojson object rendered using OpenLayers?

I have geojson object which is a featurecollection object. I need to render this geojson object as a vector layer on openlayers map. I have successfully rendered the layer. Now i want to add clickable ...
0
votes
0answers
17 views

mirror featureclass in QGIS

I have a pointfile I'm using to georefeence some scans, currently I can't get the points in the correct order. In Arc i used the spatial adjustment tool to do this. Since this is not possible I used a ...
0
votes
0answers
100 views

Cannot Import Feature Class into Personal Geodatabase in ArcGIS 10.1

My objective is really simple. I have a shapefile and would like to convert it to a Feature Class. My goal is to use HEM tools, which I think requires me to convert my shapefile of interest to a ...