|
POST
|
You can query with a multi-ring polygon by setting Query.geometry. http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/geometry/Polygon.html http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html#geometry Also, the GeometryService does have a union() method: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/GeometryService.html#union()
... View more
11-10-2010
09:12 AM
|
0
|
0
|
953
|
|
POST
|
ArcGIS API for Flex 1.x doesn't have a FeatureLayer, but you can do the same thing by using a QueryTask and a GraphicsLayer.
... View more
11-10-2010
08:32 AM
|
0
|
0
|
886
|
|
POST
|
It's usually used in editing scenarios. You first have to select the features using: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#selectFeatures()
... View more
11-09-2010
03:03 PM
|
0
|
0
|
953
|
|
POST
|
You can create a TimeExtent with a start and end date and then set Query.timeExtent: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/tasks/supportClasses/Query.html#timeExtent
... View more
11-09-2010
08:44 AM
|
0
|
0
|
783
|
|
POST
|
You can get the list of visible layers from the layer itself at: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/ArcGISDynamicMapServiceLayer.html#visibleLayers If you still need access to LayerTOC.layerInfos, you can make it public.
... View more
11-09-2010
08:42 AM
|
0
|
0
|
851
|
|
POST
|
You can have the value of the slider set the level on the Map. If you're using Flex API 2.x, you may just want to create a custom skin for the slider instead of a whole new slider.
... View more
11-09-2010
08:01 AM
|
0
|
0
|
483
|
|
POST
|
The OpenStreetMapLayer only supports the web mercator projection: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/OpenStreetMapLayer.html#spatialReference
... View more
11-09-2010
07:58 AM
|
0
|
0
|
615
|
|
POST
|
The Flex API does not support client side reprojection. If you're using a dynamic layer or feature layer, the API will request that the server do the reprojection when it creates the map image or returns the feature set.
... View more
11-09-2010
07:51 AM
|
0
|
0
|
686
|
|
POST
|
The FeatureLayer's timeDefinition is used to filter the features that are loaded when the FeatureLayer is in snapshot mode. If this isn't what you're using, then you should be able to set the TimeExtent you've created on the Map's timeExtent property instead of setting the Map's timeSlider property.
... View more
11-08-2010
11:49 AM
|
0
|
0
|
1035
|
|
POST
|
Another option could be to try and prevent the duplicates by not letting the server return the features that have already been loaded. Try adding a NOT IN SQL clause to the Query.where property. e.g. OBJECTID NOT IN (1, 2, 3, ...)
... View more
11-08-2010
09:23 AM
|
0
|
0
|
712
|
|
POST
|
You can change this by setting this to false: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/Graphic.html#checkForMouseListeners
... View more
11-08-2010
09:18 AM
|
0
|
0
|
924
|
|
POST
|
You'll need to set the Map's timeExtent instead of timeSlider: http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/Map.html#timeExtent
... View more
11-08-2010
09:17 AM
|
0
|
0
|
1035
|
|
POST
|
Can you try a tool like HttpFox to make sure that it's successfully accessing your crossdomain.xml file?
... View more
11-05-2010
10:23 AM
|
0
|
0
|
3029
|
|
POST
|
You can change the first argument to the swfobject.embedSWF() function in the index.template.html to something like this: "${swf}.swf?ts=" + new Date().getTime()
... View more
11-05-2010
10:16 AM
|
0
|
0
|
2334
|
| 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
|