|
POST
|
Ah. It looks like you're getting the toString() representation of the Point geometry as your label text. " TextSymbol txtSym = new TextSymbol(20, String.valueOf(mapPoint), Color.RED);" You can explicitly construct the text for the label from getting the X and Y attributes of the Point geometry itself. For example, do something like: String labelText = mapPoint.getX() + " , " + mapPoint.getY(); Then: "TextSymbol txtSym = new TextSymbol(20, labelText, Color.RED);" See what I mean? Hope this helps.
... View more
04-13-2015
10:46 AM
|
2
|
1
|
1602
|
|
POST
|
Prem, I don't believe you need to include DOMAIN. Please try it without and let us know what happens.
... View more
04-12-2015
09:19 PM
|
0
|
1
|
3764
|
|
POST
|
Hi Camilo. The QueryTask takes a QueryParameters, which allows you to set a where clause, but you can chose not to use setGeometry. This should work for you. Geometry is only required for spatial queries, or spatial + attribute. Sounds like all you want to do is query attributes.
... View more
04-06-2015
09:40 AM
|
0
|
0
|
851
|
|
POST
|
Are you saying that your text graphic is not showing up on the Map?
... View more
04-06-2015
09:28 AM
|
0
|
1
|
1602
|
|
POST
|
Hello Marc. That RUD number will not work, as that is for a different product. To acquire Standard License packs, you can contact Esri's Customer Service or the Esri office that serves you and order them. They will send you a license string that looks like "runtimestandard,101,rux00000,none,XXXXXXX". I hope this helps!
... View more
04-03-2015
02:20 PM
|
1
|
1
|
1789
|
|
POST
|
If you are only targeting Windows with your app, we only support msvc with opengl. Mingw will not work. Does this help?
... View more
03-20-2015
04:34 PM
|
0
|
2
|
1482
|
|
POST
|
Couldn't speak for Xamarin, but if you want to try out App Studio, here you go! http://appstudio.arcgis.com . You can also develop for iOS with the ArcGIS Runtime SDK for iOS, a fantastic native API for iPhones. You get closer to native QR Code libraries for the iOS platform with this SDK, I believe.
... View more
03-20-2015
04:23 PM
|
0
|
0
|
1727
|
|
POST
|
KK, First, I would suggest first that you try your code with 10.2.5, which has now been released. I was able to refactor the code you shared and it seemed to work ok. Let us know! Thanks
... View more
03-20-2015
10:51 AM
|
2
|
1
|
1981
|
|
POST
|
Hello Thomas, Surely this is a matter of your application not finding the correct license level. ArcView level should be sufficient. Can you share your initialization code with us? Also, this is a great question for the ArcObjects SDK discussion thread. ArcObjects SDK is different SDK from ArcGIS Runtime SDK for Java. Thanks!
... View more
03-14-2015
10:12 AM
|
0
|
0
|
982
|
|
POST
|
Hi Julio. Thank you for asking this great question. Here is a great discussion forum for good questions like this: ArcObjects SDK , The ArcGIS Runtime SDK for Java API is not the best choice for Client-Server, direct ArcSDE Java apps like the one you describe. ArcObjects is your best choice here. Having said that, Runtime is the best choice for Java apps that take full advantage of the modern ArcGIS Platform as a whole, which is the current and future. To inquire about the SDE Java libraries for 10.2, you should contact you local account representative or Esri Customer Service. I hope this is helpful?
... View more
03-14-2015
10:01 AM
|
0
|
0
|
892
|
|
POST
|
GeoTIFF is supported. Here is the topic where you can find all of the supported raster file formats as of 10.2.4: Add raster data—ArcGIS Runtime SDK for Java | ArcGIS for Developers
... View more
03-14-2015
09:45 AM
|
0
|
0
|
590
|
|
POST
|
Just to add, for C++, LocalServer can be used for simple editing of a featurelayer from a File Geodatabase in a Map Package. However, this is not the recommended pattern for editing features directly on the device going forward.
... View more
03-13-2015
09:54 PM
|
0
|
0
|
2057
|
|
POST
|
This raster format is actually not supported in the Java API. A definitive list of supported raster data types are found here: Add raster data—ArcGIS Runtime SDK for Android | ArcGIS for Developers
... View more
02-27-2015
12:39 PM
|
0
|
0
|
3581
|
|
POST
|
Hi Steven, This looks like a great candidate for the ArcObjects SDK discussion forum. It should get better handled from there. Thanks! Eric
... View more
02-27-2015
11:39 AM
|
0
|
0
|
1498
|
|
POST
|
Thanks, Sachin. Yes, the CORE Runtime won't accept these kinds of modifications to the PRJ file, unfortunately.
... View more
02-23-2015
04:48 PM
|
0
|
1
|
1426
|
| 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
|