-
For Removal Element Description com.esri.arcgisruntime.ArcGISRuntimeEnvironment.getAPILabel() As of 100.1.0, no replacement.com.esri.arcgisruntime.ArcGISRuntimeEnvironment.getAPIVersion() since 100.14.0. UseArcGISRuntimeEnvironment.getApiVersion()
instead.com.esri.arcgisruntime.ArcGISRuntimeEnvironment.getJavaVersion() As of 100.1.0, the version of JVM can be obtained from the system property "java.version".com.esri.arcgisruntime.mapping.view.GeoView.getLayerViewState(Layer) since 100.10.0. UseGeoView.getViewStateForLayer(Layer)
instead.com.esri.arcgisruntime.mapping.view.GeoView.isLogoVisible() As of 100.2.0, no replacement.com.esri.arcgisruntime.mapping.view.GeoView.setLogoVisible(boolean) as of 100.2.0, no replacement.com.esri.arcgisruntime.ogc.kml.KmlTourController.removeCurrentChangedListener(KmlTourCurrentPositionChangedListener) since 100.14.0. UseKmlTourController.removeCurrentPositionChangedListener(KmlTourCurrentPositionChangedListener)
instead.com.esri.arcgisruntime.symbology.DictionarySymbolStyle(String) as of 100.6.0, the specification definition has been moved to an Arcade expression in the style file. These styles no longer reside in a default location and creating a DictionarySymbolStyle from a specification is no longer supported with the new military symbol styles. This constructor is only valid for use with the older format style files. An error occurs if a newer format (Arcade-based) style is encountered. UseDictionarySymbolStyle.createFromFile(String)
instead.com.esri.arcgisruntime.symbology.DictionarySymbolStyle.getConfigurationProperties() as of 100.6.0, these configuration settings are specific to the older style files and have no effect on the newer style files, where the symbol creation comes from the Arcade expression in the style.com.esri.arcgisruntime.symbology.DictionarySymbolStyle.getSpecificationType() as of 100.6.0. With the new Arcade-based styles, the style specification logic is embedded in the style file itself. DictionarySymbolStyles are no longer specific to military specifications and can be customized by the end user. Use theDictionarySymbolStyle.getDictionaryName()
instead.
-
Enums Enum Description com.esri.arcgisruntime.mapping.Basemap.Type 100.14.0. UseBasemap(BasemapStyle)
-
Constructors Constructor Description com.esri.arcgisruntime.mapping.ArcGISMap(Basemap.Type, double, double, int) 100.14.0. UseArcGISMap.ArcGISMap(BasemapStyle)
.com.esri.arcgisruntime.mapping.ArcGISScene(Basemap.Type) 100.14.0. UseArcGISScene.ArcGISScene(BasemapStyle)
.com.esri.arcgisruntime.symbology.DictionarySymbolStyle(String) as of 100.6.0, the specification definition has been moved to an Arcade expression in the style file. These styles no longer reside in a default location and creating a DictionarySymbolStyle from a specification is no longer supported with the new military symbol styles. This constructor is only valid for use with the older format style files. An error occurs if a newer format (Arcade-based) style is encountered. UseDictionarySymbolStyle.createFromFile(String)
instead.