|
POST
|
I'm always interested in hearing about what would be good functionality to add to the Runtime Java SDK, so I was wondering if there are any developers who would be keen for us to make the SDK available for OS X Java developers? Mark
... View more
10-24-2014
03:46 AM
|
0
|
3
|
3525
|
|
POST
|
Hi Jeremie, I've almost answered this a couple of times, but I guess I just need to clarify what you are trying to do. The way I'm interpreting this is that if you are looking at a map at say a scale of 1:1 Million and you click on the map to digitize a point (which may be used to calculate a distance or draw a line etc) that point will be recorded to a given precision... is that what you are trying to display? Mark
... View more
10-21-2014
08:05 AM
|
0
|
0
|
900
|
|
POST
|
I've seen the fix for this. Looking promising that this will be in the next release. Mark
... View more
07-25-2014
09:45 AM
|
1
|
2
|
4469
|
|
POST
|
Tile packages (tpks) only work at fixes levels of detail, so you are limited to the scales you can zoom to. This works fine when you know the zoom scales you are working at. Another alternative is to use the new geodatabase format. You can export this from ArcMap or from a ArcGIS Server Feature Service. If you are only using the data for read only (not editing it), you are free to use these with a Basic level license. If you need any more information on this let us know. Mark
... View more
06-15-2014
11:37 PM
|
0
|
2
|
2651
|
|
POST
|
Hi Peter, I'm moving your post to the ArcObjects forum (this forum is for ArcGIS Runtime for Java which isn't based on ArcObjects). Hopefully you'll get a better response here. Good luck Mark
... View more
06-10-2014
02:04 AM
|
0
|
0
|
1017
|
|
POST
|
It's actually a core rendering issue with OpenGL which happens to be how we render things in Linux. You can actually make it flicker in Windows too if you switch the RenderEngine (however I don't encourage that). As support say, we are aiming to fix this in the next release. Mark
... View more
06-09-2014
01:49 AM
|
0
|
3
|
4469
|
|
POST
|
Hi Mike, An mpk file needs to use Local Server which is functionality which requires a Standard level license. https://developers.arcgis.com/java/guide/license-your-app.htm If you attempt to use this functionality with only a Basic license you will get an error in your application. Mark
... View more
06-09-2014
01:38 AM
|
0
|
0
|
2651
|
|
POST
|
Hi Nogy, We set the symbology of graphics in a graphics layers per graphic as in this article: https://developers.arcgis.com/java/guide/add-graphics-and-text.htm I do want to double check that you are using the Runtime API and not the JavaScript API as you are talking about style files. My answer assumes you are a Runtime developer. If that's not right I can point you in the right direction. Mark
... View more
06-02-2014
04:53 AM
|
0
|
0
|
660
|
|
POST
|
I�??m pleased to announce that the 10.2.3 release of ArcGIS Runtime SDK for Java is now available for download at our developers site. We have lots of new features including the final version of our offline API released in Beta at 10.2. We also have a new licensing model for all Runtime SDKs which makes our SDK more accessible allowing developers to get their application to market much quicker. Other items of interest to our developers include: - Additional geoprocessing tools supported by the Local Server (including the much requested data management tools) - A new toolkit which supports the new offline API - Performance improvements for tiled services - Support for symbol rotation based on attributes Please check out the release notes for more details.
... View more
05-20-2014
01:29 AM
|
0
|
4
|
3003
|
|
POST
|
It's starting to become clear. This forum is for questions on the ArcGIS Runtime SDK for Java. This isn't the same as the ArObjects APIs (ArcGIS Engine for example). The forum for ArcObjects based APIs is here: http://forums.arcgis.com/forums/20-ArcObjects-SDKs If you are an ArObjects developer then you may be an EDN subscriber. If so, then most downloads are available via your subscription here: http://edn.esri.com/
... View more
05-19-2014
02:21 AM
|
0
|
0
|
2359
|
|
POST
|
We looked into the NMEA sentence and I've found that this one is not currently supported. This is something we can consider in a future release. In terms of a workaround, I think the answer is to write some code which reads in the sentence and interprets it in your own code. Mark
... View more
05-13-2014
01:48 AM
|
0
|
0
|
1869
|
|
POST
|
10.2.3 is almost ready. It was delayed due to a quality issue which we went back to fix. I can't commit to a date, but watch out for an announcement in the next few days. I will post up the new features in a separate post when we release, but I can say that we are supporting Java 8 . Mark
... View more
05-13-2014
01:44 AM
|
0
|
0
|
1302
|
|
POST
|
Hi Jason, We will look at this for you and report back. I'm interested in the application you are writing and what kind of device you are reading from. Thanks Mark
... View more
05-07-2014
01:40 AM
|
0
|
0
|
1869
|
|
POST
|
You may need to work with your network admin to work out why this is failing. It should be a case of using the following code: ProxySetup proxySetup = new ProxySetup(); String proxyHost = "myproxy.domain.com"; int proxyPort = 8080 ; UserCredentials proxyCredentials = new UserCredentials(); proxyCredentials.setUserAccount("userName", "password"); try { ProxySetup.setupProxy(proxyHost, proxyPort, proxyCredentials); } catch (EsriSecurityException e) { // TODO Auto-generated catch block e.printStackTrace(); } This doesn't look too far from what you are already trying though.
... View more
05-06-2014
07:58 AM
|
0
|
0
|
970
|
|
POST
|
This has now been sorted. http://forums.arcgis.com/threads/106773-ArcGIS-Runtime-10.2-for-Java-Qt-and-WPF-Licensing Sorry about this. Mark
... View more
04-22-2014
07:25 AM
|
0
|
0
|
708
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-12-2026 01:35 AM | |
| 2 | 05-07-2026 06:59 AM | |
| 1 | 08-13-2024 05:17 AM | |
| 1 | 07-10-2024 01:50 AM | |
| 1 | 04-22-2024 01:21 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-13-2026
06:46 AM
|