LuciadCPillar C# 2023.1.04
Luciad.Layers.Grids.Mgrs.MgrsGridLayer Class Reference

Military Grid Reference System (MGRS) grid layer that can be added to a map. More...

Inheritance diagram for Luciad.Layers.Grids.Mgrs.MgrsGridLayer:
Luciad.Layers.Grids.GridLayer Luciad.Layers.Layer

Classes

class  Builder
 Builder for creating a luciad::MgrsGridLayer. More...
 

Static Public Member Functions

static Luciad.Layers.Grids.Mgrs.MgrsGridLayer.Builder NewBuilder ()
 

Additional Inherited Members

- Public Member Functions inherited from Luciad.Layers.Layer
void AddObserver (Luciad.Layers.ILayerObserver layerObserver)
 Adds an observer that allows to receive change events from this layer. More...
 
void Dispose ()
 
void RemoveObserver (Luciad.Layers.ILayerObserver layerObserver)
 Removes the given observer. More...
 
- Properties inherited from Luciad.Layers.Grids.GridLayer
bool IsLabeled [get, set]
 
static string PropertyLabeled = PropertyLabeledInternal() [get]
 
- Properties inherited from Luciad.Layers.Layer
ulong Id [get]
 
bool IsVisible [get, set]
 
static string PropertyTitle = PropertyTitleInternal() [get]
 
static string PropertyVisible = PropertyVisibleInternal() [get]
 
string Title [get, set]
 

Detailed Description

Military Grid Reference System (MGRS) grid layer that can be added to a map.

2023.1

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

Member Function Documentation

◆ NewBuilder()

static Luciad.Layers.Grids.Mgrs.MgrsGridLayer.Builder Luciad.Layers.Grids.Mgrs.MgrsGridLayer.NewBuilder ( )
inlinestatic