Skip navigation links
LuciadCPillar
2023.1.04
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

L

L - Static variable in class com.luciad.input.KeyCode
A key code representing the 'L' key.
labeled(boolean) - Method in class com.luciad.layers.features.FeatureLayer.Builder
Sets whether the layer should display labels initially.
labeled(boolean) - Method in class com.luciad.layers.grids.lonlat.LonLatGridLayer.Builder
Sets whether the layer should display labels initially.
labeled(boolean) - Method in class com.luciad.layers.grids.mgrs.MgrsGridLayer.Builder
Sets whether the layer should display labels initially.
labelEdgeOffset(double) - Method in class com.luciad.layers.grids.lonlat.LonLatGrid.Builder
This specifies the offset of the label, away from the edges of the view, in device independent pixels.
labelEdgeOffset(double) - Method in class com.luciad.layers.grids.lonlat.LonLatGridSetting.Builder
This specifies the offset of the label, away from the edges of the view, in device independent pixels.
labelEdgeOffset(double) - Method in class com.luciad.layers.grids.mgrs.MgrsGrid.Builder
This specifies the offset of the label, away from the edges of the view, in device independent pixels.
labelEdgeOffset(double) - Method in class com.luciad.layers.grids.mgrs.MgrsGridSetting.Builder
This specifies the offset of the label, away from the edges of the view, in device independent pixels.
labelFormat(String) - Method in class com.luciad.layers.grids.lonlat.LonLatGridSetting.Builder
This specifies the format pattern to use for the labels of the current LonLat grid.
labelFormat(String) - Method in class com.luciad.layers.grids.mgrs.MgrsGridSetting.Builder
The format pattern to use for the labels of the current MGRS.
labelGridOffset(double) - Method in class com.luciad.layers.grids.lonlat.LonLatGrid.Builder
This specifies the offset of the label, in device independent pixels, away from the grid line to which it is attached.
labelGridOffset(double) - Method in class com.luciad.layers.grids.lonlat.LonLatGridSetting.Builder
This specifies the offset of the label, in device independent pixels, away from the grid line to which it is attached.
labelGridOffset(double) - Method in class com.luciad.layers.grids.mgrs.MgrsGrid.Builder
This specifies the offset of the label, in device independent pixels, away from the grid line to which it is attached.
labelGridOffset(double) - Method in class com.luciad.layers.grids.mgrs.MgrsGridSetting.Builder
This specifies the offset of the label, in device independent pixels, away from the grid line to which it is attached.
labelGroup(LabelGroup) - Method in class com.luciad.layers.features.FeatureCanvas.LabelDrawCommand
Set the LabelGroup for label decluttering.
LabelGroup - Enum in com.luciad.layers.features
An enumeration of predefined groups for label decluttering.
labelOrientation(GridLabelOrientation) - Method in class com.luciad.layers.grids.lonlat.LonLatGrid.Builder
This specifies the label orientation with respect to the line.
labelOrientation(GridLabelOrientation) - Method in class com.luciad.layers.grids.lonlat.LonLatGridSetting.Builder
This specifies the label orientation with respect to the line.
labelOrientation(GridLabelOrientation) - Method in class com.luciad.layers.grids.mgrs.MgrsGrid.Builder
This specifies the label orientation with respect to the line.
labelOrientation(GridLabelOrientation) - Method in class com.luciad.layers.grids.mgrs.MgrsGridSetting.Builder
This specifies the label orientation with respect to the line.
labelPosition(LonLatGridLabelPosition) - Method in class com.luciad.layers.grids.lonlat.LonLatGrid.Builder
This specifies the label position with respect to the view.
labelPosition(LonLatGridLabelPosition) - Method in class com.luciad.layers.grids.lonlat.LonLatGridSetting.Builder
This specifies the label position with respect to the view.
labelPosition(GridLabelPosition) - Method in class com.luciad.layers.grids.mgrs.MgrsGrid.Builder
This specifies the label position with respect to the view.
labelPosition(GridLabelPosition) - Method in class com.luciad.layers.grids.mgrs.MgrsGridSetting.Builder
This specifies the label position with respect to the view.
labelStyle(TextStyle) - Method in class com.luciad.layers.grids.lonlat.LonLatGrid.Builder
Indicates the label style to use for the LonLat grid.
labelStyle(TextStyle) - Method in class com.luciad.layers.grids.lonlat.LonLatGridSetting.Builder
Indicates the label style to use for this setting.
labelStyle(TextStyle) - Method in class com.luciad.layers.grids.mgrs.MgrsGridSetting.Builder
Indicates the label style to use for this setting.
layer(Layer) - Method in class com.luciad.create.Creator.Builder
Sets the layer to which new features will be added.
layer(String) - Method in class com.luciad.formats.wmts.WmtsDataSource.Builder
Sets the layer to use within the WMTS data provided by the source.
Layer - Class in com.luciad.layers
Common representation for layers that can be added to a map.
Layer() - Constructor for class com.luciad.layers.Layer
Default constructor.
LayerEvent - Class in com.luciad.layers
Event that indicates that some property of a specific layer has changed.
LayerEvent(Layer, String) - Constructor for class com.luciad.layers.LayerEvent
Creates a new layer event that can be used to notify that the given property has changed for the given layer.
LayerFeatureId - Class in com.luciad.layers.features
Represents an identifier for a feature within a view.
LayerFeatureId(long, long) - Constructor for class com.luciad.layers.features.LayerFeatureId
Creates a new instance.
LayerList - Class in com.luciad.layers
Represents an ordered list of layers.
LayerList() - Constructor for class com.luciad.layers.LayerList
Constructs an empty layer list.
layerList(LayerList) - Method in class com.luciad.maps.Map.Builder
Sets an initial layer list to use.
LayerListEvent - Class in com.luciad.layers
An event object, describing a change in a LayerList instance.
LayerListEvent.Type - Enum in com.luciad.layers
The type of LayerListEvent.
Left - Static variable in class com.luciad.input.KeyCode
A key code representing the left key.
Left - Static variable in class com.luciad.input.mouse.MouseButton
Returns the left mouse button.
length(StyleExpression<Coordinate>) - Static method in class com.luciad.layers.styles.expressions.StyleExpressionFactory
Creates an expression that calculates the length of a Coordinate.
level(MgrsLevel) - Method in class com.luciad.layers.grids.mgrs.MgrsGridSetting.Builder
Indicates the MGRS level for which this setting applies.
level0ColumnCount(long) - Method in class com.luciad.models.rasters.QuadTreeRasterModelBuilder
Defines the number of columns at the least detailed level.
level0RowCount(long) - Method in class com.luciad.models.rasters.QuadTreeRasterModelBuilder
Defines the number of row at the least detailed level.
levelCount(long) - Method in class com.luciad.models.rasters.QuadTreeRasterModelBuilder
Defines the number of detail levels.
LicenseException - Exception in com.luciad
The exception that is thrown when the CPillar license is not valid.
LicenseException(String) - Constructor for exception com.luciad.LicenseException
Creates an exception that can be thrown when the CPillar license is not valid.
like(String, String, boolean) - Static method in class com.luciad.expressions.ExpressionFactory
Creates a like expression using a value reference (property name) based on a simple xpath expression and a pattern.
like(String, String, boolean, char, char, char) - Static method in class com.luciad.expressions.ExpressionFactory
Creates a like expression using a value reference (property name) based on a simple xpath expression and a pattern.
limit(long) - Method in class com.luciad.models.features.FeatureQuery.Builder
Sets the maximum number of features to return.
Line - Class in com.luciad.geometries
Represents a line.
lineBuilder() - Static method in class com.luciad.layers.styles.complexstrokes.ComplexStrokePatternFactory
Creates a builder used to make patterns with a line segment shape.
lineColor(Color) - Method in class com.luciad.layers.styles.complexstrokes.builders.ArcPatternBuilder
Sets the line color.
lineColor(Color) - Method in class com.luciad.layers.styles.complexstrokes.builders.ArrowPatternBuilder
Sets the line color.
lineColor(Color) - Method in class com.luciad.layers.styles.complexstrokes.builders.LinePatternBuilder
Sets the line color.
lineColor(Color) - Method in class com.luciad.layers.styles.complexstrokes.builders.ParallelLinePatternBuilder
Sets the line color.
lineColor(Color) - Method in class com.luciad.layers.styles.complexstrokes.builders.PolylinePatternBuilder
Sets the line color.
lineColor(Color) - Method in class com.luciad.layers.styles.complexstrokes.builders.RectanglePatternBuilder
Sets the line color.
lineColor(Color) - Method in class com.luciad.layers.styles.complexstrokes.builders.TrianglePatternBuilder
Sets the line color.
lineColor(Color) - Method in class com.luciad.layers.styles.complexstrokes.builders.WavePatternBuilder
Sets the line color.
LineCreationMode - Enum in com.luciad.create
Line creation mode.
LineInterpolationType - Enum in com.luciad.geodesy
Line type: geodesics vs rhumbs vs linear.
lineLabelPosition(GridLineLabelPosition) - Method in class com.luciad.layers.grids.lonlat.LonLatGrid.Builder
This specifies the label position (with respect to the line) to use for the line labels.
lineLabelPosition(GridLineLabelPosition) - Method in class com.luciad.layers.grids.lonlat.LonLatGridSetting.Builder
This specifies the label position (with respect to the line) to use for the line labels.
lineLabelPosition(GridLineLabelPosition) - Method in class com.luciad.layers.grids.mgrs.MgrsGrid.Builder
This specifies the label position (with respect to the line) to use for the line labels of the current MGRS type/level/interval combination.
lineLabelPosition(GridLineLabelPosition) - Method in class com.luciad.layers.grids.mgrs.MgrsGridSetting.Builder
This specifies the label position (with respect to the line) to use for the line labels of the current MGRS type/level/interval combination.
LinePatternBuilder - Class in com.luciad.layers.styles.complexstrokes.builders
Creates a pattern with a line segment shape.
lineStyle(LineStyle) - Method in class com.luciad.layers.grids.lonlat.LonLatGrid.Builder
Indicates the line style to use for the LonLat grid.
lineStyle(LineStyle) - Method in class com.luciad.layers.grids.lonlat.LonLatGridSetting.Builder
Indicates the line style to use for this setting.
lineStyle(LineStyle) - Method in class com.luciad.layers.grids.mgrs.MgrsGridSetting.Builder
Indicates the line style to use for this setting.
lineStyle(LineStyle) - Method in class com.luciad.layers.rasters.RasterLayer.Builder
Sets the line style used when the raster data extent is shown when zoomed out far.
lineStyle(ComplexStrokeLineStyle) - Method in class com.luciad.layers.rasters.RasterLayer.Builder
Sets the line style used when the raster data extent is shown when zoomed out far.
LineStyle - Class in com.luciad.layers.styles
This class contains styling properties to determine how a line is painted.
lineStyle(LineStyle) - Method in class com.luciad.layers.styles.PinStyle.Builder
Sets the line style used to paint the pin line.
LineStyle.Builder - Class in com.luciad.layers.styles
A builder class for creating line styles.
lineWidth(double) - Method in class com.luciad.layers.styles.complexstrokes.builders.ArcPatternBuilder
Sets the line width.
lineWidth(double) - Method in class com.luciad.layers.styles.complexstrokes.builders.ArrowPatternBuilder
Sets the line width.
lineWidth(double) - Method in class com.luciad.layers.styles.complexstrokes.builders.LinePatternBuilder
Sets the line width.
lineWidth(double) - Method in class com.luciad.layers.styles.complexstrokes.builders.ParallelLinePatternBuilder
Sets the line width.
lineWidth(double) - Method in class com.luciad.layers.styles.complexstrokes.builders.PolylinePatternBuilder
Sets the line width.
lineWidth(double) - Method in class com.luciad.layers.styles.complexstrokes.builders.RectanglePatternBuilder
Sets the line width.
lineWidth(double) - Method in class com.luciad.layers.styles.complexstrokes.builders.TrianglePatternBuilder
Sets the line width.
lineWidth(double) - Method in class com.luciad.layers.styles.complexstrokes.builders.WavePatternBuilder
Sets the line width.
literal(ExpressionValue) - Static method in class com.luciad.expressions.ExpressionFactory
Creates a literal for the ExpressionValue value.
load(String, CancellationToken) - Method in interface com.luciad.loaders.IDataLoader
Returns the data resource loaded from the given path.
loadingStrategy(FeatureLayerLoadingStrategy) - Method in class com.luciad.layers.features.FeatureLayer.Builder
loadNothingForNonDefinedScales() - Method in class com.luciad.layers.features.FeatureQueryConfiguration.Builder
By calling this method, the layer will load nothing when no condition set by addCondition is applicable for the current scale level.
log(Object, LogLevel, String) - Method in interface com.luciad.ILoggingBackend
 
log(Object, LogLevel, String, Throwable) - Method in interface com.luciad.ILoggingBackend
 
log(StyleExpression<T>) - Static method in class com.luciad.layers.styles.expressions.StyleExpressionFactory
Creates an expression that takes the natural logarithm of another expression.
LogLevel - Enum in com.luciad
Various levels for logging messages.
LonLatFormat - Class in com.luciad.grids.lonlat
Class to format points as LonLat coordinates.
LonLatFormat() - Constructor for class com.luciad.grids.lonlat.LonLatFormat
Creates a new LonLatFormat from the default format "lat(-DMS), lon(-DMS)".
LonLatFormat(String) - Constructor for class com.luciad.grids.lonlat.LonLatFormat
Creates a new LonLatFormat from the given pattern.
LonLatGrid - Class in com.luciad.layers.grids.lonlat
The LonLat grid class represents how to visualize the LonLat grid on a map.
LonLatGrid(LonLatGrid) - Constructor for class com.luciad.layers.grids.lonlat.LonLatGrid
 
LonLatGrid.AdvancedBuilder - Class in com.luciad.layers.grids.lonlat
Advanced builder for a LonLat grid.
LonLatGrid.Builder - Class in com.luciad.layers.grids.lonlat
Builder for a LonLat grid.
LonLatGridLabelPosition - Enum in com.luciad.layers.grids.lonlat
Defines the position of LonLat grid line labels with respect to the view.
LonLatGridLayer - Class in com.luciad.layers.grids.lonlat
Longitude Latitude (LonLat) grid layer that can be added to a map.
LonLatGridLayer.Builder - Class in com.luciad.layers.grids.lonlat
Builder for creating a LonLatGridLayer.
LonLatGridSetting - Class in com.luciad.layers.grids.lonlat
LonLat grid setting.
LonLatGridSetting(LonLatGridSetting) - Constructor for class com.luciad.layers.grids.lonlat.LonLatGridSetting
 
LonLatGridSetting.Builder - Class in com.luciad.layers.grids.lonlat
Builder for a LonLat grid setting.
Look(Coordinate, Coordinate, Coordinate) - Constructor for class com.luciad.cameras.Camera.Look
Constructs the Look with eye, forward, and up information.
look(Camera.Look) - Method in class com.luciad.cameras.PerspectiveCamera.Builder
Sets the position and orientation of the new camera.
Look2D(Coordinate, Coordinate, double, double, Azimuth) - Constructor for class com.luciad.cameras.Camera.Look2D
Constructs the Look2D.
look2D(Camera.Look2D) - Method in class com.luciad.cameras.OrthographicCamera.Builder
Sets up a 2D camera viewpoint, looking straight down (along the z axis to plane at z=0).
LookAt(Coordinate, double, Azimuth, double, double) - Constructor for class com.luciad.cameras.Camera.LookAt
Constructs the LookAt.
lookAt(Camera.LookAt) - Method in class com.luciad.cameras.PerspectiveCamera.Builder
Sets the description of what the camera is looking at and the orientation of the camera.
LookFrom(Coordinate, Azimuth, double, double) - Constructor for class com.luciad.cameras.Camera.LookFrom
Constructs the LookFrom.
lookFrom(Camera.LookFrom) - Method in class com.luciad.cameras.PerspectiveCamera.Builder
Sets the description of the position and orientation of the new camera.
Low - Static variable in class com.luciad.containers.Priority
Preset priority value that represents a low priority.
lt(Expression, Expression) - Static method in class com.luciad.expressions.ExpressionFactory
Creates a condition that evaluates to true when left is less than right.
lt(StyleExpression<Double>, StyleExpression<Double>) - Static method in class com.luciad.layers.styles.expressions.StyleExpressionFactory
Creates an expression that evaluates whether the result of the first expression is strictly less than the result of the second expression.
lte(Expression, Expression) - Static method in class com.luciad.expressions.ExpressionFactory
Creates a condition that evaluates to true when left is less than or equal to right.
lte(StyleExpression<Double>, StyleExpression<Double>) - Static method in class com.luciad.layers.styles.expressions.StyleExpressionFactory
Creates an expression that evaluates whether the result of the first expression is less than or equal to the result of the second expression.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links
LuciadCPillar
2023.1.04