POST
|
Turns out the computer had an older version of the C++ x86 Redistributable and re-installing the correct version fixed the issue.
... View more
06-14-2017
04:19 PM
|
0
|
0
|
18
|
POST
|
We are trying to deploy to two Windows 10 computers. The pre-requisites have been installed on both: .NET Runtime 4.6 Direct X 12 (Direct3D feature level 9_3 is shown by DxDiag) C++ Redistributable The app works fine on one computer, but the MapView throws an exception on the other. Some error messages in the log file from the failing computer are as follows: Invalid ArcGISRuntime deployment, unable to load native dll. Maybe a missing native dependency, checking with dependency walker may help resolve this issue. C:\Program Files\RadioMobile\App\arcgisruntime100.0\client32\RuntimeCoreNet.dll The invocation of the constructor on type 'Esri.ArcGISRuntime.UI.Controls.MapView' that matches the specified binding constraints threw an exception. The type initializer for 'RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase' threw an exception. I've attached the DxDiag output from both machines. Does anyone have any idea what the issue might be? Thanks in advance.
... View more
06-14-2017
03:06 PM
|
0
|
1
|
612
|
POST
|
In 10.2.7 we had ability to label Graphics as explained here: Label map features—ArcGIS Runtime SDK for .NET | ArcGIS for Developers Is this functionality missing in Quartz 100? Or am I just not finding it in the documentation? If this is not available, is it going to be in the next release? We are in the middle of upgrading to Quartz but will have to backslide to 10.2.7 if there is no viable way to label graphics. Labeling them 1 at a time with Text Symbol is not going to work as we need the nice conflict detection that was available in 10.2.7.
... View more
04-18-2017
01:37 PM
|
0
|
10
|
675
|
POST
|
Hi Suganya, Thanks for your answer. Followup question: When using the method populateFromServiceWithParameters:clearCache:outFields:completion: is it subject to the maxRecordCount limit?
... View more
11-28-2016
10:42 AM
|
0
|
1
|
16
|
POST
|
Can we specify the outFields when querying a server based feature layer in Quartz? At 10.2.5 - the AGSQuery object had an outFields property which took a list of fields and mapped them to the REST API outFields parameter. In Quartz 10.0, the AGSQueryParameters object does not have an outFields property. The AGSServiceFeatureTable object does have a method called queryFeaturesWithParameters:fields:completion: but the fields parameter takes an enum with only three options: - AGSQueryFeatureFieldsIDsOnly - AGSQueryFeatureFieldsMinimum - AGSQueryFeatureFieldsLoadAll Is there some other way to specify the out fields when querying against the ArcGIS Server REST API?
... View more
11-27-2016
11:36 AM
|
1
|
6
|
1629
|
POST
|
Mary, Thanks for letting me know about AGSJSONSerializable. A couple of points: 1. I think the documentation could be improved. For example, if you look at AGSEnvelope you can see in the class diagram that it conforms to AGSJSONSerializable by way of inheriting from AGSGeometry. But neither AGSEnvelope nor AGSGeometry lists the toJSON and fromJSON methods. If you look at AGSPortalItem, on the other hand, the documentation does list those methods. So it's a bit inconsistent and confusing. 2. Some classes that previously supported JSON serialization, such as AGSGraphic and AGSFeatureLayer, are no longer supported. Thanks again! James
... View more
11-23-2016
02:59 PM
|
0
|
0
|
10
|
POST
|
Brian, If your going to be using KVO much, check out Facebook's KVOController library: https://github.com/facebook/KVOController It's block based API makes wiring up KVO events much cleaner in code. Cheers, James
... View more
11-23-2016
09:46 AM
|
1
|
1
|
5
|
POST
|
It looks like all of the initWithJSON and encodeToJSON methods have been removed in Quartz. Also, it seems like none of the objects conform to NSCoding. How can we serialize / deserialize objects in the Quartz SDK?
... View more
11-22-2016
05:13 PM
|
0
|
2
|
591
|
POST
|
Are ImageServer based layers supported in Quartz? Previously we had AGSImageServiceLayer but I cannot find an equivalent class in Quartz.
... View more
11-22-2016
04:34 PM
|
0
|
1
|
581
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|