This page provides details about enhancements in the 200.6 release of ArcGIS Maps SDK for Java. It also lists deprecations, resolved issues, known issues, and more.
Enhancements
Editing
Advanced Editing license check
Creating or editing features in a named version requires an Advanced Editing extension license with ArcGIS Enterprise 11.2 or later feature services. This license validation is now performed during the creation process using ServiceGeodatabase.createVersionAsync()
, as well as during add, update, or delete operations on features and attachments.
Symbols
Support for CIM spec 3.4
ArcGIS Maps SDKs for Native Apps now support the latest CIM spec version 3.4. ArcGIS Pro 3.4 will be required to author maps targeting CIM spec version 3.4.
Military symbology
This release adds support for three additional Military symbology dictionary styles following new standards: MIL-STD-2525D Change 1, MIL-STD-2525E, and APP-6(E).
Projection Engine updates
Coordinate systems and transformations
- Available coordinate systems and transformations have been updated to EPSG v11.015.
- New vertical transformations based on geoids, quasi-geoids, or other conversion grids can transform to or between gravity-related vertical coordinate systems for Australia, Canada, Czechia, and Germany.
- New vertical transformations for EGM96 and EGM2008 heights are using bicubic natural spline interpolation used by NGA.
- Geographic transformations between NAD 1927 and NAD 1983 (various re-adjustments) that are using NADCON, HARN, and GEOCON grids are deprecated but remain available in the software. Transformations using these grids will appear at the bottom of a list of transformation paths. The recent NADCON5 transformations available in the Projection Engine Data supplemental download should be used instead.
SDK enhancements
There are no SDK enhancements with this release.
Local Server enhancements
There are no Local Server updates with this release.
Breaking API changes
There are no API breaking changes with this release.
Behavior changes
-
Geometry
now supports true curve input geometries, producing densified curves in the result geometries.Engine.offset -
The default color for grids in
MapView
has been changed to white. This applies to any grid with one or multiple levels.
Deprecations
API deprecations
There are no API deprecations with this release.
OS and framework deprecations
There are no OS framework deprecations with this release.
Issues resolved
Issues addressed in this release are listed below.
- BUG-000171542
Internal Nullability Violation
error for theDefault
property when working with feature layers hosted in Enterprise Portal and apps built with ArcGIS Maps SDKs for Native Apps version 200.5.Visibility
- BUG-000171844 Using scheduled updates with ArcGIS Maps SDKs for Native Apps incorrectly downloads entire new replica instead of incremental changes.
- BUG-000171919 Creating offline replica with a full utility network incorrectly requires that all layers from the feature service are included.
- BUG-000171920 OfflineMapTask can fail when including a utility network.
- Issue reported on Esri Community: Incorrect shadow rendering for buildings in relative to ground mode.
- Inconsistent dirty area creation when incorporating geodatabase delta with utility network association deletion.
- Persistent geodatabase file lock from an ahead-of-time download of a UN web map.
- Sublayer visibility should update based on scale in an offline map.
- Handle directional traces where the trace configuration is different from the tier's.
- Identifying a clustered feature layer without a popup definition does not return results.
Known issues
There are no known issues with this release.
Changes in samples
There are no sample updates with this release.
Related topics
- System requirements for 200.6
- Install and set up
- Display a map (Tutorial)
- Product Life Cycle (Esri Support Site)