Package | Description |
---|---|
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
static RasterFunction |
RasterFunction.create()
Creates a new RasterFunction object.
|
RasterFunction |
ImageServiceParameters.getRenderingRule()
Specifies the rendering rule for how the requested image should be rendered.
|
RasterFunction |
ArcGISImageServiceLayer.getRenderingRule()
Specifies the rendering rule for how the requested image should be rendered.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageServiceParameters.setRenderingRule(RasterFunction rule) |
void |
ArcGISImageServiceLayer.setRenderingRule(RasterFunction renderingRule)
Sets the rendering rule of the layer to the given value.
|
void |
ArcGISImageServiceLayer.setRenderingRule(RasterFunction renderingRule,
boolean doNotRefresh)
Sets the rendering rule of the layer to the given value.
|