|
LuciadCPillar C# 2026.0.03
|
The LonLat grid class represents how to visualize the LonLat grid on a map. More...
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) | |
| Copy constructor. | |
| void | Dispose () |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Static Public Member Functions | |
| static Luciad.Layers.Grids.LonLat.LonLatGrid.AdvancedBuilder | NewAdvancedBuilder () |
| Creates a new builder with the default values. | |
| static Luciad.Layers.Grids.LonLat.LonLatGrid.Builder | NewBuilder () |
| Creates a new builder with the default values. | |
Properties | |
| double | OriginLat [get] |
| The origin latitude of this grid. | |
| double | OriginLon [get] |
| The origin longitude of this grid. | |
| System.Collections.Generic.IList< Luciad.Layers.Grids.LonLat.LonLatGridSetting > | Settings [get] |
| The LonLatGridSettings used to create this grid. | |
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.
|
inline |
Copy constructor.
| other | the grid to copy. |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
Creates a new builder with the default values.
This builder allows you to configure the LonLat grid styling for different scale ranges.
|
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.
|
get |
The origin latitude of this grid.
Returns the origin latitude of this grid.
|
get |
The origin longitude of this grid.
Returns the origin longitude of this grid.
|
get |
The LonLatGridSettings used to create this grid.
Returns the LonLatGridSettings used to create this grid.