Package com.luciad.view.lightspeed.painter.grid
package com.luciad.view.lightspeed.painter.grid
Provides support for the painting of grids. Currently this package offers
support for
- lon lat grids, see
TLspLonLatGridLayerBuilder
. - Georef grids, see
TLspGeorefGridLayerBuilder
. - XY grids, see
TLspXYGridLayerBuilder
.
- Since:
- 2012.0
-
ClassDescriptionDomain object for grid lines used in a lon-lat grid model created by
TLspLonLatGridLayerBuilder
.A category defining the grid line.Builder for creatingILspLayer
instances that visualize Georef grid data.Builder that makes it possible to create Georef overlay labels.The content that is displayed in the label.Style that can be used for georef grid layers.The axis for which style information can be specified.TLspGeorefGridStyle.Builder<B extends TLspGeorefGridStyle.Builder<B>>Builder for Georef styles.The Georef grid level.Defines the position of the line labels with respect to the view.Defines where the line labels should be positioned with respect to the line.Defines how the labels should be oriented.Builder for creatingILspLayer
instances that visualize grid data.Convenience styler that can be used to style lon-lat grids.Defines the position of the labels with respect to the view.Defines how the labels should be oriented.Defines where the labels should be positioned with respect to the line.Builder for creatingILspLayer
instances that visualize cartesian (XY) grid data.Builder that makes it possible to create XY grid overlay labels.The content that is displayed in the overlay label.Style that can be used for XY grid layers.The axis for which style information can be specified.TLspXYGridStyle.Builder<B extends TLspXYGridStyle.Builder<B>>Builder for XY grid styles.Defines the position of the line labels with respect to the view.Defines where the line labels should be positioned with respect to the line.Defines how the labels should be oriented.