|
POST
|
Quinn, Sorry, I think I missed understood what you are trying to achieve, I read it that you have road names which end in 1E or 1S and you wanted to remove them on your labels, i.e: 'Pinewood Road 1E' would be just 'Pinewood Road' If you want everything right of your last space in the attribute value use: if InStrRev(txt," ") > 0 Then right([Road_Name],len([Road_Name]) - InStrRev([Road_Name]," ")) End If everything left of your last space use: if InStrRev(txt," ") > 0 Then left([Road_Name],InStrRev([Road_Name]," ")) End If Regards Anthony
... View more
10-31-2012
09:30 AM
|
0
|
0
|
1816
|
|
POST
|
Nadeem, If you publish your image as part of a map service you can use the identify tool to return pixel values: http://www.arcgis.com/home/item.html?id=39cf66d58c234279ba728c50461a1a89 This advise has been given before in this post: http://forums.arcgis.com/threads/67208-kernel-density-on-raster-image-using-flex-API-or-geoprocessing?p=233863#post233863 Are you having difficulty with the process, if so please explain Regards Anthony
... View more
10-31-2012
05:23 AM
|
0
|
0
|
1824
|
|
POST
|
Erik, To publish your own operational layers you would need to invest in a Geo Server, ideally you would use ArcGIS Server as this is what the API is designed to work against, but you can provide a limited capability using something like geoserver. If you do not want to go down the line of buying your own server and software have you tried using ArcGIS online? If you have money that you can invest a subscription account may suit your needs. Regards Anthony
... View more
10-31-2012
05:13 AM
|
0
|
0
|
1168
|
|
POST
|
Erik, Unfortunately what you are trying to do is not possible, all you can do with AGOL is add the whole of the web map in as part of the map tag. Quote taken from the concepts page: Use the <map> tag itemid property. The itemid property refers to the item ID of a web map from ArcGIS.com. The Viewer can access and view published web maps from ArcGIS.com. For more information, see About ArcGIS.com Web Maps. Note that you cannot add basemaps and operational layers when using a web map. Regards Anthony
... View more
10-30-2012
10:56 PM
|
0
|
0
|
1168
|
|
POST
|
Quinn, The only problem I see that could occur with Richards suggestion is that all roads will have to end with 1E or 1S otherwise you will cut the last two characters off the name, Regards Anthony
... View more
10-29-2012
01:03 PM
|
0
|
0
|
1816
|
|
POST
|
Quinn, Do you just want to remove the number 1 when the label is shown, if so use the replace function: Function FindLabel ( [Road_Name] ) If Not IsNull([Road_Name]) Then NewStr = Replace([Road_Name]," 1E","") NewStr = Replace(NewStr," 1S","") FindLabel = NewStr End If End Function Regards Anthony
... View more
10-26-2012
08:13 AM
|
0
|
0
|
1816
|
|
POST
|
Xinato, Once you have got your geoproceesing service running on your server you can use the geoprocessing widget (if you are using the flex viewer) to run your gpservice: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Geoprocessing_widget/01m30000003t000000/ If you are just using the API, you will need to write your code, some example can be found here: http://resources.arcgis.com/en/help/flex-api/samples/index.html#/Population_for_any_area/01nq00000023000000/ Regards Anthony
... View more
10-25-2012
08:29 AM
|
0
|
0
|
1024
|
|
POST
|
Aura, Have a look at post number 6 on this thread it provides a lot of things to check: http://forums.arcgis.com/threads/19296-Empty-Edit-Window-(Edit-Widget-FLEX) Regards Anthony
... View more
10-24-2012
12:00 PM
|
0
|
0
|
537
|
|
POST
|
David, After you changed the number of features in your service, did you refresh your REST cache: http://help.arcgis.com/en/arcgisserver/10.0/apis/rest/admin.html Regards Anthony
... View more
10-24-2012
11:33 AM
|
0
|
0
|
1669
|
|
POST
|
Xinato, There are various examples in the help files that provide step by step instructions on setting up geoprocessing services: http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Guide_to_the_geoprocessing_service_examples/002v00000013000000/ Hope these are of some use Regards Anthony
... View more
10-23-2012
10:28 PM
|
0
|
0
|
1024
|
|
POST
|
Wilfred, Have you tried accessing one of your images by just typing in the address in a browser. Your problem sounds like the path to the image is not correct or you do not have access to the image. Regards Anthony
... View more
10-23-2012
10:22 PM
|
0
|
0
|
758
|
|
POST
|
Robert, We use it for determining exclusion/safety zones for incidents, areas of exploitation for certain pieces of equipment etc... I can't really go into to much detail on this forum. I have implemented what I need to do using the advanced draw tool (today), as this widget allows you to create buffers on all types of geometry. I just thought this would be a useful addition to your buffer point widget creating as you say a general buffer widget. I'm sure other people will find a general buffer widget useful. Like I say no rush as I have implemented this through another widget but if you do fancy upgrading I will certainly use it. Regards Anthony
... View more
10-23-2012
09:10 AM
|
0
|
0
|
710
|
|
POST
|
Robert, Thats handy to know thank you. I wasn't aware of the composite symbol. In coding terms does it make it any more efficient than adding two graphics? Regards Anthony
... View more
10-22-2012
01:37 PM
|
0
|
0
|
1640
|
|
POST
|
Philip, Yes you have to add them seperately unfortunately. You will notice the zeros at the end of the new text symbol, they allow you to set an offset x and y to move the label off the point regards Anthony
... View more
10-22-2012
01:22 PM
|
0
|
0
|
1640
|
|
POST
|
Robert, I use the Point buffer widget a lot and think it is an excellent widget. Have you thought about extending it to also allow the user to buffer lines and polygons? Regards Anthony
... View more
10-22-2012
12:32 PM
|
0
|
2
|
869
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-01-2016 01:57 PM | |
| 1 | 02-04-2013 01:05 AM | |
| 1 | 04-11-2013 09:53 PM | |
| 1 | 04-03-2013 09:42 AM | |
| 1 | 07-25-2014 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|