ArcGIS 3D Layers

Exact ArcGIS JS SDK 3D layer syntax: SceneLayer, PointCloudLayer, VoxelLayer, DimensionLayer, glTF.

av SaschaBrunnerCH · SaschaBrunnerCH/arcgis-maps-sdk-js-ai-context

Testad · Fungerar ★ 9.6/10

ArcGIS 3D Layers — Exact ArcGIS JS SDK 3D layer syntax: SceneLayer, PointCloudLayer, VoxelLayer, DimensionLayer, glTF.

Vad den gör

Reference documentation skill giving copy-paste-correct ArcGIS Maps SDK for JavaScript code for 3D-only layer types (SceneLayer, IntegratedMeshLayer, PointCloudLayer, VoxelLayer, DimensionLayer, BuildingSceneLayer) and glTF model import in SceneView. Triggers on 3D buildings, LiDAR/point-cloud, volumetric/voxel data, and 3D measurement requests; one of 35 sibling skills in the same repo covering the rest of the SDK.

Testrapport

Skill-guided code used the documented 'point-cloud-unique-value' renderer type and the .filters API to isolate ground/building LiDAR points; a from-memory baseline guessed a non-existent 'point-cloud-classification' renderer type and wrongly reached for definitionExpression, which the skill correctly avoids for PointCloudLayer.

Testad: 2026-07-16 · Claude Code 2.x (agent harness)

Installation

git clone https://github.com/SaschaBrunnerCH/arcgis-maps-sdk-js-ai-context
mkdir -p ~/.claude/skills
cp -r arcgis-maps-sdk-js-ai-context/skills/arcgis-3d-layers ~/.claude/skills/arcgis-3d-layers

Kommandon och exempelprompter

  • /arcgis-3d-layersExact ArcGIS JS SDK 3D layer syntax: SceneLayer, PointCloudLayer, VoxelLayer, DimensionLayer, glTF.

Skills triggas av vanliga förfrågningar — inga kommandon att memorera. Efter installationen aktiverar prompter som dessa skillen (på engelska):

  • show me how to render LiDAR point cloud data classified by ground vs building
  • load a glTF building model into my ArcGIS SceneView
  • what renderer do I use for voxel data in the ArcGIS JS SDK?