Modifications

An array of Modification objects.

Referenced by: Integrated Mesh Layer (IntegratedMeshLayer)

Modification

A Modification describes a client-side transformation of the geometry of an integrated mesh. It defines the shape and type of modification.

Properties

Property Details
geometry Polygon geometry shape for the modification. spatialReference on geometry is ignored, it is instead taken from the data layer the modification belongs to. Modification polygons are not affected by elevation offsets.
type Type of the modification. clip: Anything inside of the polygon will be clipped out. mask: All areas outside of the polygon will be masked out. replace: Flattens or elevates the integrated mesh layer based on the polygon.
Valid values:
  • clip
  • mask
  • replace

Example

[
  {
    "geometry": {
      "hasZ": true,
      "rings": [
        [
          [
            -119.47845996799998,
            37.87032197700006,
            2889.639599999995
          ],
          [
            -119.40280479499995,
            37.73036552000008,
            2491.712400000004
          ],
          [
            -119.47845996799998,
            37.87032197700006,
            2889.639599999995
          ]
        ]
      ]
    },
    "type": "mask"
  }
]

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close