-
Licensing after product retirement
Hi, We have an application built with version 100.14 of the Java Map SDK. However this product is planned for retirement in november 2028, will we still be able to buy licenses for it after this date ?
-
ESRI SDK Question
Hi, The customer have a question as to the usage of the ESRI javascript/angular SDK’s. Context: They are in the process of developing a mobile app, using web cross-platform technologies, e.g. VUE.js with Capacitor, React etc. From brief google searches it appears that the ESRI SDK for web does not support navigation…
-
Limitations in ArcGIS Runtime SDK 200.5 for Java – Request for Confirmation
Dear Experts,My team is working on ArcGIS Runtime SDK 200.5 for JavaWe are encountering the following challenges:* Georeferencing (GCP Creation Method) * The Java SDK does not support creating Ground Control Points (GCPs) for georeferencing. * Users can only load/import already georeferenced maps for analysis. Mosaicking…
-
Request for Java 17 build for given jars
Hello We are consuming below set of jars (java package) from ESRI. We wish to have latest upgraded jars over Java 17. Here is the list : 1. esri_mo23.jar 2. esri_mo23cad.jar 3. esri_mo23img.jar 4. esri_mo23res.jar 5. esri_mo23rpf.jar 6. esri_mo23vpf.jar 7. arcgis-natives-win32.jar 8. arcims_jconnect.jar 9. arcobjects.jar…
-
Checking if a point is within a rotated map
Hi there. I have code which checks if a point is within the visible area of the map. This works fine if the map is not rotated. I'm wondering if this is intended, or if additional handling of rotation is required. This is roughly what I'm doing: ``` MapView mapView; MapObject myMapObject; ... public Envelope…
-
AArch64 ArcGIS Maps SDK for Java
I am using ArcGIS Maps SDK for Java 200.4.0 and am running the JAR on a Raspberry Pi 4 Model B (AArch64) with Ubuntu 22.04. When referencing the "SpatialReferences" class, the following exception is thrown: * java.lang.NoClassDefFoundError: Could not initialize class com.esri.arcgisruntime.geometry.SpatialReferences *…
-
Downloading Offline Map Not working when API Key is Set
Hi, I've been downloading offline map areas using a credential as seen below: Whenever I set ArcGISRuntimeEnvironment.setApiKey("apiKey"), the preplannedMapAreas comes out as empty, but when I have not set the apiKey in the runtime environment, it returns the list. Same thing happens if I have not set the credential above…
-
No data error GeoDatabase
For the life of e I can't figure this out any ideas. Here is my code. Obviously something silly. Java 17 200.4 String GEO_DATABASE_FOLDER = System.getProperty("user.home") + System.getProperty("file.separator") + "." + APP_NAME.toLowerCase() + System.getProperty("file.separator") + DATA_BASEDIRECTORY +…
-
How to get Current X and Y on webmap on touch or clicklistener
I am trying to get current x and current y (lat/lng) on webmap ontouchlistener, As I have implemented webmap layer and trying to get click x and y but unable to get if anyone knows how to get please let me know
-
Saving a mobile map package from a vtpk file
Hi, we want to load a vtpk file and create a mobile map package from an smaller envelope of that vector tile package. My approach is: File tpkFile = new File("C:\\Users\\admin\\Downloads\\map.vtpk"); TileCache cache = new TileCache(tpkFile.getAbsolutePath()); ArcGISTiledLayer tiledLayer = new ArcGISTiledLayer(cache);…
-
Unable to instantiate ArcGISMap from this webMapUrl
I'm just starting with the Java SDK. I'm using OpenJDK 19.0.2. The map loads fine when running from the IDE. Once I build a standalone package using jlink, things start to act strangely. It works most of the times, but from time to time it fails to start and gives this error: java.lang.IllegalArgumentException: Unable to…
-
Extract polygons from shapefile
hello community, I'm new to ESRI Gis data processing, I'm reading a shapefile and would like to extract from it polygons, but all I get is points I'm using esri api (code written in scala) Thank you
-
Create feature table in geopackage
Is there any reason why there is no API in ArcGIS Runtime (Java/Kotlin) library to create a new feature table in geopackage?
-
Support for .mpkx (from ArcGIS pro 3.1) in ArcGIS Runtime Java SDK 100.15.2
Hello There, Does anyone know which version of ArcGIS Runtime Java SDK support the .mpkx (from ArcGIS pro 3.1) ? Another following question is does it also support the .mpk (From ArcMap 10.8.X) Thanks Himanshu
-
Feature Layer Definition Expression TimeStamp query
I am trying to filter features shown on the Map using definition expression. I want to filter between start and end time stamps. The definition expression set on the feature layer is "event_timestamp BETWEEN TIMESTAMP <start_timestamp> AND TIMESTAMP <end_timestamp>". The problem I am facing is that the filtering does not…
-
Adding Features using Java SDK
I'm having a problem adding features to an ArcGIS Online table using the source code found in adding a feature. Doing a single feature works just fine, but if I select multiple features and then loop through my ArcGIS Features, I end up with many duplicates. I'm not sure what is wrong.
-
Pinch Zoom and touch rotate not working on linux using java sdk
-
Closest Facility Location Service for Java Maps SDK
Greetings, My team is using the Professional Developer Subscription and we are primarily developing using the Java Maps SDK. We are trying to get the ClosestFacility functionality to work. We can get the immediate example Closest Facility Example to work using the sample server. However, when we try to hit the same server…
-
How To Use Java Maps SDK Popup class??
I am trying to add a styled Popup to display metadata from a graphic. I have seen the examples shown using the Callout class, however, the Popup class appears to have much much more formatting capabilities (it has an ENTIRE package dedicated to it). Are there any examples how to use Popups? I simply want to display…
-
ArcGIS Maps SDK for Java headless
Is it possible to run the ArcGIS Maps SDK for Java and or JavaFX in a headless/sever environment or do I need a desktop with a display and graphics card? If so are there any examples of doing this?
-
compile an run the starter project from github
Hi, i try to run the starter project sample from github (https://github.com/Esri/java-zip-starter-project) I followed the instructions from https://developers.arcgis.com/java/install-and-set-up/ so finally the single Java Class App compiles without errors or warnings. But if i run the the App i get a noclassdeffounderror:…
-
Changing VectorTileLayer appereance on map.
I have a VectorTileLayer that contains floor plan visuals for some buildings, I need to change the color of certain room in the building base on information obtained from a different source. I found many resources and ways for changing Feature Layer things, but nothing for VectorTileLayers. Is there anyway to do this, and…
-
Hosted line feature layer not rendered on map
I am not able to render a line feature layer even though the feature layer is loaded successfully. If I query the features, it will render but still it blinks and goes away when I pan/zoom the map. Let me know if I am missing any thing. Here I am attaching the code Layer currentBaseLayer = new WmtsLayer(<locally hosted…
-
How to Download the BaseMap or part of the basemap for offline to display the shapefile over it
Hi team, I didn't getting much clarity for Download the BaseMap data or Part of the BaseMap to our Local System to work with offline(i even get the trial version of the ArcGIS Pro but the ArcGISVersion 3.1 not supporting in my Linux OS) , Could you please give me the another procedure to download the Basemap with data, i…
-
Doesn't Reading and displaying the Shape file in JavaFX
i set up everything like APIKey and ArcGIS RunTIme Environment and javaFX also but while im running the code provided by the official esri documentation , im not getting any display output i tried to display the ArcGIS basemap it was working but while im reading the Shapefile was not giving any output, i'm keep on trying…