|
POST
|
Carl, What 'two parameter dependencies' do you mean? I'm on 10.1 and have added the following to the ToolValidator > initializeParameters section: self.params[1].parameterDependencies = [0] I'm getting the exact same results as others: Once the raster is selected, the classify/remap area is not refreshed, and the buttons remain greyed out. Warren M
... View more
05-07-2013
01:41 PM
|
0
|
0
|
1506
|
|
POST
|
Is there a way to get the actual longitude coordinate of a point selected on a map, when a map is panned across the wrap? Or, do you have to calculate the math manually? IOW, if a user pans to the left and picks a point say around Vancouver (which is actually: -123, 49), the mapPoint.x reports -483. The math is simple enough I suppose, but is there a way to extract the actual coordinate. Thanks, Warren M
... View more
12-19-2012
06:43 AM
|
0
|
1
|
903
|
|
POST
|
Hi Brittany, Did you ever find some more information on this? From what I can find there is no way to 'load' a related table in the Flex App Builder UI, but it looks like this can be done via the API and I did find some samples. If that's the case though, I think I'll just stick with the js api as I thought Flex might be a way to do this a little quicker without much coding... Warren M
... View more
08-27-2012
09:58 AM
|
0
|
0
|
411
|
|
POST
|
Thanks Prasanta, I was doing this in ArcCatalog, and I am on SP 3. I had tried Calculate Statistics but that didn't work either, until I turned off the background processing... Thanks so much for the tip. Warren
... View more
02-10-2012
06:06 AM
|
0
|
0
|
900
|
|
POST
|
Hello, I have a mosaic raster dataset of surface elevation data. If I use the Image Analysis window with this dataset and create a hillshade image, it works great. However, if I try to add the Hillshade Function to the mosaic dataset itself, the result is a black image? I've tried re-calculating statistics after this function was added and the result is the same, black image. Any ideas/suggestions would be greatly appreciated. Warren M
... View more
02-09-2012
07:42 AM
|
0
|
4
|
1486
|
|
POST
|
Hello all, I'm creating an app based on the Clustermap sample by globoserver. The sample is working great and I've managed to implement a filtering mechanism. The problem I'm struggling with is trapping an error when no results are returned. It seems like the error function is not being called? dojo.connect(queryTask, "onError", function(err) {
alert("CUSTOM ERROR: " + err.details);
}); Any ideas/suggestions would be greatly appreciated. Warren M
... View more
12-23-2011
06:05 AM
|
0
|
1
|
834
|
|
POST
|
Hi Mathew, Thanks, but like I mentioned, everything works when I execute it from the Python window. The problem is when I try to use an input parameter like this:
... View more
08-30-2011
11:49 AM
|
0
|
0
|
1039
|
|
POST
|
Hello, I am trying to update Map Document Properties, but am struggling with the syntax for a carriage return/ line feed in the description property. If I use the Python window I can retrieve the description property and it looks something like this: >>> mxd.description
u'Test Line 1\r\nTest Line 2'
If I set the description property with the Python window with the following string: >>> mxd.description='New Line 1\r\nNew Line 2' It works as expected. However, if I try to specify that same string via a script parameter it adds an extra '\' and looks like: u'Test Line 1\\r\\nTest Line 2' Any ideas/suggestions would be greatly appreciated. Thanks! Warren M
... View more
08-30-2011
10:40 AM
|
0
|
4
|
1518
|
|
POST
|
Hi Derek, That's what I suspected as well, but the ArcGISSOC user has db_datareader and db_datawriter permissions and db_datawriter is supposed to have DELETE, INSERT and UPDATE permissions? But alas, this seems to not be the case, at least as far as ArcGIS Server is concerned... If I give the AcrGISSOC user db_owner permission, the inserts work fine. So... that confirms it is a permission issue, but now I need to figure out how to do this without giving db_owner permissions... Thanks for your help. Warren M
... View more
05-25-2011
08:06 PM
|
0
|
0
|
830
|
|
POST
|
Hello all, I have some simple point data in an ArcSDE geodatabase, I have published the data to ArcGIS Server, and I'm getting my feet wet with the JavaScript API. Using the samples provided, and substituting my FeatureServers, I can get updates and deletes to work fine, but adds (inserts) do not work. The response to the applyEdits on an insert is: {"addResults":[{"objectId":-1,"globalId" : null,"success":false,"error":{"code":-2147216100,"description":"Error while inserting populated row into Insert Cursor"}}],"updateResults":[],"deleteResults":[]} Any suggestions would be greatly appreciated. Warren M
... View more
05-25-2011
02:56 PM
|
0
|
4
|
1162
|
|
POST
|
Hello, I would like to enable a tooltip/maptip when a user hovers over a feature, but then I would like to enable an edit function when the user selects the feature. All of the samples seem to show one or the other method, so I'm wondering if this is possible, and/or, if there are better design options for something like this? Thanks so much, Warren M
... View more
05-12-2011
07:49 AM
|
0
|
1
|
839
|
|
POST
|
So then how would you suggest the following design scenario: I want a tooltip/maptip displayed automatically when a user hovers over a feature, but then I would like to enable them to edit the attributes by selecting (onclick) the feature? Or are there better ways to accomplish this? Thanks so much. Warren M I would encourage you to rethink this design. I would use onmouseover or onclick, but not both (and I would go with onclick). From a practical standpoint, how are you envisioning this would work? For a user to click an icon, they have to mouse over it. It doesn't make sense to do the same thing for onmouseover and onclick.
... View more
05-12-2011
07:02 AM
|
0
|
0
|
776
|
|
POST
|
Hello, I'm trying to determine what is the best tool to accomplish a particular task, and I need help... Scenario: Type of work: Geo-envirnomental planning Say I have original ground 'surface' data in LIDAR, and I need to place create a dam. I have a polyline representing the top of the dam, and it is 'floating' above the surface at the correct final elevation. Based on this info, can ArcGIS: Create the dam by projecting the polyline (or lines) down to the OG surface at a specific slope, ie 3:1? Calculate the volume of the dam Extract the dam footprint Visualize the dam in 3D I have 3D Analyst, and Spatial Analyst, and I understand functional surfaces (2.5D) and tins in Arc. I know how to accomplish this is other 3D modeling/CAD packages, so I guess I'm just not clear if, or how, Arc can handle the above scenario. Thanks for any info provided. Warren M
... View more
02-04-2011
11:46 AM
|
0
|
0
|
1117
|
|
POST
|
Ok, to adjust my statement on #3: I now see that if the data resides in 2 separate feature classes, the transparency is working exactly as I would expect it to... So this seems to be an issue then with overlapping polygon features within a single fc. Warren
... View more
12-08-2010
09:20 AM
|
0
|
0
|
1275
|
|
POST
|
I have some general comments and questions about transparency and fills in ArcGIS: Why can't you just set transparency on the fill area of a polygon? I don't want the boundary transparent as well. Yes, I know it's easy enough to simply copy the layer, and turn of the fill and transparency on the copy, but seems silly to have to do that. With overlapping polygons in a single feature class, many times the transparency fails to show lines underneath of the overlapped polygon? Unless I'm missing something, it seems to me that Arc* does not do a 'true' transparency? For example, if I have overlapping polygons, the overlapped area should be 'darker' because of 2 overlapping/stacked objects, but that's not what I'm seeing. Unfortunately, the forum is not letting me upload an image, so I cannot provide a sample screen capture. Any suggestions/comments greatly appreciated Warren M
... View more
12-08-2010
08:40 AM
|
0
|
5
|
5106
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 01-01-2025 10:19 AM | |
| 1 | 09-24-2024 03:26 PM | |
| 2 | 04-30-2024 03:17 PM | |
| 2 | 04-05-2024 12:41 PM | |
| 1 | 08-21-2023 09:44 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-14-2025
06:45 AM
|