|
POST
|
If you are going the JS API route, you could publish your raster dataset as an Image Service and then get the attributes for the underlying raster with an ImageServiceIdentifyTask - ImageServiceIdentifyTask | API Reference | ArcGIS API for JavaScript
... View more
06-02-2016
06:37 AM
|
1
|
0
|
2614
|
|
POST
|
This also works (from Programmatically fire map's click event 😞 map.emit('click', {mapPoint: new esri.geometry.Point(myLong,myLat, esri.SpatialReference({wkid:102100}))});
... View more
06-02-2016
05:57 AM
|
4
|
1
|
4880
|
|
POST
|
What is the click event in the invisible map used for? If it is to trigger a seperate identify or query, then rather just use the query or identify task directly from the REST endpoint.
... View more
06-02-2016
05:32 AM
|
2
|
1
|
4880
|
|
POST
|
The API reference (ArcGISImageServiceVectorLayer | API Reference | ArcGIS API for JavaScript ) states that the ArcGISImageVectorServiceLayer must have 2 bands: "To do this, the image service layer must be a two-band raster in which one band holds magnitude values and one band holds direction values." Will normal ArcGISImageServiceLayer not be sufficient?
... View more
06-02-2016
04:44 AM
|
0
|
1
|
1045
|
|
POST
|
Can you provide us with some sample code to see why it is not working?
... View more
06-02-2016
03:17 AM
|
0
|
0
|
1045
|
|
POST
|
I don't think there is any other way of adding the text to your layout. You can let the user run a script tool from the toolbox to set the dynamic text of an layout element. For this you must create a Python scipt and add it to your ArcToolbox (Adding a script tool—Help | ArcGIS for Desktop ), which the user can just run, but that is still too manual and defies the purpose of dynamic text. The other option is an Add-in that runs at startup.
... View more
06-02-2016
12:15 AM
|
1
|
0
|
2658
|
|
POST
|
Ok, you're results are as expexted. The Python code can't go in the dynamic text. You will need to run it seperately or as a tool. You can look at this post at StackOverflow that works for getting the full username. It works well, so maybe you can run the code and write the username to the text box at startup if you are using a fixed layout template by creating a Add-in that runs at startup (ArcGIS Help 10.1).
... View more
06-01-2016
11:49 PM
|
0
|
2
|
2658
|
|
POST
|
Have you investigated the text box's dynamic text string? It should be User Name: <dyn type="user"/> And with Python you can get the Windows username like this: os.getenv('username')
... View more
06-01-2016
11:07 PM
|
0
|
4
|
2658
|
|
POST
|
I think this blog post is in line with what you are looking for: Export selected data driven pages only | Everything is Spatial
... View more
06-01-2016
05:53 AM
|
0
|
0
|
1046
|
|
POST
|
You can create a String type parameter in your model, then in the model properties you can set the parameter filter to a value list, from which you can pick the raster process type. This will allow the user to make the choice, but then it seems there is no other option that to write a script tool to do the if-then-else logic: ArcGIS Help 10.1
... View more
06-01-2016
04:35 AM
|
2
|
1
|
1311
|
|
POST
|
You should look at the http request for the suggest result when you type the owner name. Check what is being sent to the service and see if you can replicate the search with the same input values at the REST endpoint to test for results.
... View more
06-01-2016
01:37 AM
|
0
|
0
|
773
|
|
POST
|
There is a Districting Add-on Districting for ArcGIS | Overview for earlier versions
... View more
05-31-2016
11:05 PM
|
0
|
1
|
1014
|
|
POST
|
Are you overwriting the site_polygon layer in the process?
... View more
05-31-2016
10:53 PM
|
1
|
3
|
1272
|
|
POST
|
This is where you need to break your model down in parts and see what each process required inputs and results are.
... View more
05-31-2016
10:38 PM
|
0
|
0
|
1468
|
|
POST
|
Does the rasterLocation variable need to be of type String? I would also try using it as a Workspace type variable, then you might need to add an additional forward slash in the dataset path.
... View more
05-31-2016
05:21 AM
|
0
|
1
|
4229
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-22-2024 12:37 AM | |
| 1 | 10-02-2025 10:28 AM | |
| 1 | 09-17-2024 12:29 AM | |
| 1 | 03-15-2024 11:33 AM | |
| 1 | 03-13-2024 11:20 PM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|