The feature-dataset tag has no wiki summary.
3
votes
1answer
34 views
How do I implement a custom IFeatureDatasetExtension?
How can I implement IFeatureDatasetExtension and register it so that ArcGIS discovers and initializes it?
In arcobjects, I see that Esri has a number of coclasses that implement ...
0
votes
2answers
96 views
How do I construct a file path within Python for a Feature Class within a Feature Dataset?
Based on my understanding of the ArcGIS path structure, a feature class inside a feature dataset inside a geodatabase can be accessed by the following:
C:\Menu\Lunch.gdb\Sandwich\Cheese
Where ...
0
votes
1answer
659 views
Feature Layer from JSON file
I would like to project my shapefile information on the maps. I converted my shapefile into a JSON file. How can use the Json file to create a featurecollection object in the ARCGIS Javascript API. ...
1
vote
1answer
319 views
Overlaping graphics not visible in featureLayer
I have constructed featureCollection from Json and feature collection has 44 features. I have given this feature collection as input to the Featurelayer which is showing only 32 graphics objects of ...
2
votes
2answers
367 views
Add data from table into feature class
I have a feature class with mostly unpopulated fields (ArcMap Standard 10.1, in an SDE database, with attachments). I exported the attribute table as a .csv file so that a co-worker without access to ...
2
votes
2answers
470 views
From text data create a FeatureClass with table with python
I'm searching how the output of one program (text file with some writings, but also with data as numbers, dates, times, coordinates, all separated with commas) can be transformed to a Feature Dataset.
...
4
votes
1answer
99 views
Creating Relationship classes
I am trying to create relationship classes in a Feature Dataset. The Relationship Class created successfully, I want when I update a record in the Origin table the Destination's would be updated. But ...
6
votes
3answers
1k views
How to delete feature class features faster (ArcPy)
I have written this script that recurses through all feature classes in a given set of feature datasets and deletes all their features. It appears to do the job but it runs pretty slowly. Is there ...
4
votes
3answers
1k views
How to delete multiple feature classes simultaneously?
I created a number of feature datasets to temporarily store the output of some ModelBuilder models. Each dataset contains several thousand feature classes, and the idea was that I could just delete ...
8
votes
2answers
296 views
What happens to a feature class when importing to a feature dataset?
I am creating a model that needs to ensure that all input datasets end up in the same coordinate system (among other things). I was originally going to batch project all of the datasets whether they ...
