An integrated mesh layer with OGC 3D Tiles as the data source. This layer type can represent built and natural 3D features, such as building walls, trees, valleys, and cliffs, and can include realistic textures and elevation information.
Referenced by: operationalLayers
Properties
Property | Details |
---|---|
customParameters | A sequence of custom parameters appended to the URL of all requests related to a layer. |
id | A unique identifying string for the layer. |
itemId | Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal. |
layerDefinition | A layerDefinition object defining the attribute schema and drawing information for the layer. See layerDefinition properties table. |
layerType | String indicating the layer type. Valid value of this property IntegratedMesh3DTilesLayer |
listMode | To show or hide layers in the layer list Valid values:
|
opacity | The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency. |
path | For offline data, a path to integrated mesh data in a 3D Tiles Archive Format file. A URI format is used, starting with file: followed by a file system path with an extension of .3tz . A relative path must be from the file which defines the layer. For example file:../p20/edinburgh.3tz . |
title | A user-friendly string title for the layer that can be used in a table of contents. If this is not included, a title is derived from the service. |
url | The URL to the tileset JSON file for the OGC 3D Tiles layer. |
visibility | Boolean property determining whether the layer is initially visible in the web scene. |
visibilityTimeExtent | Represents time extent that will control when a layer should be visible based on webscene's current time. Visibility time extent only affects the layer visibility and will not filter the data. |
layerDefinition properties
Property | Details |
---|---|
elevationInfo | Elevation info defines how features are aligned to ground or other layers. |
maxScale | Represents the maximum scale (most zoomed in) at which the layer is visible in the view. If the web scene is zoomed in beyond this scale, the layer will not be visible. A value of 0 means the layer does not have a maximum scale. If set, the maxScale value should always be smaller than the minScale value, and greater than or equal to the service specification. |
minScale | Represents the minimum scale (most zoomed out) at which the layer is visible in the view. If the web scene is zoomed out beyond this scale, the layer will not be visible. A value of 0 means the layer does not have a minimum scale. If set, the minScale value should always be larger than the maxScale value, and lesser than or equal to the service specification. |
Example
Data for example service was produced with ArcGIS Reality and processed by Esri.
{
"id": "4e4dde8b08594712a0557080a8ede6bd",
"title": "Stuttgart_WGS84",
"url": "https://tiles.arcgis.com/tiles/0z60TleH1Y2qkUzY/arcgis/rest/services/Stuttgart_WGS84/3DTilesServer/tileset.json",
"visibility": true,
"layerType": "IntegratedMesh3DTilesLayer",
"layerDefinition": {
"elevationInfo": {
"mode": "absoluteHeight",
"offset": 0
}
}
}