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.
1
vote
2answers
62 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
28 views
Schema Lock Test in Model Builder for ArcGIS 10.0 Desktop
I have made a model (Model Builder) that exports a Polygon Layer from a Parcel Fabric and Exports it as a set of Features Classes into a set of Feature Datasets. However, there are often other people ...
0
votes
1answer
26 views
How to find within a geodatabase from the catalog window
I have a geodatabase containing hundreds of feature classes that I want to be able to search within so that I know which feature class to load. All the feature classes come from different data ...
1
vote
0answers
40 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
30 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
32 views
Python script to create a point WITH attributes values
GIS platform: ArcGIS 10.1
I have coded up a Python script that determines the coordinates of where I need to create a new (calibration)point, but I can't work out how to add it to a feature class ...
0
votes
0answers
17 views
Unexpected non-number file-order in file geodatabase
I'm working with a set of feature classes saved in a file geodatabase (In Arc 10.1) that are numbered 1-4500. The naming convention is "VTR_XXXX_etc" - where XXXX stands for the number 1-4500. I have ...
0
votes
0answers
26 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
19 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
160 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 ...