LuciadCPillar C# 2023.1.04
Luciad.Layers.Grids.LonLat.LonLatGrid Class Reference

The LonLat grid class represents how to visualize the LonLat grid on a map. More...

Inheritance diagram for Luciad.Layers.Grids.LonLat.LonLatGrid:

Classes

class  AdvancedBuilder
 Advanced builder for a LonLat grid. More...
 
class  Builder
 Builder for a LonLat grid. More...
 

Public Member Functions

 LonLatGrid (Luciad.Layers.Grids.LonLat.LonLatGrid other)
 
void Dispose ()
 

Static Public Member Functions

static Luciad.Layers.Grids.LonLat.LonLatGrid.AdvancedBuilder NewAdvancedBuilder ()
 Creates a new builder with the default values. More...
 
static Luciad.Layers.Grids.LonLat.LonLatGrid.Builder NewBuilder ()
 Creates a new builder with the default values. More...
 

Properties

double OriginLat [get]
 
double OriginLon [get]
 
System.Collections.Generic.IList< Luciad.Layers.Grids.LonLat.LonLatGridSettingSettings [get]
 

Detailed Description

The LonLat grid class represents how to visualize the LonLat grid on a map.

It combines one or more settings which determine how the grid is styled at different scale ranges. The style settings in the grid may not overlap. Overlap occurs when the new style setting has an overlapping scale range with an existing style setting. 2023.1

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

Constructor & Destructor Documentation

◆ LonLatGrid()

Luciad.Layers.Grids.LonLat.LonLatGrid.LonLatGrid ( Luciad.Layers.Grids.LonLat.LonLatGrid  other)
inline

Member Function Documentation

◆ Dispose()

void Luciad.Layers.Grids.LonLat.LonLatGrid.Dispose ( )
inline

◆ NewAdvancedBuilder()

Luciad.Layers.Grids.LonLat.LonLatGrid.AdvancedBuilder Luciad.Layers.Grids.LonLat.LonLatGrid.NewAdvancedBuilder ( )
inlinestatic

Creates a new builder with the default values.

This builder allows you to configure the LonLat grid styling for different scale ranges. the new builder.

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

◆ NewBuilder()

Luciad.Layers.Grids.LonLat.LonLatGrid.Builder Luciad.Layers.Grids.LonLat.LonLatGrid.NewBuilder ( )
inlinestatic

Creates a new builder with the default values.

This builder comes with pre-defined settings for scale ranges. It allows you to customize the styling, for example the line style to use. the new builder.

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

Property Documentation

◆ OriginLat

double Luciad.Layers.Grids.LonLat.LonLatGrid.OriginLat
get

◆ OriginLon

double Luciad.Layers.Grids.LonLat.LonLatGrid.OriginLon
get

◆ Settings

System.Collections.Generic.IList<Luciad.Layers.Grids.LonLat.LonLatGridSetting> Luciad.Layers.Grids.LonLat.LonLatGrid.Settings
get