Add WFS as a layer into ArcMap Document
I am trying to find the correct approach or interfaces to adding a WFS services ie one created using the interoperability extension. I need to add this via code. Does anyone have any ideas. There...
View ArticleArcGIS 10.1 stand alone .Net application working with 10.2
I have a standalone .Net application that references the arc com objects. The program was compiled with VS 2010 on a pc that has ArcGIS 10.1 installed on it. I tried running the same software on a pc...
View ArticleNeed a Textbox inside a Callout where user can enter the Text.
Hi, I need Balloon Callout functionality similar to ArcMap(Callout Tool) The Sample code I am using below is too display a static text. But I want User to Enter the Text in Callout and as of now I am...
View ArticleWriting an ArcMap Add-in, how do I get a Point feature from the map?
I have to write "simple" code for ESRI support. I'm writing my bug recreation as an Add-in as they suggested. I have my hydrography raster and a point inside the hydrography added to the layer in the...
View ArticleReg : Dot Net Console Application developed in ArcGIS 10.1 SDK doubt
Hello, I have created .Net console application using arcobjects 10.1 . Can that be used in a system where arcmap 10.2 is installed ?
View ArticleSOE Config Path
Hi The ArcObjects documentations detailed here how you can consume config values from a cfg file tailored for your SOE, and mentioned that it should be under the "<ARCGISHOME>\server\user\cfg"...
View ArticleITopologicalOperator.ConstructUnion Problem
Hello all, I have been using Contructunion method to merge multiple polygons from source to target feature class . Recently I noticed that the target features are not aligning with source . They are...
View ArticlePlease help - DynamicMapEnabled causes the base map to not paint properly.
I have a base map (MillersRanch.mxd) loaded in ArcDesktop. I am trying to add a dynamic layer on top of this. But as soon as I call ESRI.ArcGIS.Carto.IMap map = ArcMap.Document.FocusMap; var dynamicMap...
View ArticleHow to uncheck the option "Show Getting Started Dialog"?
Hi, I want to uncheck the "Show Getting Started Dialog" chekcbox ( screen shot is attached here ).So that Getting Started Dialog box does not appear when the ArcMap starts. For this my guess is, I have...
View ArticleCan I select a new feature in a feature class before saving the change?
Hello, I have a VB.NET addin button that activates the ArcMap "split command" for the user and then updates the attributes of the resulting arcs. I would like to make another button that is almost...
View ArticleCommandBars.Find not working in 10.2.1.3497
Hello, I have created a simple ArcMap AddIn, Framework .Net 3.5, with a single button in it. The click method is this one: Code: protected override void OnClick() { try { UID commandID...
View ArticleCreate .lyr files using VB.net without ArcInfo license
I am developing an application that will be used by people who do not use ArcInfo or ArcGIS and thus do not have ArcInfo licenses. My users collaborate with people who use ArcInfo (FalconView) and thus...
View ArticleCreating ArcMap addins with Java SDk
Hello, I am trying to create a simple Dockable Window addin using the ArcObjects Java SDK, but I am having a small issue. I am able to create the addin successfully, with a button and dockable window,...
View ArticleRaster Layer Rendering
we are looking for a solution to read an in memory image and render it as a Raster layer and also reproject the raster Layer before adding the raster layer.
View ArticleException calling DataServerManager.Connect
Using the code samples provided by Esri, I'm trying to connect to a SQL Server instance using the DataServerManager class. Following is the entirety of my code in a .NET console application: Code:...
View ArticleError 000824 with Eliminate tool in ArcGIS Engine
Hi all. I'm developing a standalone application with ArcGIS Engine in .Net environment. I have license for engine + Spatial analyst + 3D Analyst. Everything works perfect – including clip, intersect,...
View ArticleCreating GIS Apps in MVS2010/12
Good Day, I have installed on my PC Microsoft Visual Studio 2010/12 and would like to start developing new Windows/Web application for GIS use. I am not sure where to start here. Can someone assist me...
View ArticleArcGIS SDK templates not showing up in Visual Studio 2012
I'm trying to use Visual Studio 2012 and the ArcGIS SDK to make a custom tool. I installed the ArcGIS SDK but the templates don't show up when I go to make a new project in Visual Studio 2012. I...
View ArticleProcessing data in Oracle Spatial
Is there an ESRI example or some one provide an ArcObjects snippet to achieve the below : 1)Client connects to ArcServer through a browser 2)ArcGIS Server connects to Oracle Spatial using...
View ArticleAdd-In to change MXD Data Source Only Works if User Saves & Exits MXD After...
Hello, I have created an ArcMap 10.1 Add-In in C# which allows a user to select a data source from a combo box and then modifies all layers to this new source. After the add-in completes execution,...
View Article