|
POST
|
What is the execution type? If it is "esriExecutionTypeAsynchronous" like this one, then you'll need to call submitJob instead of execute. http://sampleserver4.arcgisonline.com/ArcGIS/rest/services/HomelandSecurity/Incident_Data_Extraction/GPServer/Extract%20Data%20Task Reference: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/Geoprocessor.html
... View more
08-18-2010
09:37 AM
|
0
|
0
|
1018
|
|
POST
|
The server won't return the query results with the name instead of the value, but you can use the LayerDetails.fields and types to get to the domains and then show the name instead of the value when you're displaying the results. Reference: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/supportClasses/LayerDetails.html http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/supportClasses/Domain.html
... View more
08-13-2010
01:41 PM
|
0
|
0
|
5817
|
|
POST
|
Try setting a breakpoint inside your "updateFeatureHandler" and then debug the app instead of trying to print the layerDetails. It's hard for me to tell without seeing the code, but the feature should be from the the layer that the FeatureLayer is pointing at.
... View more
08-13-2010
12:57 PM
|
0
|
0
|
2696
|
|
POST
|
Here's a more complete sample: http://resources.esri.com/help/9.3/arcgisserver/apis/flex/samples/index.html?sample=FreehandBufferGP You could also use the buffer result as the input to a QueryTask. Since you're just starting, you may want to start with the current 2.0 version available at: http://help.arcgis.com/en/webapi/flex/
... View more
08-12-2010
08:30 AM
|
0
|
0
|
453
|
|
POST
|
Are you looking for something like this sample? http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=TemporalRenderer_FeatureCollection The track lines can be created automatically by the ArcGIS API for Flex based on a set of features where features are grouped into tracks by track id.
... View more
08-12-2010
08:00 AM
|
0
|
0
|
681
|
|
POST
|
I'm not sure what the "key" is that you're referring to? This sample may be helpful: http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=AttributeInspectorInfoWindowEditable Notice how the attrInsp_updateFeatureHandler function is calling applyEdits() on the featurelayer.
... View more
08-11-2010
06:24 PM
|
0
|
0
|
2696
|
|
POST
|
Have you tried setting this to 2? <thumbcount>2</thumbcount> Is this more what you're expecting?
... View more
08-11-2010
03:05 PM
|
0
|
0
|
2287
|
|
POST
|
In the previous version you may have been running the app from the file system instead of http://localhost/. Try putting up a crossdomain.xml file at http://ont-charcsvr01/crossdomain.xml
... View more
08-11-2010
11:04 AM
|
0
|
0
|
441
|
|
POST
|
The AttributeInspector only supports showing selected features from its associated FeatureLayers. You can create a FeatureLayer pointing to the url of the related table or layer and then call featureLayer.selectFeatures() on it.
... View more
08-09-2010
12:00 PM
|
0
|
0
|
2696
|
|
POST
|
We didn't switch to the Spark VSlider since unfortunately it doesn't support ticks like the Halo VSlider.
... View more
08-09-2010
11:20 AM
|
0
|
0
|
620
|
|
POST
|
Yes, that's worth a try. You could also first try not moving it and using something like "/ArcGIS/rest/services/..." Use a tool like HttpFox or Firebug to see what it's requesting.
... View more
08-09-2010
11:13 AM
|
0
|
0
|
975
|
|
POST
|
The graphicProvider is set in the init using: layerGraphics.graphicProvider = lastIdentifyResultGraphic; In the myResultFunction you're setting the lastIdentifyResultGraphic var to the resultGraphic. layerGraphics.graphicProvider isn't bound to the lastIdentifyResultGraphic so it's not being reset. Try setting it like this in the result function: layerGraphics.graphicProvider = resultGraphic;
... View more
08-06-2010
01:22 PM
|
0
|
0
|
621
|
|
POST
|
You could add a new config option to the layer that you read in the ConfigManager and then use in the MapManager.
... View more
08-06-2010
01:19 PM
|
0
|
0
|
1613
|
|
POST
|
You want to change the FeatureLayer, so see the case "feature": section and then add something like this: featureLayer.symbol = new PictureMarkerSymbol(); Reference: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/symbols/PictureMarkerSymbol.html
... View more
08-06-2010
10:57 AM
|
0
|
0
|
1613
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-06-2017 01:13 PM | |
| 2 | 03-06-2017 02:12 PM | |
| 1 | 06-22-2010 12:01 PM | |
| 1 | 08-06-2012 09:29 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-15-2025
04:18 PM
|