LuciadCPillar C# 2023.1.05
Luciad.Layers.Grids.GridLayer Class Reference

Common representation for grid layers that can be added to a map. More...

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

Properties

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]
 

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...
 

Detailed Description

Common representation for grid layers that can be added to a map.

You need a concrete grid layer extension. 2023.1

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

Property Documentation

◆ IsLabeled

bool Luciad.Layers.Grids.GridLayer.IsLabeled
getset

◆ PropertyLabeled

string Luciad.Layers.Grids.GridLayer.PropertyLabeled = PropertyLabeledInternal()
staticget