| 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
|
Oct 6 |
comment |
Can ArcEngine resolve unstructured address data? @iterationx Then you're probably back to having to parse it yourself. Good luck; it's not a lot of fun, especially dealing with raw data-entry. Perhaps you could "steer" users into entering the data as expected via your interface. |
|
Oct 6 |
comment |
Can ArcEngine resolve unstructured address data? That looks good. It throws each element (e.g. 222, Ashland, etc.) into an array, then shoves those properties into the locator. Certainly better than trying to parse it yourself. |
|
Oct 6 |
answered | Do shapefiles sometimes contain the necessary data for address resolution? |
|
Oct 6 |
answered | why is a gdb query WHERE clause invalid according to the ArcGIS REST API? |
|
Oct 6 |
comment |
Unable to Reconcile And if that doesn't work, then George is probably going to have to manually edit rows in multiple tables to return things to a normal state, which could require ESRI's assistance. |
|
Oct 6 |
comment |
why is a gdb query WHERE clause invalid according to the ArcGIS REST API? You can create a multi-versioned view if you need to access the data outside the context of ESRI products. The only problem I have with that is that it seems to add several seconds to a query that should take microseconds (so it's a bit slow, but it still works). Again, this would just be a workaround until someone can figure out why you're having this issue. |
|
Oct 5 |
comment |
why is a gdb query WHERE clause invalid according to the ArcGIS REST API? This is pretty bizarre. As a temporary workaround (just so you can continue getting things done), create a column on your table that consists of the 3 left-most characters of ID, then use ISO_LANGUAGE_CODE_ID <> NEWID. Hopefully someone here can come up with an actual solution, but that'll help in the mean time. |
|
Oct 5 |
comment |
Running ArcGIS 10 Python script on a unix server - is it possible? Is this a "properly" license situation, though? If they purchased one license for AGS and install it on Windows, can they then install it on a linux box and authorize it? Never tried it myself, but I have a feeling it's not going to work. |
|
Oct 5 |
comment |
slow to draw mapservices after access featureLayers within an ESRI Mapservice using Javaascript API Does using just one dynamic layer (and no tiled layers) resolve the slowness issue, i.e. is it acceptably faster (don't try the parcel layer with this test; maybe the streets layer). If so, it might be that you're just trying to draw too many things dynamically and will have to resort to using tiled layers. See our published services at breccia.ccrfcd.org/ArcGIS/rest/services for reference. |
|
Oct 5 |
comment |
How do I remove Schema Locks from a File GeoDatabase in Java in ArcGis 9.3? What method are you using to open the tables in the file geodatabase? |
|
Oct 5 |
comment |
slow to draw mapservices after access featureLayers within an ESRI Mapservice using Javaascript API Are the layers cached or dynamic? |
|
Oct 5 |
revised |
Add New Project -> Class Library (Engine) targets the .NET 2.0 framework numbering looked weird |
|
Oct 5 |
answered | Add New Project -> Class Library (Engine) targets the .NET 2.0 framework |
|
Oct 4 |
answered | How do I serialize/deserialize .NET dictionary without key value elements? |
|
Oct 2 |
comment |
why is a gdb query WHERE clause invalid according to the ArcGIS REST API? Try the following, instead of the current LEFT method you're using, to see if it helps: LEFT(CAST(ID AS VARCHAR) , 3) |
|
Oct 2 |
accepted | ArcGIS Engine License Switch |
|
Sep 30 |
revised |
ArcGIS Engine License Switch further details |
|
Sep 30 |
comment |
How do I generate code from ESRI GPServer wsdl? I don't know if it helps, but have you tried adding the type that's returned in Result using the /rct switch on svcutil? From here. |
|
Sep 29 |
revised |
ArcGIS Engine License Switch more details |
|
Sep 29 |
answered | ArcGIS Engine License Switch |