You can use different types of data layers to access and display various types of data in your applications. Data layers can access ArcGIS and other data sources, such as open services, on-device data, and files.

Different data layers support different capabilities based on their underlying data source. For example, an image tile layer provides geographic context with tiled imagery, while a 3D object scene layer enables you to interact with objects such as buildings, from a scene service or local scene layer package.

The ArcGISLayer class is the base class for all layer types. The type of layer you create depends on the type of data you want to display. The table below summarizes the data layers supported by the ArcGIS Maps SDK for Unity.

Data layers

The following table lists the supported layer types and the data sources:

LayerData typeIdentifyFiltering/modificationMesh colliderOfflineData sources
ArcGIS3DObjectSceneLayer3D object sceneTrueSpatial feature filterTrueTrueScene service, scene layer package (.slpk)
ArcGISBuildingSceneLayerBuilding sceneTrueBuilding attribute filter, spatial feature filterTrueTrueScene service, scene layer package (.slpk)
ArcGISGaussianSplatLayerGaussian splatFalseFalseFalseTrueGaussian splat service, 3D Tiles tileset (tileset.json),
3D Tiles archive (.3tz)
ArcGISGroupLayerGroupN/AN/AN/AN/AOther layers
ArcGISImageLayerImage tileFalseN/ATrueTrueImage tile service, tile package (.tpk/.tpkx)
ArcGISIntegratedMeshLayerIntegrated mesh sceneFalseMesh modificationTrueTrueScene service, scene layer package (.slpk)
ArcGISOGC3DTilesLayer3D TilesFalseMesh modificationTrueTrue3D Tiles service, tileset (tileset.json), 3D Tiles archive (.3tz)
ArcGISPointCloudLayerPoint cloud sceneFalsePoint cloud filterFalseTrueScene service, scene layer package (.slpk)
ArcGISPointSceneLayerPoint sceneFalseSpatial feature filterFalseTrueScene service, scene layer package (.slpk)
ArcGISVectorTileLayerVector tileFalseN/ATrueTrueVector tile service, vector tile package (.vtpk)

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.