|
POST
|
Hi, First of all, the attached shapefile does not have correctly spatial reference specified (wrong .prj file). As the shapefile's name states, it is WKID 3857 - that is Web Mercator Auxilliary Sphere. You need to Define Projection (as WKID 3857) and Project data to Basemap spatial reference which is WGS-1984 (WKID 4326) using ArcGIS Desktop or any other GIS tool. Check out this blog: When to use the Define Projection tool and the Project tool? | Support Services Blog for further guidance Next, you have two options: 1) Use ShapefileFeatureTable, then both Basemap and Shapefile spatial refences need to be the same. If not, shapefile is not displayer or misaligned. 2) Use LocalService's Dynamic Workspace (not recommended) LocalServer can project the data on-the-fly. Check out ArcGIS Runtime Sample App for 10.2.4 - Dynamic workspaces: shapefile for assistance. Hope this helps, Adam
... View more
02-20-2017
12:21 AM
|
1
|
12
|
3352
|
|
POST
|
Hi, Have you installed Eclipse Plugin? Install the Eclipse plug-in—ArcGIS Runtime SDK for Java | ArcGIS for Developers You should be able to run the application. You just may want to remove ArcGISRuntime import since it has not been used. Also initialize JMap as an instance variable, that is: map = new JMap();, in order to being able to close the app. Also make sure that you can create ArcGIS Runtime Java Map Application (File > New > Project > ArcGIS Runtime Java Map Application). Hope this helps, Adam
... View more
02-14-2017
05:24 AM
|
0
|
0
|
1096
|
|
POST
|
Hi Artur, What version of Runtime do you use? 100.0.0? Do you initialize MapView or JMap (10.2.4)? Can you post your code? Regards, Adam
... View more
02-13-2017
09:57 PM
|
0
|
0
|
1096
|
|
IDEA
|
ArcGIS Runtime is so much behind the capabilities of Esri Javascript API 3.x. As 100.0.0 version is released, please, start adding missing pieces in a faster pace. Developers need to have comparable tools for web and native apps development. Thanks, Adam
... View more
02-12-2017
11:09 PM
|
2
|
1
|
1239
|
|
POST
|
Hi, I would like share with you some of the issues I found when working with ArcGIS Runtime for Android 100.0.0, 1) GeometryEngine's project method throws an error when projecting a point with no Spataial Reference defined. This class should check the spatial reference existance first. Caused by: com.esri.arcgisruntime.ArcGISRuntimeException: Invalid argument at com.esri.arcgisruntime.internal.jni.CoreGeometryEngine.nativeProject(Native Method) at com.esri.arcgisruntime.internal.jni.CoreGeometryEngine.a(SourceFile:213) at com.esri.arcgisruntime.geometry.GeometryEngine.project(SourceFile:676) 2) When exporting 1, 200 000 points to Moblie Geodatabase (SQLite), the data gets gridded and only some of data (nothern cells) are used for querying. 3) UniqueValueRenderer does not display all unique values (range from 1 to 10) at all scales when working with multipart polygons (120 features) 4) Inconsistent workflow when creating network dataset since the routing is now based on travel mode. Some of work should be done in ArcMap and some in ArcGIS Pro. Mobile geodatabase seems to not allow for creating multimodal networks and is vulnerable to network dataset errors that did not restrict solving routes. 5) Create Runtime Content should have an explicit parameter for output data extent. Now, the current display extent is used for export. Regards, Adam
... View more
02-12-2017
10:58 PM
|
0
|
1
|
1975
|
|
POST
|
Hi Jens, check out the samples app for 100.0.0, and search for Symbol Dictionary. Regards, Adam
... View more
02-08-2017
06:23 AM
|
1
|
1
|
892
|
|
POST
|
Hi Norm, Well, as of ArcGIS Runtime SDK 10.2.4, I used 3rd party library or simple HTTPClient instance to get WMS Styled layer (custom SLD wasn't supported in Runtime) as an image and display it in JMap component. I would try doing the same thing for JavaFX. To send request you need only current map extent and size of window, other things can be even hardcoded or got from GetCapabilties endpoint. Hope this helps, Regards Adam
... View more
02-08-2017
06:10 AM
|
0
|
0
|
1070
|
|
POST
|
Check this out https://community.esri.com/message/532029 Regards, Adam
... View more
02-06-2017
04:50 AM
|
0
|
0
|
2775
|
|
POST
|
Hi, You can use Stream Layer | ArcGIS API for JavaScript 3.19 coupled with GeoEvent Server. Regards, Adam
... View more
02-06-2017
02:21 AM
|
2
|
0
|
1975
|
|
POST
|
No solution found so far. I decided to use UserCredential| arcgis-android.
... View more
02-05-2017
11:33 PM
|
0
|
0
|
1008
|
|
POST
|
Hi Bjorn, Indeed, there is 100.0.0 version for .Net as well.Please check ArcGIS Runtime SDK for .NET | ArcGIS for Developers . Also be aware that Local Server is now a seperate install. If you want to write me in private, I am available on firstnamelastname@hotmail.com. Regards, Adam
... View more
01-26-2017
08:09 AM
|
0
|
1
|
2309
|
|
POST
|
Hi All, I am looking for the easiest way to access premium services from ArcGIS Online in my app without prompting user to login. I found good article about authentication Authentication with ArcGIS Android 100.0.0 Part 2 | ArcGIS Blog, so I tried to implement AppLogin (Implementing App Login | ArcGIS for Developers ), but no success. I do not find any option to pass client_id and client secret to OAuthManger, so I can be autohorized to use premium content. Next, I thought, I can use hosted proxy on ArcGIS Online, but did not find any example how to use it with Runtime 100. Any help is welcome, Kind regards, Adam
... View more
01-24-2017
10:52 PM
|
0
|
2
|
2034
|
|
POST
|
Marcin, Now, I see what you are getting at.... So, why don't you change every second a Viewpoint offseted by small distance and then change back to the original viewpoint? I know, it is a kind of bypassing the issue, but should work. Adam
... View more
01-19-2017
03:50 AM
|
0
|
0
|
2935
|
|
POST
|
Marcin, You can update the underlaying data anyway you want i.e using ArcGIS Desktop Editing Tools (if reside on your DBMS), using REST API calls for FeatureService or any other custom tool that modify your data in the database. The service does not cache input data, it is accessed on every request made to your service. Hope this clarifies your question a bit. Adam
... View more
01-19-2017
03:24 AM
|
0
|
2
|
2935
|
|
POST
|
Marcin, Ad 1) Right, I do use ArcGISMapImageLayer class. You can set symbology for your layers before publishing data as MapService or FeatureService. These settings are maintained by resulting services. Regards, Adam
... View more
01-19-2017
01:09 AM
|
0
|
4
|
2935
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-19-2024 12:19 PM | |
| 1 | 05-11-2016 06:36 AM | |
| 1 | 09-28-2023 08:17 AM | |
| 2 | 03-17-2021 12:09 PM | |
| 1 | 05-11-2016 10:40 PM |
| Online Status |
Offline
|
| Date Last Visited |
01-27-2026
04:05 AM
|