| bio | website | none,sorry. |
|---|---|---|
| location | Maine | |
| age | 43 | |
| visits | member for | 2 years, 8 months |
| seen | Aug 11 '11 at 17:58 | |
| stats | profile views | 58 |
I'm extroverted enough to look at other people's shoes.
|
Oct 14 |
answered | How do I generate code from ESRI GPServer wsdl? |
|
Oct 14 |
comment |
why is my findTask Not working correctly? can someone please look at my code and see if I have missed something? Last stab at this, before I go nutso; You've got an MXD, how is the underlying data stored? Did you load it into a file geodatabase, or is it shapefiles by some chance? |
|
Oct 14 |
comment |
why is my findTask Not working correctly? can someone please look at my code and see if I have missed something? "Find" should then list the names / values of all the other fields. I verified that it doesn't work on any of the existing layers - you get just Feature ID: -1; Field Name: OBJECTID; Layer: <LayerName> |
|
Oct 14 |
comment |
why is my findTask Not working correctly? can someone please look at my code and see if I have missed something? "Feature Id" is just what what it's called by the find task. The actual output should be something like: Feature ID: 12 Field Name: OBJECTID Layer: Parcels OBJECTID: 12 Assuming you'd searched on objectid field, which doesn't work, either. In fact, find doesn't seem to work for any of the layers you've got there, which is troubling. |
|
Oct 14 |
revised |
why is my findTask Not working correctly? can someone please look at my code and see if I have missed something? added 407 characters in body |
|
Oct 14 |
revised |
why is my findTask Not working correctly? can someone please look at my code and see if I have missed something? added 475 characters in body; added 80 characters in body |
|
Oct 14 |
answered | Multiple layer line selection based on multiple layer point, then calculate the length of lines |
|
Oct 13 |
comment |
Displaying point data to reflect time/age Then you don't attempt to smooth anything - like a heat map would tend to, and let the points kinda jump out at you. (I'm envisioning) that you're really talking about generating a 3D surface that looks like a bunch of stalagmites growing out of it. Maybe "bump map" would be a better description? |
|
Oct 13 |
revised |
Displaying point data to reflect time/age Better description of intended results. |
|
Oct 13 |
answered | Displaying point data to reflect time/age |
|
Oct 13 |
comment |
Why are the coordinates transformed with proj.4 off compared to http://valdemar.kms.dk/trf/? Well, they're really similar; etrs89 is based on wgs84 but accounts for continental drift, apparently (see link 1, above). If you used geographic etrs89 for the input to both methods, I'd have thought you'd have gotten very nearly identical results. |
|
Oct 13 |
answered | Why are the coordinates transformed with proj.4 off compared to http://valdemar.kms.dk/trf/? |
|
Oct 12 |
answered | Is there an interface that provides access to a property/method that shows whether a Layer is visible? |
|
Oct 11 |
revised |
Clipping a SqlGeometry added 477 characters in body |
|
Oct 11 |
revised |
Clipping a SqlGeometry Added example data & results |
|
Oct 11 |
answered | Clipping a SqlGeometry |
|
Oct 8 |
answered | why is my findTask Not working correctly? can someone please look at my code and see if I have missed something? |
|
Oct 7 |
answered | Great GIS, maps & cartography quotes |
|
Oct 7 |
comment |
ArcGIS Server 10 Java - 403 on ArcGIS Servlet Manager Did you accidentally leave out the name of your computer in the question? It should be: mycomputername:8399/manager/html which should bring up a login page |
|
Oct 7 |
comment |
How do I deserialize GP Result Json? You mean this one? gis.stackexchange.com/questions/2411/… |