Class TLspGARSGridStyle

java.lang.Object
com.luciad.view.lightspeed.painter.grid.gars.TLspGARSGridStyle

public class TLspGARSGridStyle extends Object

Styles grid lines and labels for GARS grid layers.

This style makes it possible to define different styles for all (GARSLevel and body/label) combinations. For every combination, it as also possible to define different scale intervals, in which different styles are used. This can be used to make lines or labels more prominent when zooming in.

For lines, the following styles are supported:

For labels, the following styles are supported: For overlay components (see TLspGARSGridOverlayLabelBuilder), the following styles are supported: On top of that, the text formatting can be controlled.

A simple way to use this class is to create a default style, see TLspGARSGridStyle.Builder.defaultGARSGridStyle(). The samples contain a class that builds a style from the ground up. This sample code can be adjusted according to your needs. See samples.lightspeed.grid.GARSGridStyleFactory GARSGridStyleFactory.

Since:
2021.1
  • Method Details

    • newBuilder

      public static TLspGARSGridStyle.Builder<?> newBuilder()
      Creates a new builder with the default values.
      Returns:
      the new builder.
    • asBuilder

      public TLspGARSGridStyle.Builder<?> asBuilder()
      Creates a new builder initialized with all the properties of this style.
      Returns:
      the new builder.