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 

R

R - Static variable in class com.luciad.input.KeyCode
A key code representing the 'R' key.
RasterLayer - Class in com.luciad.layers.rasters
A layer for raster models.
RasterLayer.Builder - Class in com.luciad.layers.rasters
Builder for creating a RasterLayer for a IRasterModel.
rasterModel(IRasterModel) - Method in class com.luciad.models.rasters.RasterModelHeightProvider.Builder
Set the model from which the height provider needs to get elevation data.
RasterModelHeightProvider - Class in com.luciad.models.rasters
A height provider based on a raster model.
RasterModelHeightProvider(RasterModelHeightProvider) - Constructor for class com.luciad.models.rasters.RasterModelHeightProvider
 
RasterModelHeightProvider.Builder - Class in com.luciad.models.rasters
RasterSamplingMode - Enum in com.luciad.rasters
Sampling mode of a raster.
rasterStyle(RasterStyle) - Method in class com.luciad.layers.rasters.RasterLayer.Builder
Sets the style for this raster.
RasterStyle - Class in com.luciad.layers.styles
Style for rasters.
RasterStyle.Builder - Class in com.luciad.layers.styles
Builder for raster styles.
Rectangle - Class in com.luciad.cartesian
A "POD" for a 2D rectangle.
Rectangle() - Constructor for class com.luciad.cartesian.Rectangle
Creates a Rectangle at the origin, with width and height 0.
Rectangle(double, double, double, double) - Constructor for class com.luciad.cartesian.Rectangle
Creates a Rectangle with the provided x, y, width, and height values.
Rectangle(Coordinate, Coordinate) - Constructor for class com.luciad.cartesian.Rectangle
Creates a Rectangle with the given corners.
Rectangle(Rectangle) - Constructor for class com.luciad.cartesian.Rectangle
 
rectangle(Rectangle) - Method in class com.luciad.maps.Map.FeatureQuery.Builder
The rectangle parameter is mandatory.
rectangleBuilder() - Static method in class com.luciad.layers.styles.complexstrokes.ComplexStrokePatternFactory
Creates a builder used to make patterns with a rectangle shape.
RectanglePatternBuilder - Class in com.luciad.layers.styles.complexstrokes.builders
Creates a pattern with a rectangle shape.
reference(CoordinateReference) - Method in class com.luciad.maps.Map.Builder
Sets the reference for this Map.
reference(CoordinateReference) - Method in class com.luciad.models.features.FeatureModelMetadata.Builder
Sets the preferred reference for the model.
reference(CoordinateReference) - Method in class com.luciad.models.rasters.MultilevelTiledRasterModelBuilder
Defines the reference in which the raster data is defined.
reference(CoordinateReference) - Method in class com.luciad.models.rasters.QuadTreeRasterModelBuilder
Defines the reference in which the raster data is defined.
reference(CoordinateReference) - Method in class com.luciad.models.rasters.RasterModelHeightProvider.Builder
Set the coordinate reference for the height provider.
registerValue(String) - Static method in class com.luciad.layers.features.FeatureState
Registers a new FeatureState with the given name.
regular(ComplexStrokePattern) - Method in class com.luciad.layers.styles.complexstrokes.ComplexStrokeLineStyle.Builder
The pattern that is repeated along the line.
relative(boolean) - Method in class com.luciad.layers.styles.complexstrokes.builders.PolylinePatternBuilder
Whether the x coordinates of the points need to be interpreted as pixel values or relative values.
relative(boolean) - Method in class com.luciad.layers.styles.complexstrokes.builders.TrianglePatternBuilder
Sets whether the x coordinates of the points need to be interpreted as pixel values or as values in range [0,1] relative to the line.
relativeLength(double) - Method in class com.luciad.layers.styles.complexstrokes.builders.ArcPatternBuilder
Set the length of the pattern relative to the length of the entire line, as a value between 0 and 1.
relativeLength(double) - Method in class com.luciad.layers.styles.complexstrokes.builders.LinePatternBuilder
Set the length of the pattern relative to the length of the entire line, as a value between 0 and 1.
relativeLength(double) - Method in class com.luciad.layers.styles.complexstrokes.builders.ParallelLinePatternBuilder
Set the length of the pattern relative to the length of the entire line, as a value between 0 and 1.
relativeLength(double) - Method in class com.luciad.layers.styles.complexstrokes.builders.RectanglePatternBuilder
Set the length of the pattern relative to the length of the entire line, as a value between 0 and 1.
relativeLength(double) - Method in class com.luciad.layers.styles.complexstrokes.builders.WavePatternBuilder
Set the length of the pattern relative to the length of the entire line, as a value between 0 and 1.
relativeLocation(double) - Method in class com.luciad.layers.styles.OnPathLabelStyle.Builder
Sets the relative location of the label along the path.
RelativePosition - Class in com.luciad.drawing
Describes a position relative to an anchor, with a rotation, alignment and offset.
RelativePosition(Angle, HorizontalAlignment, VerticalAlignment, double, double) - Constructor for class com.luciad.drawing.RelativePosition
Creates a new RelativePosition with the given values.
RelativePosition(RelativePosition) - Constructor for class com.luciad.drawing.RelativePosition
 
remove(IFeatureHandlesProvider) - Method in class com.luciad.edit.features.CompositeFeatureHandlesProvider
Removes this given instance from the list of registered instances.
remove(IGeometryHandlesProvider) - Method in class com.luciad.edit.geometries.CompositeGeometryHandlesProvider
Removes this given instance from the list of registered instances.
remove(long) - Method in class com.luciad.layers.LayerList
Removes the layer with the given id.
removeCallback(MgrsGridTextProvider.ICallback) - Method in class com.luciad.layers.grids.mgrs.MgrsGridTextProvider
Removes the given callback from the MgrsGridTextProvider.
removeCallback(IInvalidationCallback) - Method in class com.luciad.utils.Observable
Remove the given callback.
removeCredentials(AuthenticationScope, Credentials) - Method in interface com.luciad.loaders.ICredentialsProvider
This method indicates that previously supplied credentials are not accepted by the server.
removed(Layer, long) - Static method in class com.luciad.layers.LayerListEvent
Returns a new event that indicates that a layer has been removed from the LayerList.
removeEditStateObserver(IInvalidationCallback) - Method in interface com.luciad.edit.handles.IEditHandle
Removes the given observer.
removeEditStateObserver(IInvalidationCallback) - Method in class com.luciad.edit.handles.PointEditHandle
Removes the given observer.
removeEditStateObserver(IInvalidationCallback) - Method in class com.luciad.edit.handles.TranslateEditHandle
Removes the given observer.
removeFeature(long) - Method in class com.luciad.models.features.FeatureModelUpdate.Builder
Removes the feature with the given id from the model.
removeObserver(ICreatorObserver) - Method in class com.luciad.create.Creator
Removes the given observer.
removeObserver(IFeatureEditCandidateObserver) - Method in class com.luciad.edit.features.FeatureStateEditCandidateProvider
Removes the given observer.
removeObserver(IFeatureEditCandidateObserver) - Method in interface com.luciad.edit.features.IFeatureEditCandidateProvider
Removes the given observer.
removeObserver(IEditHandlesObserver) - Method in interface com.luciad.edit.handles.IEditHandles
Removes the given observer.
removeObserver(IFeatureStateObserver) - Method in class com.luciad.layers.features.FeatureStateManager
Removes the given observer.
removeObserver(ILayerObserver) - Method in class com.luciad.layers.Layer
Removes the given observer.
removeObserver(ILayerListObserver) - Method in class com.luciad.layers.LayerList
Removes the given observer.
removeObserver(IMapObserver) - Method in class com.luciad.maps.Map
Removes the given observer.
removeObserver(IFeatureModelObserver) - Method in interface com.luciad.models.features.IFeatureModel
Removes the given observer.
removePoint(long) - Method in class com.luciad.geometries.Polyline
Creates a new Polyline with a control point removed.
removePoint(long) - Method in class com.luciad.geometries.PolylineRing
Creates a new PolylineRing with a control point removed.
removeRendererCallback(Map.IRendererCallback) - Method in class com.luciad.maps.Map
Removes the given callback from the Map.
repeat(ComplexStrokePattern, long) - Static method in class com.luciad.layers.styles.complexstrokes.ComplexStrokePatternFactory
Creates a pattern that repeats a pattern a fixed number of times.
repeatOverLengthFixed(ComplexStrokePattern, double) - Static method in class com.luciad.layers.styles.complexstrokes.ComplexStrokePatternFactory
Creates a pattern that repeats a pattern over a given length.
repeatOverLengthRelative(ComplexStrokePattern, double) - Static method in class com.luciad.layers.styles.complexstrokes.ComplexStrokePatternFactory
Creates a pattern that repeats the given pattern over a given length.
resetId() - Method in class com.luciad.models.features.Feature.Builder
Resets the id.
resetValue(DataPropertyPath) - Method in class com.luciad.models.features.Feature.Builder
Resets the value associated with the given property.
resetValue(MilitarySymbol.Modifier) - Method in class com.luciad.symbology.military.MilitarySymbol
Resets the value associated with the given modifier.
resize(double, double) - Method in class com.luciad.maps.Map
To be called when the host widget resizes, so that the map can adapt its camera, and graphics related resources.
retrieveHeightAt(Coordinate, boolean) - Method in class com.luciad.maps.Map.HeightProvider
Return an elevation value at a specified pixel that corresponds with what is visible on the map.
retrieveHeightAt(Coordinate, PixelDensity) - Method in class com.luciad.models.rasters.RasterModelHeightProvider
Retrieve the height data at the provided point at a provided pixel density.
retrieveHeightAt(Coordinate, double) - Method in class com.luciad.models.rasters.RasterModelHeightProvider
Retrieve the height data at the provided point at a provided pixel density.
retrieveTileData(MultilevelTileCoordinate, CancellationToken, IMultilevelTiledRasterDataRetrieverCallback) - Method in interface com.luciad.models.rasters.IMultilevelTiledRasterDataRetriever
Retrieves the raster tile data for a give tile coordinate.
Right - Static variable in class com.luciad.input.KeyCode
A key code representing the right key.
Right - Static variable in class com.luciad.input.mouse.MouseButton
Returns the right mouse button.
Ring - Class in com.luciad.geometries
A ring is a curve that is closed.
rotate() - Method in class com.luciad.maps.MapNavigator.RotateAction
Applies the rotate action.
RotateEventHandler - Class in com.luciad.controllers
Handler that translates drag gesture events to a rotate operation.
RotateEventHandler() - Constructor for class com.luciad.controllers.RotateEventHandler
Creates a new instance.
rotateUp(boolean) - Method in class com.luciad.layers.styles.complexstrokes.builders.IconPatternBuilder
Indicates if the icon should be flipped when it is turned upside down.
rotateUp(boolean) - Method in class com.luciad.layers.styles.complexstrokes.builders.TextPatternBuilder
Indicates if the text should be flipped when it is turned upside down.
rotation(Angle, Angle, Angle) - Method in class com.luciad.layers.features.FeatureCanvas.Icon3DDrawCommand
Defines the rotation angle in degrees around the various axes of the 3D icon in its local reference.
rotation(Angle) - Method in class com.luciad.layers.styles.complexstrokes.builders.IconPatternBuilder
The rotation angle around the center of the icon's image, specified in degrees.
run() - Method in interface com.luciad.concurrent.ICancellableTask
Executes the cancellable task and waits for it to finish.
runTask(ICancellableTask) - Method in class com.luciad.concurrent.CancellationToken
Runs a cancellable task that will be notified when the CancellationToken is canceled.
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