POST
|
Kurt, Chris, ArcGIS .NET SDK 10.2.6 just released today and here is the Release notes for 10.2.6 . You will find whats new and what issues been fixed and more. Another thing, always keep an eye for ESRI conferences DevSummit or UC ... you will get a good prospective of what you should expect in the future and when. Here is some videos for the Runtime .NET sessions in DevSummit 2015 Thanks, Asser
... View more
07-14-2015
06:35 PM
|
0
|
0
|
13
|
POST
|
Hi Peter, Sure it is, you can create buffer for any geometry Point, Line or Polygon. The Esri.ArcGISRuntime.Geometry.GeometryEngine.Buffer use any type of geometry to create buffer for. Thanks, Asser
... View more
07-14-2015
06:19 PM
|
0
|
0
|
30
|
POST
|
Hi Alexander, With how you described the problem, it could be many things that cause the issue which make it really hard to tell. And for the graphics disappear and the HitTest crash it seems like an API issue. I will try to create a similar app to reproduce the problem. Also in the coming release (so soon) we have done a lot of performance enhancement and bug fixes related to map rendering and HitTest, so once it is available, please update us if you still seeing the same issue with the new version. Thanks, Asser
... View more
07-06-2015
03:07 PM
|
0
|
0
|
19
|
POST
|
Hi Sandeep, That because you need license for using local data and other functionalities, here is more info about the license and how to use them. License your app—ArcGIS Runtime SDK for .NET | ArcGIS for Developers Update: the error have nothing to do with the code, without license you will get this error but you still be able to use all the functionalities in the API for development and testing with no problem. Try to review your code and make sure you use the right .mpk path. Thanks, Asser
... View more
07-06-2015
02:28 PM
|
0
|
0
|
48
|
POST
|
Hi Alexander, Which RenderingMode are you using for your graphics layer? for large graphics number it is recommended to use Static mode. If you using static mode and still see the problem, can you create a simple app reproducing the problem and send it to us so we can have close look. Thanks, Asser
... View more
07-06-2015
02:59 AM
|
0
|
2
|
19
|
POST
|
Hi Sandeep, You can add your local dynamic layer .mpk file and use it the same way you use the online dynamic layer to show and hide the sublayers. Here is a sample code of how to do that and the sample is here LocalMapService localMapService = new LocalMapService(@" [local .mpk file path]"); await localMapService.StartAsync(); ArcGISDynamicMapServiceLayer arcGISDynamicMapServiceLayer = new ArcGISDynamicMapServiceLayer() { ID = "arcGISDynamicMapServiceLayer", ServiceUri = localMapService.UrlMapService, }; MyMapView.Map.Layers.Add(arcGISDynamicMapServiceLayer); Thanks, Asser
... View more
07-06-2015
02:39 AM
|
0
|
5
|
48
|
POST
|
Hi Sandeep, You can not chose to show or hide specific sub layers in a tiled layer, Tiled layers is a cached tiles that you define what visible and what is not before creating it. So you only have the ability to show or hide the whole layer. You can do that with Dynamic layer and show or hide the sub layers the way you want. And this desktop sample will show you how to do it Thanks, Asser
... View more
07-02-2015
05:38 PM
|
0
|
7
|
48
|
POST
|
Hi Sandeep, Yes it is possible, you need to create network dataset on Arcmap then create Runtime content to use it in runtime .Net app. You will find offline routing sample here arcgis-runtime-samples-dotnet/src/Desktop/ArcGISRuntimeSDKDotNet_DesktopSamples at master · Esri/arcgis-runtime-samples-… Thanks, Asser
... View more
06-18-2015
10:52 PM
|
3
|
4
|
38
|
POST
|
Hi Gergely, There is a way to zoom in/out drawing a box by press and hold the shift key and draw envelope will zoom in or press and hold shift + ctrl and draw will zoom out. Uncheck the IsZoomBoxEnabled will disable that interaction and you wont be able to zoom in or out drawing a box. Thanks, Asser
... View more
05-27-2015
12:22 PM
|
0
|
0
|
13
|
POST
|
Hi Robert, Can you attach a reproducible app to see the issue? Thanks, Asser
... View more
05-21-2015
10:59 AM
|
0
|
2
|
37
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|