| bio | website | |
|---|---|---|
| location | England, United Kingdom | |
| age | 37 | |
| visits | member for | 2 years, 10 months |
| seen | May 22 at 13:12 | |
| stats | profile views | 122 |
I am a GIS Consultant. I love C# and Java type languages and have dabbled in VB a long time ago.
|
Jun 22 |
comment |
Using primary keys with SDE (Oracle) best practice? I'm not doing any spatial queries - I'm only trying to get an id for a country and then use that id in a junction table to associate with another entity - thus maintaining a M-M relationship with my data. And I'm not creating any spatial views. |
|
Jun 22 |
comment |
Using primary keys with SDE (Oracle) best practice? Should I be concerned with USER_SDO_GEOM_METADATA if I add my own primary key? |
|
Jun 22 |
asked | Using primary keys with SDE (Oracle) best practice? |
|
May 11 |
comment |
Spatial Definition Queries? I am so happy to have found this out - it's just the ticket!!! |
|
May 11 |
accepted | Spatial Definition Queries? |
|
May 11 |
comment |
Spatial Definition Queries? Really! That could work! |
|
May 11 |
comment |
Spatial Definition Queries? Yes, I have seen this, but I think you would have to create a new FC from the resulting featureCursor. What I really want to do is limit the features spatially just before ILayer gets added to the TOC in ArcMap. |
|
May 11 |
comment |
Spatial Definition Queries? Just load it into ArcMap as normal. Basically I know you can do a Layer Definition on a layer then load into ArcMap but that only works with attributes, not the spatial column - I was just wondering if I may have missed anything, and it was in fact possible to do a spatial definition query. This would definitley need to be done with rasters too. |
|
May 11 |
asked | Spatial Definition Queries? |
|
Apr 23 |
awarded | Self-Learner |
|
Apr 2 |
accepted | Point clustering only works for part of an area? |
|
Apr 2 |
answered | Point clustering only works for part of an area? |
|
Mar 23 |
comment |
Deploying Custom dll Commands etc in ArcGIS 10 Yes - the walkthrough doesn't reflect the default location - as it is missing the {Manufacturer] placeholder. Subtle but vital. Cheers. |
|
Mar 21 |
asked | Deploying Custom dll Commands etc in ArcGIS 10 |
|
Mar 2 |
comment |
How to create floating-only window in ArcMap? I like this NativeWindow way - very clean. |
|
Feb 28 |
comment |
Accessing ArcGIS layers from seperate thread Its horrifically complicated - you think they would have sorted this after all these years!! |
|
Feb 14 |
comment |
Adding Button as Icon and Text to toolbar in ArcMap I think it should probably be set up through NewDocument method of a bland Extension class. (I tried to find an example of this question on the forums but obviously used the wrong search words - nice find!) |
|
Feb 10 |
accepted | Adding Button as Icon and Text to toolbar in ArcMap |
|
Feb 9 |
revised |
Adding Button as Icon and Text to toolbar in ArcMap added 4 characters in body |
|
Feb 9 |
comment |
Adding Button as Icon and Text to toolbar in ArcMap This only shows the icon - but I also need text next to it as well. I think it has something to do with: ESRI.ArcGIS.SystemUI.esriCommandStyles.esriCommandStyleIconAndText |