| bio | website | ccrfcd.org |
|---|---|---|
| location | Las Vegas, NV | |
| age | 44 | |
| visits | member for | 2 years, 10 months |
| seen | May 6 at 15:15 | |
| stats | profile views | 146 |
Interests/skills:
C#
ASP.Net
PHP
T-SQL
Flash
Flex
Silverlight
ArcGIS Engine
ArcGIS Server
|
Apr 20 |
comment |
Why is the layer list in the Snapping Settings dialog empty? I imagine it might have something to do with the dialog not responding to a WM_PAINT request, but, again, why? |
|
Apr 20 |
asked | Why is the layer list in the Snapping Settings dialog empty? |
|
Mar 16 |
awarded | Popular Question |
|
Feb 27 |
comment |
Arcpy Performance If Then Statements @BJEBN That was my understanding as well, that the discussion was related to developing the GUI within ArcMap. I thought that was what you were doing so I thought I'd mention it. Not sure about developing a GUI outside ArcMap, though. |
|
Feb 25 |
comment |
Arcpy Performance If Then Statements @BJEBN Designing your own GUI (via Python, I assume) isn't going to work in AG 10.0 and prior according to this. 10.1 may allow it, though. |
|
Feb 18 |
comment |
merging data in ArcSDE Just so you're aware, you can't alter tables via SQL if you're using versioning. ArcGIS won't be able to "see" the changes. |
|
Jan 26 |
comment |
Converting KML to layer in ArcGIS 10 - nothing happens You can always select your own answer as the accepted answer to the question. It "completes" the QA process when you do (plus you get credit, in the form of points, for solving the issue.) |
|
Jan 24 |
comment |
Converting KML to layer in ArcGIS 10 - nothing happens I've never worked with a KML layer in ArcMap, but is it a symbology issue? Perhaps it's not appearing correctly against your background. |
|
Jan 20 |
comment |
In a versioned geodatabase, what impact do delta tables and the state tree have on query performance? How often do you compress the database or update statistics? |
|
Jan 19 |
answered | flex to java trying to get started on the plan |
|
Dec 15 |
comment |
Summing Attributes from a Related Table? The only caveat I would mention here is if versioning is involved. If so, creating a view from the DBMS side on a versioned table will cause the view to look at the "base" table and not include later revisions. A multiversioned view can be used in that case, though there is a performance hit for using it. |
|
Dec 14 |
comment |
Need help with Merge GeoProcess task in ArcEngine (C#) @Nathanus That's the odd part; all the documentation I've seen mentions an "array", so I struggled with this myself. (And thanks for making my message a bit clearer.) |
|
Dec 14 |
answered | Need help with Merge GeoProcess task in ArcEngine (C#) |
|
Dec 10 |
comment |
Why is this ExtJS combo box not filtering? Since this is more of an ExtJS question, you might have better luck with it on stackoverflow.com. |
|
Dec 7 |
comment |
Programmatically start and stop map services with Python @Mapperz Unfortunately the OP is referring to an ESRI-specific web service, not one created as a Windows service running on the desktop. |
|
Dec 2 |
comment |
Remove Layer Labels Probably. But, if it works, I'd go with it. You can't get any deeper in the process than a refresh will do, and I can't imagine that doing one takes significantly longer than the other. |
|
Nov 30 |
comment |
Remove Layer Labels I'm not in front of my computer now (so I can't check), but I'd play with the esriViewDrawPhase parameter. Perhaps esriViewDrawPhase.esriViewGeography will work. You're right, though, the PartialRefresh should be enough. |
|
Nov 25 |
comment |
How to get ArcGIS Templates in VS2010 I don't get back to work until Monday so I can't check until then, but I think they're not installed unless VS2010 already exists. IT may need to change their procedure (it'd probably take less time for them to do that than to try to figure out how to extract things after the fact). |
|
Nov 17 |
comment |
SQL Server Relationships in ArcSDE Yes, a multi-versioned view works, but it's vastly slower. We went from sub 1-second queries to 4-second queries when we switched to MVVs (which doesn't sound like much but the lag was very noticeable internally as well as to external customers). |
|
Nov 17 |
revised |
Reading multiple grid data with Python and ModelBuilder spelling changes |