Welcome to the home of the ArcGIS Runtime API for Java demos. This repository contains a number of separate JavaFX applications which demonstrate the use of the ArcGIS Runtime API for Java, a geospatial API built by Esri.
This repository is regularly updated and will cover a range of geospatial workflows using the API, along with comparisons of how your favourite workflows in ArcGIS Pro can be used in ArcGIS Runtime and how they can work together.
- Create hillshade effects with geospatial code
- An application exploring a simple geospatial workflow of using opensource raster data to produce a hillshade renderer and 3D surface. Find the code in the Create Hillshade Effects package.
- Read the accompanying blog: ArcGIS Runtime: Create hillshade effects with geospatial code
- Open IntelliJ IDEA and select File > Open....
- Choose the arcgis-runtime-java-demos directory and click OK.
- Select File > Project Structure... and ensure that the Project SDK and language level are set to use Java 17.
- Open the Gradle view with View > Tool Windows > Gradle.
- In the Gradle view, double-click
copyNatives
under Tasks > build. This will unpack the native library dependencies to $USER_HOME/.arcgis. - In the Gradle view, double-click
run
under Tasks > application to run the app.
cd
into the project's root directory.- Run
./gradlew clean build
on Linux/Mac orgradlew.bat clean build
on Windows. - Run
./gradlew copyNatives
on Linux/Mac orgradlew.bat copyNatives
on Windows. This will unpack the native library dependencies to $USER_HOME.arcgis. - Run
./gradlew run
on Linux/Mac orgradlew.bat run
on Windows to run the app.
See the ArcGIS Runtime API for Java's system requirements.
Find a bug or want to request a new demo? Please let us know by submitting an issue.
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
Copyright 2022 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's license.txt file.