Vector Transformation.
Hi/Hola/Namaskaaram, I have a Geo Tiff file and a DGN for the same region. I have applied two point CAD Transformation for the Bottom left and Top right coordinates of DGN file and imported DGN into a...
View ArticleNeed some advice...
Firstly, sorry for the vague title. I didn't want to make it too specific and scare off any potential viewers :) What I need advice on is the best way to have an ASP.Net WebApplication write a new...
View ArticleDefining multiple env for a ArcMap Extension
I need define multiple environments for one extension ArcMap, for example: We have a few clients that have 3 environments development, quality and production. On currently scenario we have one DLL...
View ArticleService Area Solver Sample Snippet Code for Java
Hi, Can any one please give sample information and sample snippet for the Service Area Solver using java. Thanks in Advance.
View Article10.0 toolbar (from 9.2 code) install succsful; Enable 4 non-admin users.
dear Readers, i had migrated a 9.2 sp5 toolbar to arcgis 10.0 using methodologies indicated in esri's website. re-compile and re-adjustment of libraries allowed me to completely test the toolbar and...
View Article"Table was not found" exception
ArcGIS for Desktop 10.1 SP1 ArcObjects .NET SP1 Windows 8 (russian) Visual Studio 2010 When I try to open feature class with russian symbols (e.g. "Русские_буквы") from file geodatabase...
View ArticleArcgis server 10 to 10.1
How to connect to ArcGIS server using java API in ArcGIS Server 10.1. Its working in 10. Following code is the working code for ArcGIS Server 10. ServerInitializer serverInitializer = null;...
View ArticleReleasing feature class lock after editing
Basically, I've got an ArcMap project (ArcGIS version 10.0) with some custom buttons in it. One of the buttons uses ArcObjects to change the data source of several layers from a feature class in one...
View Articleadding circulararc to feature class
Hello, I'm trying to import data from a legacy system. The legacy system stores all the info I need to create lines and circular arcs. I have been able to create the circulararc object, but I can't...
View ArticleIFeatureClassManage.UpdateExtent requires close of ArcCatalog
I have some code that projects data in a FeatureClass without creating a new one (and new ObjectIDs). So the X/Y coordinates of the data generally shifts by a large amount requiring me to update the...
View ArticleICommandBar refersh
Hi I am migrating a 9.3 based Desktop extension, to 10.1 The Extension, is building toolbars on the fly. It creates the toolbar, and add the commands to it. This is the snippets of the code that does...
View ArticleVersion number of Geodatabase
Is there a way to get the version number of a Geodatabase (i.e. 9.3, 9.3.1, 10.0, etc...) using ArcObjects? Thanks! Michael
View ArticleProblems with ITopologicalOperator Cut
I'm thoroughly baffled! I'm using ITopologicalOperator.Cut to cut polyline road segments that cross polyline boundaries. Code: While Not pFeature Is Nothing...
View ArticleFeature Cursor adds incorrect feature to ISet
Hi all, I am attempting to create a collection of IFeature objects based on whether or not they fail a test so that I can add them into a new featureclass (as a kind of error report - if there is a...
View ArticleESRI.ArcGIS.DefenseSolutions.CoordinateToolClass
Hi, I am really confused. I setup Military Analyst 10.0 to use DefenseSolutions. I wrote a VB.NET Application (2010) which uses DefenseSolutions.CoordinateTool for coordinate conversion. It is OK.No...
View ArticleMapServer object in ArcGIS 10.1
How to get MapServer object in ArcGIS 10.1? In ArcGIS 10 I used the following code. Code: .......................... MapServer mapServer = (MapServer) context.getServerObject(); IMap map =...
View ArticleESRI.ArcGIS.Carto is missing?
Good morning all, I am just diving into ArcObjects and have been trying to work through some of the samples to get my feet wet, but am having issues with this one in particular. I am trying to work...
View ArticleICommandBar vs. IToolBarDef
I am migrating .NET, C# code for custom extension from version 9.3 to 10.1. The code is creating many toolbars on the fly and add commands to them. The code snippets for creating one toolbar is like...
View ArticleHow to remove background of tiif
I just wanna ask if anyone can help or give me reference on how to activate the check box of display background value in the symbology tab of a raster property programmatically using arcobject. My main...
View ArticleHow can I export Grayscale tiff
Hello, I develop map export application with ArcObjects. Now , I want to export 16bit grayscale tiff file. Already, I can export full color tiff image by using ExportTIFFClass(). But, I can't...
View Article