|
POST
|
Why there is difference in using sdk for .net and sdk for wpf? Just to clarify that ArcGIS Runtime for .NET and ArcGIS Runtime for WPF are 2 different SDKs. ArcGIS Runtime for WPF is older SDK that is replaced by ArcGIS Runtime for .NET (which contains SDKs for WPF, Windows Store and Windows Phone). ArcGIS Runtime for .NET API has been redesigned and modernized which means that the API is not the same as the old one. Can u suggest any other to do or is there any complete sample available? the samples available to download are not compiling....... Could you post which samples you are building? If you are using ArcGIS Runtime for .NET you should be using this repository. It has couple samples that uses hydrographic layer. Make sure that you follow these steps to get the reference changed so you can deploy the files. Could you paste compile error information too?
... View more
08-22-2016
03:07 AM
|
0
|
8
|
4743
|
|
POST
|
You should use OpenAsync factory method to create a geodatabase.
... View more
05-18-2016
06:32 AM
|
1
|
1
|
1225
|
|
POST
|
It seems that you are targeting dynamic service instead of feature service here.
... View more
05-11-2016
10:06 AM
|
0
|
1
|
1775
|
|
POST
|
You should be able just to create new MapPoint for the graphic and assign that into the Graphic.
... View more
05-11-2016
10:04 AM
|
0
|
0
|
800
|
|
POST
|
Can you get the stack trace from the crash if you enable native code debugging?
... View more
05-11-2016
10:03 AM
|
0
|
2
|
1319
|
|
POST
|
Would using UniqueValueRenderer work with symbols that have the different sizes in the symbol definitions through PictureMarkerSymbol height and width?
... View more
05-11-2016
03:17 AM
|
0
|
0
|
1052
|
|
POST
|
Hi, Here are some questions that might give us better understanding what is going on. How do you create the graphics? How do you add the attributes? What kind of renderer you are using? What kind of symbols you are using in the renderer? Are you accessing graphics or their attributes before they crash? Does attributes or geometries get updated? Is graphics source being updated? Is GraphicsLayers rendered in Dynamic mode? Is labelling enabled? How many graphics are generally in view? Specs of the machines where it is crashing? Does it always crash on specific areas? If you have a change, could you provide simple demo that reproduces the issue?
... View more
05-11-2016
02:27 AM
|
0
|
3
|
1319
|
|
POST
|
You can check when the MapView's Scale changes and then change the width of the polyline in the renderer.
... View more
04-29-2016
05:09 AM
|
0
|
0
|
682
|
|
POST
|
Unfortunately you cannot use ArcGIS Runtime for .NET in server side which means that you cannot build web service that is using it and deployed to the server. Technically you can do that but it's not allowed with current licensing. You can call Geoprosessing tools from your client (running on Windows desktop, Windows Store application or Windows Phone application) so if you want to call Geoprosessing Services from your web services, you need to write your own implementation to work against its REST endpoint or use an 3rd party library if there are such tools.
... View more
04-28-2016
09:32 AM
|
0
|
1
|
2631
|
|
POST
|
If I understood correctly what you are doing, you can use Geoprosessing Services and deploy those to the ArcGIS Server instances that you use through Geoprosessor class. Alternatively you can use Service Object Extensions on similar fashion. Currently we don't provide an SDK that you can use to build custom web services. Please contact Michael Branscomb <MBranscomb@esri.com> or Rex Hansen <rhansen@esri.com> about your use cases if you would like to be able to deploy runtime on the server.
... View more
04-28-2016
08:55 AM
|
0
|
1
|
2631
|
|
POST
|
Hi, ArcGIS Runtime SDK for .NET is intended for building apps to be deployed to Windows desktop / tablet / mobile devices. Current there is no licensing model that allows you to run/deploy ArcGIS Runtime for .NET SDK on server-side (WCF/Asp.NET MVC or with other frameworks).
... View more
04-28-2016
08:33 AM
|
0
|
3
|
2631
|
|
POST
|
I can verify that this throws. I have created new issue for this. cheers, Antti
... View more
04-25-2016
09:19 AM
|
0
|
0
|
1199
|
|
POST
|
Hi, Could you provide simple reproducers for all the issues that you find with the geometry engine and attach them to this chain? cheers, Antti
... View more
04-25-2016
08:52 AM
|
0
|
1
|
1579
|
|
POST
|
If that works for you it should do the trick. If you use overlays, it will handle map panning etc automatically but if you don't need that kind of behaviour / want to handle it yourself that should work just fine.
... View more
04-14-2016
06:26 AM
|
0
|
0
|
1334
|
|
POST
|
I think that in that case you need to give the mouse location or any other point where you want to put the overlay. Forexample you can create POCO class something like this: class TooltipModel MapPoint Anchor <- bind this to the ViewOverlayAnchor Feature / Graphic TooltipContent <- this would contain the actual item that you are overlaying and then you can bind the attributes to it's Attributes collection and the UI
... View more
04-14-2016
05:57 AM
|
0
|
1
|
1334
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-12-2014 03:52 AM | |
| 1 | 08-27-2015 03:47 AM | |
| 1 | 12-08-2014 09:58 AM | |
| 1 | 05-05-2015 10:19 AM | |
| 1 | 07-30-2015 08:43 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|