|
POST
|
Have you followed the instructions in the License your app topic? Does your setClientId code come before any ArcGIS Runtime API calls are made? What kind of error are you getting from within Android Studio?
... View more
12-08-2015
11:06 PM
|
0
|
1
|
2102
|
|
POST
|
Does your code work as expected with features from a FeatureService used in any of the samples? For example, http://sampleserver6.arcgisonline.com/arcgis/rest/services/Sync/WildfireSync/FeatureServer, from the sample: Online editing | ArcGIS for Developers ?
... View more
12-08-2015
10:58 PM
|
0
|
0
|
592
|
|
POST
|
Hi Xiangheng, ArcObjects SDK is the best discussion thread for questions about the ArcObjects SDK for Java. I hope you get an answer soon!
... View more
12-08-2015
10:50 PM
|
0
|
0
|
1035
|
|
POST
|
Not necessarily. While it is true that ArcGIS Runtime APIs know nothing about OpenCV libraries, a lot depends on what your code is actually trying to do. Can you share a bit more about the problem? How is OpenCV being used in your Java application? How have you configured your Eclipse environment with OpenCV?
... View more
12-08-2015
10:41 PM
|
0
|
3
|
1583
|
|
POST
|
We're aiming now for end of April, early May 2016 for Quartz Beta 2.
... View more
12-07-2015
10:41 PM
|
0
|
1
|
1832
|
|
POST
|
This sounds like something our Support folks should be assisting with. Could be a lot of variables here. Do you have access to Esri Support?
... View more
12-02-2015
02:23 PM
|
0
|
0
|
923
|
|
POST
|
It could go something like this. See attached. It's a Java program, but the flow will be similar. Pardon my hacks.
... View more
12-02-2015
07:53 AM
|
0
|
1
|
2596
|
|
POST
|
Ah! Caught me. I will try to do this asap. I'm sorry for letting this get away!
... View more
12-01-2015
05:05 PM
|
0
|
0
|
2596
|
|
POST
|
Hi Jan, Thanks for the questions. We're working on it, and hopefully it will be there at Beta 2, but no guarantees. Stay tuned.
... View more
12-01-2015
05:00 PM
|
1
|
0
|
1054
|
|
POST
|
Ah...my bad. Sorry. Reverse proxy should work in the case you described here. I'm wondering, are these other applications you mention...are they also using ArcGIS Android API? Or are they different?
... View more
11-27-2015
09:01 PM
|
0
|
1
|
1891
|
|
POST
|
Hi Jan! Streaming API is planned for a Quartz Update, sometime after Quartz Final.
... View more
11-27-2015
08:52 PM
|
2
|
0
|
1217
|
|
POST
|
Ah. I understand now. I was thinking you were reading the raster file directly. MPK is a different beast. The method of using a local server to serve ad-hoc data is not a pattern we plan to support long-term. Mobile Map Packages are coming. This will be the pattern beginning with the Quartz versions of releases, coming in 2016. These will be Runtime Content packages containg your data, locators and networks, but will not need a LocalServer to deliver these to your maps. The Runtime APIs will allow you to access these data sources directly from these packages, so as for rasters, you'll have the resampling behavior and control you are looking for. Does this make sense? The Quartz Beta 1 is already here, and Beta 2 will have Mobile Map Package support, at least that this the current plan as of today. Does this help at all?
... View more
11-25-2015
08:54 AM
|
0
|
0
|
2243
|
|
POST
|
Hi Kevin, I can't tell by the code you've provided if you've added any ProxySetup code when you switched to using a proxy server. Can you confirm? ProxySetup | ArcGIS Android 10.2.7 API
... View more
11-24-2015
12:30 PM
|
0
|
3
|
1891
|
|
POST
|
Hi Durga, In a previous life I was a .NET programmer, and this code looks very familiar! Have you also posted this question to our .NET forum? This one here is specific to Android. Thanks!
... View more
11-24-2015
12:21 PM
|
0
|
1
|
854
|
|
POST
|
Hi Hani, Have you looked at the sample that selects features and highlights them: Query Feature Service Table | ArcGIS for Developers ? Once your query completes, is your code doing something like the following?: // Iterate the results and select each feature. for (Object objFeature : objs){ Feature feature = (Feature) objFeature; featureLayer.selectFeature(feature.getId()); }
... View more
11-24-2015
12:15 PM
|
1
|
1
|
1219
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-13-2017 11:47 AM | |
| 1 | 12-28-2016 03:30 PM | |
| 1 | 06-15-2018 10:13 AM | |
| 1 | 04-26-2015 09:53 AM | |
| 1 | 06-12-2018 01:57 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|