Class TLspMGRSGridStyle
java.lang.Object
com.luciad.view.lightspeed.painter.grid.mgrs.TLspMGRSGridStyle
Style that can be used for MGRS grid layers. This style can be used to style the grid lines as well as the labels.
This style makes it possible to define different styles for all
(MGRSType
, MGRSLevel
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 (seeTLspMGRSGridOverlayLabelBuilder
),
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 Builder#defaultMGRSGridStyle()
. The samples contain a class that builds a style from the ground up. This
sample code can be adjusted according to needs. See samples.lightspeed.grid.mgrs.MGRSGridStyleFactory
.
- Since:
- 2012.1
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The axis for which style information can be specified.static class
TLspMGRSGridStyle.Builder<B extends TLspMGRSGridStyle.Builder<B>>
Builder for MGRS styles.static enum
Defines the position of the line labels with respect to the view.static enum
Defines where the line labels should be positioned with respect to the line.static enum
The MGRS level.static enum
The MGRS Type.static enum
Defines how the labels should be oriented. -
Method Summary
Modifier and TypeMethodDescriptionCreates a new builder initialized with all the properties of this style.static TLspMGRSGridStyle.Builder
<?> Creates a new builder with the default values.
-
Method Details
-
newBuilder
Creates a new builder with the default values.- Returns:
- the new builder.
-
asBuilder
Creates a new builder initialized with all the properties of this style.- Returns:
- the new builder.
-