|
POST
|
Are you using MouseClick or MouseLeftButtonDown event? Do you mark e.handled after you've retrieved the point and open/close your child window?
... View more
11-15-2010
11:03 AM
|
0
|
0
|
664
|
|
POST
|
If you do not overwrite your FeatureLayer's Renderer property. After the layer is initialized, you can get the Renderer defined by the service, save this to an IRenderer object. IRenderer originalRenderer = (sender as FeatureLayer).Renderer; This is the original renderer if you have not yet set Renderer to your own custom renderer.
... View more
11-15-2010
11:00 AM
|
0
|
0
|
482
|
|
POST
|
Kindly refer to this related thread: http://forums.arcgis.com/threads/17207-Is-there-a-way-to-programatically-toggle-sub-layers-with-a-cached-tiled-map
... View more
11-15-2010
10:56 AM
|
0
|
0
|
653
|
|
POST
|
Different SpatialReference will not work because the projection of the Map is determined by the first visible layer with a SpatialReference defined. If the SpatialReference of the Map is different than a Tiled Layer, the Tiled Layer will not be displayed.
... View more
11-15-2010
10:54 AM
|
0
|
0
|
664
|
|
POST
|
No, you can only do so in dynamic layers. The reason is that tiled layers allow you to work with a cached map service . A cached service accesses pre-created tiles from a cache instead of dynamically rendering images.
... View more
11-15-2010
10:51 AM
|
0
|
0
|
440
|
|
POST
|
The TemplatePicker use symbols that each FeatureLayer Renderer defines, it does not take a subset of FeatureTypes from a given layer. It takes all or nothing from the layer. If you mean to hide templates from one layer in its entirety, you can edit the DefaultStyle of your EditorWidget and update the TemplatePicker LayerIDs property to exclude the layers which Add operation you already handle somewhere else. Here's a blog post on how you can customize the style of any user control. http://blogs.esri.com/Dev/blogs/silverlightwpf/archive/2010/05/20/Use-control-templates-to-customize-the-look-and-feel-of-ArcGIS-controls.aspx This is also a related thread, in case you wish the symbol displayed but the actual addition to your layer to be blocked. Two events useful here are the Editor's EditActivated and EditCompleted eventshttp://forums.arcgis.com/threads/9756-Undo-edits-of-the-EditorWidget
... View more
11-12-2010
06:54 PM
|
0
|
0
|
538
|
|
POST
|
Oh! That's something I did not try. I remember there also was another issue in XBAP, something about Popup getting black background even with AllowsTransparency is true. You can change the template of the TimeSlider though. You can test it out in ExpressionBlend until you find a style that can also work in XBAP. Good luck.
... View more
11-12-2010
11:42 AM
|
0
|
0
|
2608
|
|
POST
|
You can listen to Map's PropertyChanged event and check for e.PropertyName == "TimeExtent".
... View more
11-12-2010
10:15 AM
|
0
|
0
|
448
|
|
POST
|
You can update the MapTip of the GraphicsLayer that contains this graphic.
... View more
11-12-2010
10:14 AM
|
0
|
0
|
633
|
|
POST
|
This is by design, MouseWheel event is already marked handled by our MouseWheelHelper.
... View more
11-12-2010
10:10 AM
|
0
|
0
|
1327
|
|
POST
|
It really is difficult to give an estimated date for v2.1 RTM as it goes through different departments within ESRI for approval, release and setup. I can tell you that we are trying to get it out soon, but 'soon' is subjective and our team does not have full control of when this is actually delivered to public.
... View more
11-12-2010
09:26 AM
|
0
|
0
|
1505
|
|
POST
|
GraphicsLayer has a Graphics property which is a collection of graphics. So you can use the same layer and just keep adding to its Graphics. Here are some of the SDK Samples: http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#AddGraphicsXAML http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#AddGraphics
... View more
11-12-2010
09:20 AM
|
0
|
0
|
1138
|
|
POST
|
Have you looked at this sample? http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#AddressToLocation You can update the PictureMarkerSymbol Source property with your image.
... View more
11-12-2010
09:17 AM
|
0
|
0
|
633
|
|
POST
|
The Editor has LayerIDs property you can update (http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Editor~LayerIDs.html). However, I can assure you that the Editor will not act on layers that are not visible 🙂
... View more
11-12-2010
09:08 AM
|
0
|
0
|
1112
|
|
POST
|
It is possible that the problem lies on how you defined your ClassBreakRenderer. Have you looked at this sample? http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#RenderersXAML The Attribute property must match a field in your FeatureLayer. Also when you perform the same query on your web browser, look at the features' value for this field and see if any of them would fall in the ClassBreakInfo you've created. A quick check would be to set the DefaultSymbol for your ClassBreakRenderer, it is possible that the features just do not fall in any of the defined ClassBreakInfo Min/Max range.
... View more
11-12-2010
09:03 AM
|
0
|
0
|
1649
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 1 | 09-11-2025 01:30 PM | |
| 1 | 06-06-2025 10:14 AM | |
| 1 | 03-17-2025 09:47 AM | |
| 1 | 07-24-2024 07:32 AM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|