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

Enumerations

enum  GridLabelOrientation { Horizontal , AlongLine }
 Describes the orientation of a grid label with respect to the line. More...
 
enum  GridLabelPosition { EastAndSouth , EastAndNorth , WestAndSouth , WestAndNorth }
 Defines the position of grid line labels with respect to the view. More...
 
enum  GridLineLabelPosition {
  AboveOrLeft , Center , BelowOrRight , AboveOrRight ,
  BelowOrLeft
}
 Defines where the line labels should be positioned with respect to the grid line. More...
 

Enumeration Type Documentation

◆ GridLabelOrientation

Describes the orientation of a grid label with respect to the line.

luciad/layers/grids/labels/GridLabelOrientation.h 2023.1

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

Labels are always oriented horizontally.

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

Labels have the same orientation as the grid line.

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

◆ GridLabelPosition

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

luciad/layers/grids/labels/GridLabelPosition.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::GridLabelPosition.
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::GridLabelPosition::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::GridLabelPosition::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::GridLabelPosition::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::GridLabelPosition::WestAndNorth.

◆ GridLineLabelPosition

Defines where the line labels should be positioned with respect to the grid line.

luciad/layers/grids/labels/GridLineLabelPosition.h 2023.1

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

Positions the line label above or to the left of the grid line.

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

Positions the line labels centered on the grid line.

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

Positions the line label below or to the right of the grid line.

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

Positions the line label above or to the right of the grid line.

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

Positions the line label below or to the left of the grid line.

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