154 reputation
10
bio website
location
age
visits member for 1 year, 2 months
seen Mar 21 at 11:29
stats profile views 5

Jan
25
awarded  Benefactor
Jan
25
accepted How to export only some feature classes to xml using ArcObjects?
Jan
25
comment How to export only some feature classes to xml using ArcObjects?
Ah, so I have to cast the IName to IFeatureClassName or IFeatureClass and then open it, and THEN I have the actual name. How messy is that!
Jan
22
revised How to export only some feature classes to xml using ArcObjects?
Added arcgis version
Jan
22
comment How to export only some feature classes to xml using ArcObjects?
The example in the thread is pretty much the same I've already tried. I don't understand how do I filter the feature classes from the IEnumDatasetName object? The (IName)name.NameString always returns an empty string. I also get an exception (Exception from HRESULT: 0x80040220) from GenerateNameMapping with the current code example...
Jan
21
awarded  Promoter
Jan
21
reviewed Reviewed Add polygons to existing shapefile in QGIS
Nov
21
reviewed Reviewed set geotiff 0 values to nodata
Nov
20
awarded  Commentator
Nov
20
reviewed Reviewed Can't find the New label tools in QGIS
Nov
20
comment Can't find the New label tools in QGIS
Do you mean these? sourcepole.ch/new-label-tools-in-qgis
Nov
20
asked How to export only some feature classes to xml using ArcObjects?
Nov
15
accepted Using log4net in ArcMap addin solution
Nov
15
comment Using log4net in ArcMap addin solution
I'll mark this answer as accepted because I gave up and put the log4net.config to a specific folder. I guess there's no way to put it in the .esriAddIn file so that it works in debug mode also...
Nov
12
reviewed Reviewed Is there easy way to get layers names from WMS server?
Nov
12
comment Is there easy way to get layers names from WMS server?
How are you planning to access them? With ArcMap or any other program? Or do you need to create your own program?
Nov
12
comment Using log4net in ArcMap addin solution
Your solution requires the log4net config to be a separate file. I need the file to be within the .esriAddIn file. I guess it's not possible? The users of the addin don't have the permission to run any setup programs.
Nov
9
accepted Cannot select a feature using ArcObjects because coordinate systems differ
Nov
9
comment Cannot select a feature using ArcObjects because coordinate systems differ
Ok, thanks. I will mark the answer as accepted even though it's not excatly what I need (but it resolves the main issue).
Nov
9
asked Using log4net in ArcMap addin solution