- All Implemented Interfaces:
Serializable
,Comparable<BasemapStyle>
,Constable
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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA 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.A vector basemap in a geopolitical style reminiscent of a school classroom wall map as the base layer.A vector basemap presented in the style of hand-drawn, colored pencil cartography.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.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.A vector basemap for the world featuring a dark neutral background style with minimal colors as the base layer.A vector basemap with labels for the world as the reference layer.A raster basemap with world hillshade (Dark) is useful in building maps that provide terrain context while highlighting feature layers and labels.A raster basemap with elevation hillshade.A composite basemap with satellite imagery of the world (raster) as the base layer and labels (vector) as the reference layer.A vector basemap with labels for the world as the reference layer.A raster basemap with satellite imagery of the world as the base layer.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.A vector basemap for the world featuring a light neutral background style with minimal colors as the base layer.A vector basemap with labels for the world as the reference layer.A vector basemap inspired by the art and advertising of the 1950's that presents a unique design option to the ArcGIS basemaps.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.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.A vector basemap for the world featuring a custom navigation map style.A vector basemap for the world featuring a 'dark mode' version of theARCGIS_NAVIGATION
style, using the same content.A vector basemap in black & white design with halftone patterns, red highlights, and stylized fonts to depict a unique "newspaper" styled theme.A vector basemap for the world featuring a dark background with glowing blue symbology inspired by science-fiction and futuristic themes.A composite basemap with ocean data of the world (raster) as the base layer and labels (vector) as the reference layer.A raster basemap with ocean data of the world as the base layer.A vector basemap with labels for the world as the reference layer.A vector basemap for the world featuring a classic Esri street map style.A vector basemap for the world featuring a custom 'night time' street map style.A composite basemap with elevation hillshade (raster) and a classic Esri street map style (vector) as the base layers.A vector basemap in the classic Esri street map style, using a relief map as the base layer.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.A vector basemap with minimal map content like water and land fill, water lines and roads as the base layer.A vector basemap with minimal map content like populated place names, admin and water labels with boundary lines as the reference layer.A composite basemap with elevation hillshade (raster) and classic Esri topographic map style including a relief map (vector) as the base layers.A vector basemap in the classic Esri topographic map style, using a relief map as the base layer.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.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.A vector basemap version of Open Street Map (OSM) data hosted by Esri.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.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.A vector basemap version of Open Street Map (OSM) data hosted by Esri.A vector basemap version of Open Street Map (OSM) data hosted by Esri and rendered using Open Street Map (OSM) cartography.A composite basemap that uses elevation as an artistic hillshade (raster) and Open Street Map (OSM) data hosted by Esri.A vector basemap is a version of Open Street Map (OSM) data hosted by Esri and rendered using Esri Street Map cartographic style.A vector basemap version of Open Street Map (OSM) data hosted by Esri and rendered using Esri Street Map style.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.A vector basemap with Open Street Map (OSM) data hosted by Esri. -
Method Summary
Modifier and TypeMethodDescriptionstatic BasemapStyle
Returns the enum constant of this class with the specified name.static BasemapStyle[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
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
A raster basemap with satellite imagery of the world as the base layer.- Since:
- 100.10.0
-
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
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
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
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
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
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
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
A vector basemap for the world featuring a custom navigation map style.- Since:
- 100.10.0
-
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
A vector basemap for the world featuring a classic Esri street map style.- Since:
- 100.10.0
-
ARCGIS_STREETS_NIGHT
A vector basemap for the world featuring a custom 'night time' street map style.- Since:
- 100.10.0
-
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
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
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
A raster basemap with ocean data of the world as the base layer.- Since:
- 100.10.0
-
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
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
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
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
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
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
A vector basemap presented in the style of hand-drawn, colored pencil cartography.- Since:
- 100.10.0
-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-