Package com.esri.arcgisruntime.mapping
Enum BasemapStyle
- java.lang.Object
-
- java.lang.Enum<BasemapStyle>
-
- com.esri.arcgisruntime.mapping.BasemapStyle
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<BasemapStyle>
public enum BasemapStyle extends java.lang.Enum<BasemapStyle>
The list of basemap styles.This is used to determine which basemap to use. These basemaps are secured and require either an APIKey or named user to access them.
- Since:
- 100.10.0
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ARCGIS_CHARTED_TERRITORY
A composite basemap with elevation hillshade (raster) and the world featuring a geopolitical style reminiscent of a school classroom wall map (vector) as the base layers.ARCGIS_CHARTED_TERRITORY_BASE
A vector basemap in a geopolitical style reminiscent of a school classroom wall map as the base layer.ARCGIS_COLORED_PENCIL
A vector basemap presented in the style of hand-drawn, colored pencil cartography.ARCGIS_COMMUNITY
A vector basemap for the world in a style that is optimized to display special areas of interest (AOIs) that have been created and edited by Community Maps contributors.ARCGIS_DARK_GRAY
A vector basemap for the world featuring a dark neutral background style with minimal colors as the base layer and labels as the reference layer.ARCGIS_DARK_GRAY_BASE
A vector basemap for the world featuring a dark neutral background style with minimal colors as the base layer.ARCGIS_DARK_GRAY_LABELS
A vector basemap with labels for the world as the reference layer.ARCGIS_HILLSHADE_DARK
A raster basemap with world hillshade (Dark) is useful in building maps that provide terrain context while highlighting feature layers and labels.ARCGIS_HILLSHADE_LIGHT
A raster basemap with elevation hillshade.ARCGIS_IMAGERY
A composite basemap with satellite imagery of the world (raster) as the base layer and labels (vector) as the reference layer.ARCGIS_IMAGERY_LABELS
A vector basemap with labels for the world as the reference layer.ARCGIS_IMAGERY_STANDARD
A raster basemap with satellite imagery of the world as the base layer.ARCGIS_LIGHT_GRAY
A vector basemap for the world featuring a light neutral background style with minimal colors as the base layer and labels as the reference layer.ARCGIS_LIGHT_GRAY_BASE
A vector basemap for the world featuring a light neutral background style with minimal colors as the base layer.ARCGIS_LIGHT_GRAY_LABELS
A vector basemap with labels for the world as the reference layer.ARCGIS_MIDCENTURY
A vector basemap inspired by the art and advertising of the 1950's that presents a unique design option to the ArcGIS basemaps.ARCGIS_MODERN_ANTIQUE
A composite basemap with elevation hillshade (raster) and the look of 18th and 19th century antique maps in the modern world of multi-scale mapping (vector) as the base layers.ARCGIS_MODERN_ANTIQUE_BASE
A vector basemap in the style of 18th and 19th century antique maps in the modern world of multi-scale mapping as the base layer.ARCGIS_NAVIGATION
A vector basemap for the world featuring a custom navigation map style.ARCGIS_NAVIGATION_NIGHT
A vector basemap for the world featuring a 'dark mode' version of theARCGIS_NAVIGATION
style, using the same content.ARCGIS_NEWSPAPER
A vector basemap in black & white design with halftone patterns, red highlights, and stylized fonts to depict a unique "newspaper" styled theme.ARCGIS_NOVA
A vector basemap for the world featuring a dark background with glowing blue symbology inspired by science-fiction and futuristic themes.ARCGIS_OCEANS
A composite basemap with ocean data of the world (raster) as the base layer and labels (vector) as the reference layer.ARCGIS_OCEANS_BASE
A raster basemap with ocean data of the world as the base layer.ARCGIS_OCEANS_LABELS
A vector basemap with labels for the world as the reference layer.ARCGIS_STREETS
A vector basemap for the world featuring a classic Esri street map style.ARCGIS_STREETS_NIGHT
A vector basemap for the world featuring a custom 'night time' street map style.ARCGIS_STREETS_RELIEF
A composite basemap with elevation hillshade (raster) and a classic Esri street map style (vector) as the base layers.ARCGIS_STREETS_RELIEF_BASE
A vector basemap in the classic Esri street map style, using a relief map as the base layer.ARCGIS_TERRAIN
A composite basemap with elevation hillshade (raster), minimal map content like water and land fill, water lines and roads (vector) as the base layers and minimal map content like populated place names, admin and water labels with boundary lines (vector) as the reference layer.ARCGIS_TERRAIN_BASE
A vector basemap with minimal map content like water and land fill, water lines and roads as the base layer.ARCGIS_TERRAIN_DETAIL
A vector basemap with minimal map content like populated place names, admin and water labels with boundary lines as the reference layer.ARCGIS_TOPOGRAPHIC
A composite basemap with elevation hillshade (raster) and classic Esri topographic map style including a relief map (vector) as the base layers.ARCGIS_TOPOGRAPHIC_BASE
A vector basemap in the classic Esri topographic map style, using a relief map as the base layer.OSM_DARK_GRAY
A vector basemap version of Open Street Map (OSM) data hosted by Esri and rendered using dark neutral style with minimal colors as the base layer and labels as the reference layer.OSM_DARK_GRAY_BASE
A vector basemap version of Open Street Map (OSM) data hosted by Esri and rendered using dark neutral style with minimal colors as the base layer.OSM_DARK_GRAY_LABELS
A vector basemap version of Open Street Map (OSM) data hosted by Esri.OSM_LIGHT_GRAY
A vector basemap version of Open Street Map (OSM) data hosted by Esri and rendered using light neutral style with minimal colors as the base layer and labels as the reference layer.OSM_LIGHT_GRAY_BASE
A vector basemap version of Open Street Map (OSM) data hosted by Esri and rendered using light neutral style with minimal colors as the base layer.OSM_LIGHT_GRAY_LABELS
A vector basemap version of Open Street Map (OSM) data hosted by Esri.OSM_STANDARD
A vector basemap version of Open Street Map (OSM) data hosted by Esri and rendered using Open Street Map (OSM) cartography.OSM_STANDARD_RELIEF
A composite basemap that uses elevation as an artistic hillshade (raster) and Open Street Map (OSM) data hosted by Esri.OSM_STANDARD_RELIEF_BASE
A vector basemap is a version of Open Street Map (OSM) data hosted by Esri and rendered using Esri Street Map cartographic style.OSM_STREETS
A vector basemap version of Open Street Map (OSM) data hosted by Esri and rendered using Esri Street Map style.OSM_STREETS_RELIEF
A composite basemap with elevation as an artistic hillshade (raster) and Open Street Map (OSM) data hosted by Esri and rendered similarly to the Esri Street Map (with Relief) cartographic style (vector) as the base layers.OSM_STREETS_RELIEF_BASE
A vector basemap with Open Street Map (OSM) data hosted by Esri.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BasemapStyle
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BasemapStyle[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ARCGIS_IMAGERY
public static final BasemapStyle ARCGIS_IMAGERY
A composite basemap with satellite imagery of the world (raster) as the base layer and labels (vector) as the reference layer.- Since:
- 100.10.0
-
ARCGIS_IMAGERY_STANDARD
public static final BasemapStyle ARCGIS_IMAGERY_STANDARD
A raster basemap with satellite imagery of the world as the base layer.- Since:
- 100.10.0
-
ARCGIS_IMAGERY_LABELS
public static final BasemapStyle ARCGIS_IMAGERY_LABELS
A vector basemap with labels for the world as the reference layer. Designed to be overlaid onARCGIS_IMAGERY_STANDARD
.- Since:
- 100.10.0
-
ARCGIS_LIGHT_GRAY
public static final BasemapStyle ARCGIS_LIGHT_GRAY
A vector basemap for the world featuring a light neutral background style with minimal colors as the base layer and labels as the reference layer.- Since:
- 100.10.0
-
ARCGIS_LIGHT_GRAY_BASE
public static final BasemapStyle ARCGIS_LIGHT_GRAY_BASE
A vector basemap for the world featuring a light neutral background style with minimal colors as the base layer.- Since:
- 100.10.0
-
ARCGIS_LIGHT_GRAY_LABELS
public static final BasemapStyle ARCGIS_LIGHT_GRAY_LABELS
A vector basemap with labels for the world as the reference layer. Designed to be overlaid on light neutral backgrounds such as theARCGIS_LIGHT_GRAY_BASE
style.- Since:
- 100.10.0
-
ARCGIS_DARK_GRAY
public static final BasemapStyle ARCGIS_DARK_GRAY
A vector basemap for the world featuring a dark neutral background style with minimal colors as the base layer and labels as the reference layer.- Since:
- 100.10.0
-
ARCGIS_DARK_GRAY_BASE
public static final BasemapStyle ARCGIS_DARK_GRAY_BASE
A vector basemap for the world featuring a dark neutral background style with minimal colors as the base layer.- Since:
- 100.10.0
-
ARCGIS_DARK_GRAY_LABELS
public static final BasemapStyle ARCGIS_DARK_GRAY_LABELS
A vector basemap with labels for the world as the reference layer. Designed to be overlaid on dark neutral backgrounds such as theARCGIS_DARK_GRAY_BASE
style.- Since:
- 100.10.0
-
ARCGIS_NAVIGATION
public static final BasemapStyle ARCGIS_NAVIGATION
A vector basemap for the world featuring a custom navigation map style.- Since:
- 100.10.0
-
ARCGIS_NAVIGATION_NIGHT
public static final BasemapStyle ARCGIS_NAVIGATION_NIGHT
A vector basemap for the world featuring a 'dark mode' version of theARCGIS_NAVIGATION
style, using the same content.- Since:
- 100.10.0
-
ARCGIS_STREETS
public static final BasemapStyle ARCGIS_STREETS
A vector basemap for the world featuring a classic Esri street map style.- Since:
- 100.10.0
-
ARCGIS_STREETS_NIGHT
public static final BasemapStyle ARCGIS_STREETS_NIGHT
A vector basemap for the world featuring a custom 'night time' street map style.- Since:
- 100.10.0
-
ARCGIS_STREETS_RELIEF
public static final BasemapStyle ARCGIS_STREETS_RELIEF
A composite basemap with elevation hillshade (raster) and a classic Esri street map style (vector) as the base layers.- Since:
- 100.10.0
-
ARCGIS_TOPOGRAPHIC
public static final BasemapStyle ARCGIS_TOPOGRAPHIC
A composite basemap with elevation hillshade (raster) and classic Esri topographic map style including a relief map (vector) as the base layers.- Since:
- 100.10.0
-
ARCGIS_OCEANS
public static final BasemapStyle ARCGIS_OCEANS
A composite basemap with ocean data of the world (raster) as the base layer and labels (vector) as the reference layer.- Since:
- 100.10.0
-
ARCGIS_OCEANS_BASE
public static final BasemapStyle ARCGIS_OCEANS_BASE
A raster basemap with ocean data of the world as the base layer.- Since:
- 100.10.0
-
ARCGIS_OCEANS_LABELS
public static final BasemapStyle ARCGIS_OCEANS_LABELS
A vector basemap with labels for the world as the reference layer. Designed to be overlaid onARCGIS_OCEANS_BASE
.- Since:
- 100.10.0
-
ARCGIS_TERRAIN
public static final BasemapStyle ARCGIS_TERRAIN
A composite basemap with elevation hillshade (raster), minimal map content like water and land fill, water lines and roads (vector) as the base layers and minimal map content like populated place names, admin and water labels with boundary lines (vector) as the reference layer.- Since:
- 100.10.0
-
ARCGIS_TERRAIN_BASE
public static final BasemapStyle ARCGIS_TERRAIN_BASE
A vector basemap with minimal map content like water and land fill, water lines and roads as the base layer.- Since:
- 100.10.0
-
ARCGIS_TERRAIN_DETAIL
public static final BasemapStyle ARCGIS_TERRAIN_DETAIL
A vector basemap with minimal map content like populated place names, admin and water labels with boundary lines as the reference layer. Designed to be overlaid onARCGIS_TERRAIN_BASE
and hillshade.- Since:
- 100.10.0
-
ARCGIS_COMMUNITY
public static final BasemapStyle ARCGIS_COMMUNITY
A vector basemap for the world in a style that is optimized to display special areas of interest (AOIs) that have been created and edited by Community Maps contributors.- Since:
- 100.10.0
-
ARCGIS_CHARTED_TERRITORY
public static final BasemapStyle ARCGIS_CHARTED_TERRITORY
A composite basemap with elevation hillshade (raster) and the world featuring a geopolitical style reminiscent of a school classroom wall map (vector) as the base layers.- Since:
- 100.10.0
-
ARCGIS_COLORED_PENCIL
public static final BasemapStyle ARCGIS_COLORED_PENCIL
A vector basemap presented in the style of hand-drawn, colored pencil cartography.- Since:
- 100.10.0
-
ARCGIS_NOVA
public static final BasemapStyle ARCGIS_NOVA
A vector basemap for the world featuring a dark background with glowing blue symbology inspired by science-fiction and futuristic themes.- Since:
- 100.10.0
-
ARCGIS_MODERN_ANTIQUE
public static final BasemapStyle ARCGIS_MODERN_ANTIQUE
A composite basemap with elevation hillshade (raster) and the look of 18th and 19th century antique maps in the modern world of multi-scale mapping (vector) as the base layers.- Since:
- 100.10.0
-
ARCGIS_MIDCENTURY
public static final BasemapStyle ARCGIS_MIDCENTURY
A vector basemap inspired by the art and advertising of the 1950's that presents a unique design option to the ArcGIS basemaps.- Since:
- 100.10.0
-
ARCGIS_NEWSPAPER
public static final BasemapStyle ARCGIS_NEWSPAPER
A vector basemap in black & white design with halftone patterns, red highlights, and stylized fonts to depict a unique "newspaper" styled theme.- Since:
- 100.10.0
-
ARCGIS_HILLSHADE_LIGHT
public static final BasemapStyle ARCGIS_HILLSHADE_LIGHT
A raster basemap with elevation hillshade. Designed to be used as a backdrop for topographic, soil, hydro, landcover or other outdoor recreational maps.- Since:
- 100.10.0
-
ARCGIS_HILLSHADE_DARK
public static final BasemapStyle ARCGIS_HILLSHADE_DARK
A raster basemap with world hillshade (Dark) is useful in building maps that provide terrain context while highlighting feature layers and labels.- Since:
- 100.10.0
-
ARCGIS_STREETS_RELIEF_BASE
public static final BasemapStyle ARCGIS_STREETS_RELIEF_BASE
A vector basemap in the classic Esri street map style, using a relief map as the base layer. This is a transparent basemap so it is recommended to use it along with a hillshade (raster) layer or adjust theBackgroundGrid
of theGeoView
.- Since:
- 100.11.0
-
ARCGIS_TOPOGRAPHIC_BASE
public static final BasemapStyle ARCGIS_TOPOGRAPHIC_BASE
A vector basemap in the classic Esri topographic map style, using a relief map as the base layer. This is a transparent basemap so it is recommended to use it along with a hillshade (raster) layer or adjust theBackgroundGrid
of theGeoView
.- Since:
- 100.11.0
-
ARCGIS_CHARTED_TERRITORY_BASE
public static final BasemapStyle ARCGIS_CHARTED_TERRITORY_BASE
A vector basemap in a geopolitical style reminiscent of a school classroom wall map as the base layer. This is a transparent basemap so it is recommended to use it along with a hillshade (raster) layer or adjust theBackgroundGrid
of theGeoView
.- Since:
- 100.11.0
-
ARCGIS_MODERN_ANTIQUE_BASE
public static final BasemapStyle ARCGIS_MODERN_ANTIQUE_BASE
A vector basemap in the style of 18th and 19th century antique maps in the modern world of multi-scale mapping as the base layer. This is a transparent basemap so it is recommended to use it along with a hillshade (raster) layer or adjust theBackgroundGrid
of theGeoView
.- Since:
- 100.11.0
-
OSM_STANDARD
public static final BasemapStyle OSM_STANDARD
A vector basemap version of Open Street Map (OSM) data hosted by Esri and rendered using Open Street Map (OSM) cartography.- Since:
- 100.10.0
-
OSM_STANDARD_RELIEF
public static final BasemapStyle OSM_STANDARD_RELIEF
A composite basemap that uses elevation as an artistic hillshade (raster) and Open Street Map (OSM) data hosted by Esri. It is rendered similarly to the Esri Street Map (with Relief) and uses a cartographic style (vector) as the base layer.- Since:
- 100.10.0
-
OSM_STANDARD_RELIEF_BASE
public static final BasemapStyle OSM_STANDARD_RELIEF_BASE
A vector basemap is a version of Open Street Map (OSM) data hosted by Esri and rendered using Esri Street Map cartographic style.- Since:
- 100.10.0
-
OSM_STREETS
public static final BasemapStyle OSM_STREETS
A vector basemap version of Open Street Map (OSM) data hosted by Esri and rendered using Esri Street Map style.- Since:
- 100.10.0
-
OSM_STREETS_RELIEF
public static final BasemapStyle OSM_STREETS_RELIEF
A composite basemap with elevation as an artistic hillshade (raster) and Open Street Map (OSM) data hosted by Esri and rendered similarly to the Esri Street Map (with Relief) cartographic style (vector) as the base layers.- Since:
- 100.10.0
-
OSM_LIGHT_GRAY
public static final BasemapStyle OSM_LIGHT_GRAY
A vector basemap version of Open Street Map (OSM) data hosted by Esri and rendered using light neutral style with minimal colors as the base layer and labels as the reference layer.- Since:
- 100.10.0
-
OSM_LIGHT_GRAY_BASE
public static final BasemapStyle OSM_LIGHT_GRAY_BASE
A vector basemap version of Open Street Map (OSM) data hosted by Esri and rendered using light neutral style with minimal colors as the base layer.- Since:
- 100.10.0
-
OSM_LIGHT_GRAY_LABELS
public static final BasemapStyle OSM_LIGHT_GRAY_LABELS
A vector basemap version of Open Street Map (OSM) data hosted by Esri. Contains only labels as the reference layer. Designed to be overlaid on light neutral styles with minimal colors such asOSM_LIGHT_GRAY_BASE
.- Since:
- 100.10.0
-
OSM_DARK_GRAY
public static final BasemapStyle OSM_DARK_GRAY
A vector basemap version of Open Street Map (OSM) data hosted by Esri and rendered using dark neutral style with minimal colors as the base layer and labels as the reference layer.- Since:
- 100.10.0
-
OSM_DARK_GRAY_BASE
public static final BasemapStyle OSM_DARK_GRAY_BASE
A vector basemap version of Open Street Map (OSM) data hosted by Esri and rendered using dark neutral style with minimal colors as the base layer.- Since:
- 100.10.0
-
OSM_DARK_GRAY_LABELS
public static final BasemapStyle OSM_DARK_GRAY_LABELS
A vector basemap version of Open Street Map (OSM) data hosted by Esri. Contains only labels as the reference layer. Designed to be overlaid on dark neutral styles with minimal colors such asOSM_DARK_GRAY_BASE
.- Since:
- 100.10.0
-
OSM_STREETS_RELIEF_BASE
public static final BasemapStyle OSM_STREETS_RELIEF_BASE
A vector basemap with Open Street Map (OSM) data hosted by Esri. It is rendered similarly to the Esri Street Map (with Relief) and uses a cartographic style as the base layer. This is a transparent basemap so it is recommended to use it along with a hillshade (raster) layer or adjust theBackgroundGrid
of theGeoView
.- Since:
- 100.11.0
-
-
Method Detail
-
values
public static BasemapStyle[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (BasemapStyle c : BasemapStyle.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static BasemapStyle valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-