|
POST
|
Creating geodatabases using Desktop workflow creates read-only geodatabases, if you want to edit a geodatabase, you need to create it through FeatureLayer (you can create sync enabled geodatabase before providing it to the application if needed too, this is called "pre-planned" workflow). Read more https://developers.arcgis.com/net/desktop/guide/create-an-offline-map.htm#LI_2FB791B0031F4D129B0EAD260A1D4DDEDE Sync offline edits—ArcGIS Runtime SDK for .NET | ArcGIS for Developers
... View more
09-21-2015
06:42 AM
|
0
|
0
|
738
|
|
POST
|
if you run the script separately from visual studio, does it work / what is the error message you get? In general, you should create deployment folder to the bin folder using Create an ArcGIS Runtime deployment—ArcGIS Runtime SDK for .NET | ArcGIS for Developers tool after that it should be simple copy full folder structure (including arcgisruntimexxxx folder) to the new location.
... View more
09-21-2015
05:58 AM
|
0
|
0
|
3823
|
|
POST
|
Yes, that's possible. You have 2 ways to handle that. One is to include credentials to the application that are used in authentication or you can use a proxy. Read more from here.
... View more
09-03-2015
05:25 AM
|
0
|
0
|
5318
|
|
POST
|
Is there any reason why you can't use IdentityManager to handle the token generation for you? You can also create a long term tokens using it and if needed, cache that to the client for reuse.
... View more
09-03-2015
04:20 AM
|
0
|
2
|
1580
|
|
POST
|
We also provide out-of-the-box implementations for authentication in the SDK's but for more details how to implement it, please refer authentication documentation. What comes to c# implementation, you might want to check if there are 3rd party libraries that provides implementation for OAUTH 2.0.
... View more
09-03-2015
02:11 AM
|
0
|
3
|
2848
|
|
POST
|
One option is to write the task logic by hand and access the rest endpoint from your own code. We provide existing tasks in our SDK's to communicate with the service but in some cases rolling your own implementation might be an option. If you want to go that route, please refer ArcGIS REST API: World Geocoding Service documentation for rest spec and authentication details.
... View more
09-03-2015
01:35 AM
|
0
|
5
|
2848
|
|
POST
|
You can use ArcGIS Runtime for .NET to access the Geocoding service but it needs 4.5 framework to work. If you have to stay on 4.0 framework, you could have a look our older ArcGIS Runtime for WPF SDK. It support using locators too.
... View more
09-03-2015
01:12 AM
|
0
|
7
|
2848
|
|
POST
|
From my understanding, you can configure the max number of the tiles returned. You can think it similar setting than max rows returned on queries. Just see server documentation for that. Also remember that when providing large TPK areas to offline applications, you can create application that splits specific extent to multiple tpks and then side load those to the application. In application side, you need to create functionality to load these tpks though but that shouldn't be too involving. This approach also gives better control/update workflow for tiles since you can update only specific regions if needed.
... View more
09-03-2015
12:59 AM
|
0
|
0
|
4029
|
|
POST
|
It looks like GarbageCollection isn't occurring in the samples. If you want to release the memory you need force collection. Easy way to test this is to add new button with following code. Add maps, remove then and collect memory. GC.Collect();
GC.WaitForPendingFinalizers(); Here is memory usage using this approach.
... View more
09-02-2015
07:50 AM
|
1
|
3
|
3320
|
|
POST
|
Thanks for reporting this, I have created bug issue for this.
... View more
09-02-2015
06:37 AM
|
1
|
0
|
2139
|
|
POST
|
Thanks, I got the issue visible now. We will investigate what's going on with the labels.
... View more
09-02-2015
05:49 AM
|
0
|
1
|
2139
|
|
POST
|
I have created bug for this issue. It seems that the Token is getting ignored but solution will work if used IdentityManager. What is your workflow that involves manually creating and storing tokens?
... View more
09-02-2015
03:56 AM
|
0
|
4
|
3743
|
|
POST
|
There are different mechanisms to share complex objects across the ViewModels. One way to handle this is to use a proxy class that manages the Map instance and that is shared between the ViewModels. The "manager/service/controller" approach is fairly common especially if you are using dependency injection (DI). Also static controller classes should work just fine to share references in MVVM fashion if you aren't using IoC. You can also extend navigation pattern to deliver any object to the next page. Something like this.
... View more
09-02-2015
02:17 AM
|
0
|
0
|
1791
|
|
POST
|
I tested the SampleBugTestWithoutPackage solution and couldn't reproduce any freezing. Could you tell me exact steps to get it occurring. I tried to navigate back and forth with and without labelling. What computer setup you are using? Are you testing this on device or simulator?
... View more
09-02-2015
01:59 AM
|
0
|
3
|
2139
|
| 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
|