Tagged Questions
13
votes
5answers
273 views
Python Development Project - Team working
We have a development project in Python (ArcGIS 10). This project involves a mixture of toolboxes, map templates, layer files, file geodatabase templates (acting as templates being imported into a ...
3
votes
0answers
42 views
How to use ITableEdit interface with ArcGIS 10?
I'm new with this technology. I modify data as you can see below:
private void changeVersion(IFeatureWorkspace ifw, IWorkspaceEdit iwep,
IServerContext m_serverContext, String versionName) ...
0
votes
1answer
847 views
How to safely replace ArcGIS SDE feature classes using transactions
I am using C#, ArcGIS Server 10, MS-SQL Server 2008, and I want to replace an ArcGIS SDE feature class inside of a transaction. After the deletion of the feature class, I have to create a new one with ...
2
votes
1answer
350 views
How to Georeference 2.5D or Birds Eye View models or Buildings?
I am working on 2.5D mapping.So I don't know how to georeference Birds Eye Viewor 2.5D view buildings.If you did not understand then open http://www.youcity.com there you will find 2.5D buildings.If ...
5
votes
2answers
713 views
How to Georeference 3D model or 3D buildings?
I am working on 3D project so i have to do georeference to 3D buildings which are created by 3D designer.Anyone Knows the solution.Please send me.
0
votes
2answers
1k views
How do i popup a context menu with custom command items in a Select tool OnMouseDown (Right Click) with VB .Net?
This should be simple... I am converting VBA customization to VB .NET in VS 2008 Express Edition.
In VBA i have a custom selection tool. Aside from just selecting features, when OnMouseDown receives ...
3
votes
4answers
897 views
How can I debug a DLL (ArcGIS tool) with VS 2008 Express?
As per ESRI's recommendation I begun the process of converting my existing VBA customization into VB .Net Express edition. I was surprised o realize that debuggin a DLL is not an option in the express ...
10
votes
2answers
754 views
How to unit test ArcObjects with Mocking
I'm a huge fan of unit testing, but still make use of a FGDB to grab features for running unit tests against when using the ArcObjects framework.
Is anyone successfully using mocking against thinks ...