GridLayer.setExtentMode¶
Summary¶
GridLayer.setExtentMode selects scene-derived or explicitly fixed grid extents.
Use setFixedExtent() to configure fixed extents.
Syntax¶
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
mode |
"scene-fit" | "fixed" |
Yes | How grid bounds are selected. |
Returns¶
this - The same instance for method chaining.