Skip to content

Commit 634b638

Browse files
jenmerrittRachael-ED-R-Smith
authored
[Release] 200.0.0 (#769)
* Refactor format coordinates (#766) * Update FormatCoordinatesSample.java * Update FormatCoordinates.png * Update FormatCoordinates.png * Refactor identify kml (#767) * Update IdentifyKMLFeaturesSample.java * Update IdentifyKMLFeatures.png * Add error handling (#768) * Product rebranding (#764) * replace stand alone runtime reference with maps sdk * replace arcgisruntime.maps url with basic arcgis url * Update README.md * update readmes * address github check errors * address metadata checks * Update README.md Co-authored-by: Jen Merritt <[email protected]> Co-authored-by: Jen Merritt <[email protected]> * Fix colormap to use Color (#735) * update arcgisversion Co-authored-by: Rachael Ellen <[email protected]> Co-authored-by: David Smith <[email protected]>
1 parent c4f1b08 commit 634b638

File tree

263 files changed

+359
-345
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

263 files changed

+359
-345
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ArcGIS Runtime API for Java Samples
1+
# ArcGIS Maps SDK for Java Samples
22

33
[![Link: ArcGIS Developers home](https://img.shields.io/badge/ArcGIS%20Developers%20Home-633b9b?style=flat-square)](https://developers.arcgis.com)
44
[![Link: Documentation](https://img.shields.io/badge/Documentation-633b9b?style=flat-square)](https://developers.arcgis.com/java/)
@@ -9,12 +9,12 @@
99

1010
[![Link: Esri Community](https://img.shields.io/badge/Esri%20Community%20Questions-2d2670?style=flat-square)](https://community.esri.com/t5/arcgis-runtime-sdk-for-java-questions/bd-p/arcgis-runtime-sdk-for-java-questions)
1111
![ArcGIS Developers Twitter](https://img.shields.io/twitter/url?label=ArcGIS%20Developers&logoColor=2d2670&url=https%3A%2F%2Ftwitter.com%2FArcGISDevs)
12-
[![Link: ArcGIS Runtime SDKs Blog](https://img.shields.io/badge/ArcGIS%20Runtime%20SDKS%20Blog-2d2670?style=flat-square)](https://community.esri.com/t5/arcgis-runtime-sdk-for-java-questions/bd-p/arcgis-runtime-sdk-for-java-questions)
13-
[![Link: ArcGIS Blog for Developers](https://img.shields.io/badge/ArcGIS%20Blog%20for%20Developers-2d2670?style=flat-square)](https://community.esri.com/t5/arcgis-runtime-sdk-for-java-questions/bd-p/arcgis-runtime-sdk-for-java-questions)
12+
[![Link: ArcGIS Maps SDKs for Native Apps Blog](https://img.shields.io/badge/ArcGIS%20Runtime%20SDKS%20Blog-2d2670?style=flat-square)](https://community.esri.com/t5/arcgis-runtime-sdks-blog/bg-p/arcgis-runtime-sdks-blog)
13+
[![Link: ArcGIS Blog for Developers](https://img.shields.io/badge/ArcGIS%20Blog%20for%20Developers-2d2670?style=flat-square)](https://www.esri.com/arcgis-blog/developers/)
1414

1515
![Gradle build](https://github.com/Esri/arcgis-runtime-samples-java/workflows/Java%20CI%20with%20Gradle/badge.svg)
1616

17-
Welcome to the home of the ArcGIS Runtime API for Java samples! The ArcGIS Runtime API for Java is used to build mapping, location, and GIS applications for desktop applications running on Windows, Mac, or Linux. This repo contains a set of sample projects demonstrating how to accomplish various mapping and geospatial tasks with the ArcGIS Runtime API for Java.
17+
Welcome to the home of the ArcGIS Maps SDK for Java samples! The ArcGIS Maps SDK for Java is used to build mapping, location, and GIS applications for desktop applications running on Windows, Mac, or Linux. This repo contains a set of sample projects demonstrating how to accomplish various mapping and geospatial tasks with the ArcGIS Maps SDK for Java.
1818

1919
![Choose Camera Controller sample preview](https://user-images.githubusercontent.com/36415565/185649571-7d6feb6f-f0c2-42cb-9139-9d4541dd1da8.png)
2020

@@ -75,7 +75,7 @@ Some samples require offline data. A `samples-data` directory will automatically
7575

7676
## Requirements
7777

78-
See the ArcGIS Runtime API's [system requirements](https://developers.arcgis.com/java/reference/system-requirements/).
78+
See the ArcGIS Maps SDK for Java's [system requirements](https://developers.arcgis.com/java/reference/system-requirements/).
7979

8080
## Issues
8181

analysis/analyze-hotspots/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
group = 'com.esri.samples'
77

88
ext {
9-
arcgisVersion = '100.15.0'
9+
arcgisVersion = '200.0.0'
1010
}
1111

1212
javafx {

analysis/distance-measurement-analysis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
group = 'com.esri.samples'
77

88
ext {
9-
arcgisVersion = '100.15.0'
9+
arcgisVersion = '200.0.0'
1010
}
1111

1212
javafx {

analysis/line-of-sight-geoelement/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
group = 'com.esri.samples'
77

88
ext {
9-
arcgisVersion = '100.15.0'
9+
arcgisVersion = '200.0.0'
1010
}
1111

1212
javafx {

analysis/line-of-sight-location/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
group = 'com.esri.samples'
77

88
ext {
9-
arcgisVersion = '100.15.0'
9+
arcgisVersion = '200.0.0'
1010
}
1111

1212
javafx {

analysis/viewshed-camera/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
group = 'com.esri.samples'
77

88
ext {
9-
arcgisVersion = '100.15.0'
9+
arcgisVersion = '200.0.0'
1010
}
1111

1212
javafx {

analysis/viewshed-geoelement/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
group = 'com.esri.samples'
77

88
ext {
9-
arcgisVersion = '100.15.0'
9+
arcgisVersion = '200.0.0'
1010
}
1111

1212
javafx {

analysis/viewshed-geoprocessing/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
group = 'com.esri.samples'
77

88
ext {
9-
arcgisVersion = '100.15.0'
9+
arcgisVersion = '200.0.0'
1010
}
1111

1212
javafx {

analysis/viewshed-location/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
group = 'com.esri.samples'
77

88
ext {
9-
arcgisVersion = '100.15.0'
9+
arcgisVersion = '200.0.0'
1010
}
1111

1212
javafx {

display_information/add-graphics-with-renderer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
group = 'com.esri.samples'
77

88
ext {
9-
arcgisVersion = '100.15.0'
9+
arcgisVersion = '200.0.0'
1010
}
1111

1212
javafx {

0 commit comments

Comments
 (0)