|
POST
|
Yes, again forgive all my newbie questions but is graphics layer the same as feature layer and if not can you move data from one to the other? GraphicsLayer is the base class of FeatureLayer. So the sample codes working with GraphicsLayer should also work with FeatureLayer. FeatureLayer adds mainly the capability to get/store graphics from/to a feature service.
... View more
10-17-2012
11:30 PM
|
0
|
0
|
1330
|
|
POST
|
I want to ask what is different between MSD and MXD Map service? I heard that ArcGIS not support MXD in the future, is it true? MSD-based map services have been introduced with ArcGIS 9.3.1 in order to improve map display quality and server performances. The advantages of MSD services were so great that , from ArcGIS Server 10.1, only MSD-based optimized map services are supported. That being said, MXD are still supported by ArcGIS desktop, and map services can still be created from MXD document. Concerning the editing, I am not aware of any restriction concerning the MSD services. It should be more tied to your ArcGIS server version and to the way you configure your services (you need to activate the 'FeatureServer' capability when publishing your service). Which ArcGIS server version are you using? Did you activate the feature server capability?
... View more
10-17-2012
11:24 PM
|
0
|
0
|
2356
|
|
POST
|
The 'S' stands for 'Static' method. So you can call it from C# code like : Editor.SetSnapDistance(10);
... View more
10-17-2012
06:26 AM
|
0
|
0
|
1095
|
|
POST
|
This pie chart sample should be a good starting point for getting charts in maptip.
... View more
10-17-2012
02:09 AM
|
0
|
0
|
1800
|
|
POST
|
Snapping when using the editor was already there in 2.4. See SetSnapDistance and SetSnapKey in 2.4 documentation. In 3.0, the possibility to snap to edge has been added.
... View more
10-17-2012
01:43 AM
|
0
|
0
|
1095
|
|
POST
|
Declaring the maptip in the resources is not working, becasue the UIElement is not shareable. You can either create your own maptip control and instantiate it by code, or declare the datatemplate in the resources and instantiate a ContentControl by code (see this thread).
... View more
10-17-2012
01:37 AM
|
0
|
0
|
701
|
|
POST
|
Yes the lastest version of the printing sample is using SL 5.0 and ArcGIS API for SL 3.0. As ArcGIS 3.0 supports SL4.0 as well, you should probably be able to use SL4.0 + ArcGIS3.0 with the sample but I never tested.
... View more
10-12-2012
09:06 AM
|
0
|
0
|
770
|
|
POST
|
The wait indicator of the legend is created with a StoryBoard repeating forever a rotation animation. It starts and stops just by making it visible and collapsed. For example, the BusyIndicator of the legend control is defined this way: <Grid x:Name="BusyIndicator" Background="Transparent" Margin="3,0" HorizontalAlignment="Left" VerticalAlignment="Center" RenderTransformOrigin="0.5,0.5" > <Grid.Triggers> <EventTrigger RoutedEvent="Grid.Loaded"> <EventTrigger.Actions> <BeginStoryboard> <Storyboard> <DoubleAnimation Duration="0:0:1" RepeatBehavior="Forever" To="360" Storyboard.TargetName="BusyIndicator" Storyboard.TargetProperty="(UIElement.RenderTransform).(RotateTransform.Angle)" /> </Storyboard> </BeginStoryboard> </EventTrigger.Actions> </EventTrigger> </Grid.Triggers> <Grid.RenderTransform> <RotateTransform /> </Grid.RenderTransform> <Ellipse Fill="#1E525252" Margin="11,2,11,20" Width="2" Height="2"/> <Ellipse Fill="#3F525252" Height="3" Width="3" VerticalAlignment="Top" HorizontalAlignment="Right" Margin="0,4,5,0" /> <Ellipse Fill="#7F525252" Width="4" HorizontalAlignment="Right" Height="4" VerticalAlignment="Top" Margin="0,9,1,0" /> <Ellipse Fill="#BF525252" Height="5" Width="5" VerticalAlignment="Bottom" Margin="0,0,3,3" HorizontalAlignment="Right" /> <Ellipse Fill="#FF525252" Height="6" Width="6" VerticalAlignment="Bottom" Margin="9,0" /> </Grid>
... View more
10-12-2012
09:02 AM
|
0
|
0
|
811
|
|
POST
|
The ProjectAsync method accepts a list of graphics as input argument and project all the graphics in one request to the server. Is it what you are looking for?
... View more
10-12-2012
08:52 AM
|
0
|
0
|
1305
|
|
POST
|
Does anyone have an example using code behind to just create a simple polyline, or link that can point me in the right direction? Did you look at this sample which adds graphics by code?
... View more
10-12-2012
08:41 AM
|
0
|
0
|
1330
|
|
POST
|
Did you get the latest version of the print sample (download)? I had noticed this error after migrating to Silverlight 5 and it's supposed to be fixed in the version I posted end of August.
... View more
10-11-2012
11:58 PM
|
0
|
0
|
770
|
|
POST
|
Is there any solution for this problem? Unfortunately no easy solution. The legend is a part of the symbol and is displayed by using the VisualState 'MouseOver' of the symbol. The legend Z order is related to the symbol Z order, and so can be hidden by others symbols. The solution might be to tweak the sample to display the legend in maptips which are always on top.
... View more
10-08-2012
10:38 PM
|
0
|
0
|
825
|
|
POST
|
We have reproduced the issue that should be fixed in the next version. At this time, the workaround might be to create one polygon by ring and to sum the area by yourself. Thanks for reporting that.
... View more
10-08-2012
03:52 AM
|
0
|
0
|
1000
|
|
POST
|
We have reproduced the issue that should be fixed in the next version. At this time, the workaround might be to create one polygon by ring and to sum the area by yourself. Thanks for reporting that.
... View more
10-08-2012
03:52 AM
|
0
|
0
|
818
|
|
POST
|
But to manage each sub layer individually under a map service layer, I should be serving up a non cached layer, am I right ? Right. Cached map services don't support changing sublayers visibility.
... View more
10-05-2012
05:35 AM
|
0
|
0
|
1509
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-12-2025 03:01 AM | |
| 1 | 10-14-2025 09:24 AM | |
| 1 | 06-13-2013 09:22 AM | |
| 1 | 04-29-2022 02:21 AM | |
| 1 | 04-29-2022 02:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
10-30-2025
08:06 AM
|