LuciadCPillar C# 2023.1.05
Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder Class Reference

Builder for creating a LonLatGridLayer. More...

Inheritance diagram for Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder:

Public Member Functions

 Builder (Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder other)
 
Luciad.Layers.Grids.LonLat.LonLatGridLayer Build ()
 Returns the LonLat layer. More...
 
void Dispose ()
 
Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder Grid (Luciad.Layers.Grids.LonLat.LonLatGrid grid)
 Sets the LonLat grid settings. More...
 
Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder Labeled (bool labeled)
 Sets whether the layer should display labels initially. More...
 
Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder Title (string title)
 Sets the title to use for the layer. More...
 
Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder Visible (bool visible)
 Sets whether the layer should be visible initially. More...
 

Detailed Description

Builder for creating a LonLatGridLayer.

Configuration on how to display the LonLat grid is done using a luciad::LonLatGrid which can be created using a luciad::LonLatGrid::Builder. 2023.1

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LonLatGridLayer::Builder.

Constructor & Destructor Documentation

◆ Builder()

Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder.Builder ( Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder  other)
inline

Member Function Documentation

◆ Build()

Luciad.Layers.Grids.LonLat.LonLatGridLayer Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder.Build ( )
inline

Returns the LonLat layer.

a layer, based on the properties set on this builder.

luciad::LogicException

If not all mandatory parameters are set.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LonLatGridLayer::Builder::build.

◆ Dispose()

void Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder.Dispose ( )
inline

◆ Grid()

Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder.Grid ( Luciad.Layers.Grids.LonLat.LonLatGrid  grid)
inline

Sets the LonLat grid settings.

grid

the LonLat grid settings.

this builder.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LonLatGridLayer::Builder::grid.

◆ Labeled()

Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder.Labeled ( bool  labeled)
inline

Sets whether the layer should display labels initially.

Default is true.

labeled

whether the layer should display labels initially.

this builder.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LonLatGridLayer::Builder::labeled.

◆ Title()

Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder.Title ( string  title)
inline

Sets the title to use for the layer.

If not set, the title defaults to 'LonLat'.

title

the title for the layer.

this builder.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LonLatGridLayer::Builder::title.

◆ Visible()

Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder Luciad.Layers.Grids.LonLat.LonLatGridLayer.Builder.Visible ( bool  visible)
inline

Sets whether the layer should be visible initially.

Default is true.

visible

the visibility.

this builder.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::LonLatGridLayer::Builder::visible.