Tagged Questions
3
votes
1answer
548 views
Wifi Positioning System (WPS) setup
I need to develop a shopping mall GIS. I have no idea to develop it. The shopping mall GIS should function like GPS (guides user to desire shops). Do I need to set up some GIS device at each corner of ...
3
votes
1answer
657 views
How can I programmatically add a new feature template to the “Create Feature dockable window”?
This is a new question but a continuation of this post: How can I programmatically display the "Create Features" dockable window in ArcMap 10?
I like the new template system in ArcGIS 10 but for ...
5
votes
1answer
1k views
How can I programmatically display the “Create Features” dockable window in ArcMap 10?
When I start editing in ArcMap 10, by default the "Create Features" window is automatically opened and docked. Stopping the edit session hides this window.
When I use the IEditor:StartEditing method ...
5
votes
2answers
1k views
How can I disable and enable an ArcGIS 10 Add-In button?
Is there a way to enable / disable Add-In buttons / tools?
7
votes
1answer
1k views
ArcGIS 10 Add-In compile problem - Why are new edits to code igonred by ArcMap?
I've been compiling and debugging my Add-In (a toolbar with a few menus, custom commands, custom selection tool and a context shortcut menu) with no issues until suddenly the edits and changes I do in ...
1
vote
2answers
161 views
How can I determine whether a feature class is a 3D feature class (HasZ)?
I would like to be able to determine whether a feature class passed to a procedure is a 3D feature class (hasZ) or not.
How can I do this in VB .Net & ArcObjects?
4
votes
1answer
484 views
Why is SymbologyControl missing symbols in XP?
I'm using the the code form SymbolForm.vb in this sample: Change layer rendering using the SymbologyControl It's working great on my developer machine with Windows 7, 64bit.
But when I deploy the ...
7
votes
5answers
865 views
Are there any .Net opensource library for geometry operations?
Are there any opensource librarys for doing geometry operations (union, intersect, relation...) in .Net?
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
0answers
265 views
How do I Convert from LayerDescription.SelectionFeatures to GraphicsLayer?
How do I convert (in a clear and concise way) from
ESRI.ArcGIS.ADF.ArcGISServer.LayerDescription.SelectionFeatures
to
ESRI.ArcGIS.ADF.Web.Display.Graphics.GraphicsLayer
I want the selected ...
7
votes
2answers
526 views
What are the implications of using .NET Generics to store ArcObjects?
I'm wondering what are the implications of using Generic types in .NET to store ArcObjects, such as ILayer, IField, etc.
The compiler throws me a warning when using these kind of values
public class ...