Tagged Questions
The arcobjects tag has no wiki summary.
3
votes
5answers
247 views
Writing an extension method for type T; how can I add a type constraint for a field of T?
Initial situation:
I am working with a proprietary framework (ESRI's ArcGIS Engine) which I want to extend with some new functionality. I've chosen to use extension methods in C# for this.
Shown ...
3
votes
1answer
211 views
How do you save an object to a fooSettings.settings file in Visual Studio?
Can you save an object to a settings.settings file in Visual Studio? If so how? I think you can make your object serializable and it should persist, but I'm not sure if I'm doing it right i.e. when ...
2
votes
0answers
310 views
Python, ArcObjects, and .AppRef: how to get from IAppROT to IMxDocument?
I am writing an external Python/comtypes script (in PythonWin) that needs to get a reference to the current ArcGIS 10.0 ArcMap session (through the ArcObjects COM). Because the script is outside the ...
2
votes
1answer
114 views
How to clear an ILayer?
I can clear all the layers using mapControl.ClearLayers(), but I only want to clear one layer (a sublayer of a basemap, like cities). I'm new at this, thanks in advance.
edit: i am using C#
2
votes
1answer
156 views
How to create variables from strings in arcobjects?
This hopefully is a simple question with a simple answer. If I have a list box or something that has a list of like 4 years (like 2006 through 2009), how do I programmatically make variables of these ...
2
votes
7answers
2k views
Developing ArcMap extension .Net books? [closed]
We have 2 new GIS programmer/analyst in our department (new to programming and ArcObjects) and I don't feel I'm qualified enough or have the time to teach them. So I'm looking for entry level ...
1
vote
1answer
440 views
VB6 to VB.NET conversion - System.Collections.IEnumerator
I have a fairly lengthly block of code that I'm trying to convert from VB6 to VB.NET. The ArcObjects GIS code basically looks at a table and groups a bunch of GIS layers together and adds them to the ...
1
vote
1answer
937 views
How do you remove a schema lock on a dbf file accessed using ArcObjects?
I am creating a custom geoprocessing tool for ArcGIS Desktop/Server. During the tool execution, I create a dbf file and access its contents using a cursor. The lock on this file remains after the ...
1
vote
2answers
779 views
How to Convert ILayer to IPolygon In ArcObjects
Having trouble converting an Ilayer to an IPolygon.
I am developing a toolbar for ArcMap and I grab a layer via code from the side table of contents. The Layer is a Polygon, but the code won't ...
1
vote
2answers
355 views
Representing planar graphs / GIS topology: ArcObjects vs. CGAL arrangements
I need to represent a planar graph structure, i.e., a division of part of the plane into polygons so that I can easily find a polygon's neighbors etc (like on a map). What is the best library to use? ...
1
vote
2answers
878 views
Alter map layer symbology dynamically (ArcGIS Server)
What is the preferred method of altering a layer's symbology dynamically? My web app consumes a map service via the REST API, but I don't mind using the SOAP API or ArcObjects (.NET).
1
vote
1answer
871 views
Programatic way to do linear referencing in ArcGIS
I am working on a custom ArcGIS Desktop tool project and I would like to implement an automated linear referencing feature in it. To make a long story short, I would like to display problematic ...
0
votes
0answers
16 views
toolbar in ArcMap
There are four buttons, three open applications (notepad, media, and Opera), 4 is the form in which you can set each button to the way. "Exe" and it will open it. I need to in the path to the icons on ...
0
votes
1answer
18 views
Dynamic Proxy : wrapping constructors
I'm taking a stab at creating a Active Record implementation (I know about Castle's initiative, and it's very good) for another type of data provider (ESRIs geodatabases, using ESRIs .NET libraries) ...
0
votes
1answer
93 views
implementing interfaces during VB to VB.NET class migration
I'm migrating the CenterSnap.cls from its vb version to vb.NET and I'm confused about the following 2 errors after I import the vb6 project to VS 2008.
Err 1
Imports System.Runtime.InteropServices
...
0
votes
0answers
70 views
ArcGIS Console Application on Server 2008 R2 Continues to Run
I have a C# .NET console application which deletes features from feature classes in a File Geodatabase and then appends new features from an SDE Geodatabase.
If I run the program on a Win7 64-Bit OS ...
0
votes
1answer
396 views
How to create an ArcMap Layer from a ArcGIS Map Service
I would like to add an ILayer created from an ArcGIS Server Map service to an IMap with ArcObjects, but don't see how to do it.
I am getting an IMapServer3 with the following code, where mapName = ...
0
votes
1answer
385 views
Python, comtypes and ArcObjects: Error creating AppROT object
I am experimenting with comtypes and ArcObjects under Python 2.6.5 and ArcGIS 10 SP1. I'm using the pure Python method to wrap the ArcObjects OLBs described in this answer, but getting an error in the ...
0
votes
1answer
158 views
How do I add a scale bar or north arrow directly on the map control?
I've already looked into SurroundFrames and MapSurrounds, but this appears to be for cases in which you want to add these elements to a printed page. I, on the other hand, am using the MapControl ...
0
votes
1answer
155 views
ArcObjects: saving IRaster with double values mapped to colors
How do you save IRaster with double values in it's cells mapped to some colors? For example, (-inf; -50] maps to blue, [+50; +inf) maps to yellow, others are calculated gradually.
0
votes
1answer
316 views
Can custom map tiles be consumed via ArcObjects within my ArcGIS 10 Desktop AddIn?
Can I programmatically consume and render custom map tiles in ArcMap via our ArcGIS 10 Desktop AddIn?
The AddIn is built using the ArcObjects SDK for C#/.NET and ArcGIS 10. Pulling and rendering ...
0
votes
1answer
301 views
ESRI - Arcmap help to create a button that will populate current date for selected features
I would like to create a custom tool or button in Arcmap that programmatically fills in a number of attributes of selected features for a layer.
To keep things simple, lets say my Arcmap project only ...
0
votes
1answer
41 views
How to display text on top of a dialog bubble in arcobjects?
I am rendering a text glyph with DrawCompoundMarker and I am drawing the dialog bubble with a graphicTracker.Add call, but the text is getting displaced instead of rendering on top of the dialog ...
0
votes
1answer
63 views
arcobjects can't draw dynamic draw screen objects
I enabled the map to allow dynamic objects
Then I grab the IDynamicDisplay from an event which I wired up.
void dynamicMapEvents_AfterDynamicDraw(esriDynamicMapDrawPhase DynamicMapDrawPhase, ...
0
votes
1answer
52 views
How can I create an IDynamicDisplay obj in ArcObjects?
I am trying to draw a text glyph on the map and all the tutorials say I need a IDynamicDisplay, but I don't know how to get at one. Thanks in advance. ; )
edit: C# VS2010
0
votes
1answer
60 views
GraphicTracker what to use for IGeometry? ArcObjects
IGraphicTrackerSymbol myPointSymbol = graphicTracker.CreateSymbolFromPath("Z:/ESRI/sprites/car.jpg", "");
graphicTracker.Add(null /* what to put here for IGeometry?? */, myPointSymbol);
Where can I ...
0
votes
1answer
129 views
How to access sublayer of a basemap in arcobjects?
ILayer layer = mapControl.get_Layer(1); //layer 1 is usa_base_map
I have an ILayer, now I want to access and turn on and off various sublayers like the street layer or the railroad layer. Can you ...
0
votes
1answer
381 views
Open DBF Table -> create layer ESRI arcobjects
I have successfully opened a DBF Table:
String dbfDirectoryPath = "Z:/ESRI/data/washingtonCountyDataFiles/tlg_roads";
IWorkspaceFactory workspaceFactory = new ShapefileWorkspaceFactory();
IWorkspace ...
0
votes
2answers
489 views
Converting Lat / long to PointClass
IPoint pPoint = new ESRI.ArcGIS.Geometry.PointClass();
pPoint.PutCoords(-92.96000, 44.9227); //This should be near Minneapolis
mapControl.CenterAt(pPoint); //mapControl is a AxMapControl
When I run ...
0
votes
1answer
99 views
Why is my code not using available processor cycles?
I have written a plugin for ESRI ArcEditor that runs some validation checks on a road network. To check if the rules are all satisfied, it basically does a whole bunch of different intersects, with ...
0
votes
1answer
151 views
How do I release an InMemoryWorkspaceFactory in the ESRI Map Control?
I am embedding the ESRI Map Control into a custom ActiveX control written in MFC/C++. The custom ActiveX control serves as a Map Control wrapper so I can embed it into a specific environment that is ...
0
votes
0answers
196 views
How do I upload a Featureclass to a Geodatabase in C#?
All,
I have a featureclass with Arcobjects and I wish to import it into a geodatabase. I have the geodatabase connection, I just don't know how to load the feature class to a proper table in the ...
0
votes
3answers
67 views
Using COM and querying objects that are still “alive”
I work alot with ArcObjects, ESRI's API to program for ArcGIS applications.
I would like to know if there is a tool where I can inspect what COM objects are alive or are on stack.
I already know to ...
0
votes
2answers
462 views
How do I add point features from memory rather than a database or file?
I am embedding the MapControl into a C++ application. The application is tied to a proprietary, non-relational database. Therefore, linking the map control directly to GIS data is not feasible. ...
0
votes
1answer
382 views
Getting started with arcobjects, without aiming to be developer?
What is the best route or place to get started with arcobjects if one is not a developer and not aiming to become one?
I've been using gis professionally for a long time, almost two decades, ...
0
votes
1answer
142 views
Find Dangles of road shapefile
I have a road shapefile n I want to find Dangles without creating a topology, is it possible to find Dangles without topology with arcobjects please assest me coz its too much headach to create ...
0
votes
1answer
229 views
How do I finding multiple Intersection results via ReverseGeoCoding in ArcObjects?
The project I'm working on requires me to find intersections near a point (searching a street centerline layer). For 90+% of my searches, I seem to be getting the appropriate results, however in ...
0
votes
1answer
194 views
Should I create a new geoprocessor object for each geoprocessing tool?
Common story: I develop an ArcMap extension using C#. Most problems can be solved by using all kinds of geoprocessing tools from ArcToolbox. What is generally more advisable:
Creating a new ...
0
votes
4answers
181 views
IEqualityComparer and weird results
Take a look at this class:
public class MemorialPoint:IMemorialPoint,IEqualityComparer<MemorialPoint>
{
private string _PointName;
private IPoint _PointLocation;
private ...
0
votes
2answers
1k views
Getting an Access 2007 table (.accdb extension) in ArcMap programmatically
I have recently found a script from ArcScripts on how to get an Access table in ArcGIS programmatically and it works well. But this is for Access 2003 (.mdb extension) and earlier. The code is posted ...
0
votes
1answer
362 views
How to find points that intersect an envelope of a line, but not the line itself? (Envelope of a geometry)
I have 2 layers. A lines layer and a points layer.
For any given line, how can I find the points that intersect the envelope of the line, but not the line itself, or more specifically, not the to ...
0
votes
1answer
643 views
How to add the ToPoint and FromPoint of a line on one layer to another layer / feature class
I have a roads layer.
I need to ad a point to another, point layer where ever roads intersect.
How can I add such points to the existing points layer.
In hand I have the line layer, the line feature ...
0
votes
1answer
120 views
selecting row among duplicated ones in VBA
ArcGIS 9.3 Arcobject
I wanna select one row of each duplicated SIDs in a field below.
(an attribute table of a shape file)
The priority is R > S = I > 0
Therefore, among SID 87, FID1 will be ...
0
votes
1answer
308 views
Adding a Image Service layer to an ArcMap project with ArcObjects
I would like to add an ArcGIS Image Service programmaticaly using ArcObjects. My Image Service specs are below.
Data Type: ArcGIS Image Service
Service Name: Aerial Imagery 2008
AIS Service URL: ...
0
votes
2answers
339 views
How do I get the DropDown selection from a Command Button in ArcObjects?
I have a dropdown and a Icommand button in the same toolbar in ArcMap. I can't seem to get access to the dropdowns selection when I am using the command button.
How can I find the dropdown so I ...
0
votes
1answer
90 views
ArcObjects: Why is my StandaloneTableCount 0? (IStandaloneTableCollection)
When I do:
IStandaloneTableCollection collection = (IStandaloneTableCollection)MxDoc.FocusMap
Then collection.StandaloneTableCount returns 0.
I have created the new table via ArcCatelog and ...
0
votes
1answer
307 views
How to Capture an OnMouseDown Event in a ArcMap Control?
I have a Control in ArcMap in which I created with buttons, A Listbox and some more buttons. I want to add coordinate items to the list box.
Scenario:
A user clicks a Add a Coordinate button on ...
0
votes
1answer
32 views
How to access a grid using ArcObgect
How can I get value of each cells of grid using ArcObject?
Grid was created by
Spatial Analyst -> Distance ->Straight Line
I need to use this values for other operations.
Please, help me!
0
votes
2answers
413 views
ArcObjects: Is buffering a point faster than buffering a line / polyline?
I can write my code logic to either buffer a polyline or to buffer the to and from point of the polyline. Working with the points will be easier, so it is the preferred way.
Logically my reasoning ...
0
votes
1answer
538 views
How to buffer an IPoint or IGeometry? (How to do buffered intersection checks on an IPoint?)
How would I buffer an IPoint to do an intersection check using IRelationalOperator?
I have, for arguments sake:
IPoint p1 = xxx;
IPoint p2 = yyy;
IRelationalOperator rel1 = (IRelationalOperator)p1;
...