LuciadCPillar C# 2023.1.04
Luciad.Layers.Grids.LonLat Namespace Reference

Classes

class  LonLatGrid
 The LonLat grid class represents how to visualize the LonLat grid on a map. More...
 
class  LonLatGridLayer
 Longitude Latitude (LonLat) grid layer that can be added to a map. More...
 
class  LonLatGridSetting
 LonLat grid setting. More...
 

Enumerations

enum  LonLatGridLabelPosition {
  EastAndSouth , EastAndNorth , WestAndSouth , WestAndNorth ,
  AllSides
}
 Defines the position of LonLat grid line labels with respect to the view. More...
 

Enumeration Type Documentation

◆ LonLatGridLabelPosition

Defines the position of LonLat grid line labels with respect to the view.

luciad/layers/grids/lonlat/LonLatGridLabelPosition.h They can for example be placed at the left or at the right edge of the view. For example, when a label is placed at the west or south side of a line, it will be placed at the left or lower edge of the view when using a rectangular projection like Mercator. 2023.1

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

Places the line label at the east or south side of the parallel or meridian.

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

Places the line label at the east or north side of the parallel or meridian.

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

Places the line label at the west or south side of the parallel or meridian.

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

Places the line label at the west or north side of the parallel or meridian.

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

A label is placed on both ends of the parallel or meridian.

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