|
LuciadCPillar C# 2026.0.04
|
Builder for creating a LonLatGridLayer. More...
Public Member Functions | |
| Builder (Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder other) | |
| Copy constructor. | |
| Luciad.Layers.Grids.LonLat.LonLatGridLayer | Build () |
| Returns the LonLat layer. | |
| void | Dispose () |
| Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder | Grid (Luciad.Layers.Grids.LonLat.LonLatGrid grid) |
| Sets the LonLat grid settings. | |
| Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder | Labeled (bool labeled) |
| Sets whether the layer should display labels initially. | |
| Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder | Title (string title) |
| Sets the title to use for the layer. | |
| Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder | Visible (bool visible) |
| Sets whether the layer should be visible initially. | |
Builder for creating a LonLatGridLayer.
Configuration on how to display the LonLat grid is done using a LonLatGrid which can be created using a LonLatGrid.Builder.
|
inline |
Copy constructor.
| other | the builder to copy. |
|
inline |
Returns the LonLat layer.
| System.InvalidOperationException | If not all mandatory parameters are set. |
|
inline |
|
inline |
Sets the LonLat grid settings.
| grid | the LonLat grid settings. |
|
inline |
Sets whether the layer should display labels initially.
Default is true.
| labeled | whether the layer should display labels initially. |
|
inline |
Sets the title to use for the layer.
If not set, the title defaults to 'LonLat'.
| title | the title for the layer. |
|
inline |
Sets whether the layer should be visible initially.
Default is true.
| visible | the visibility. |