Package | Description |
---|---|
edu.ucdavis.cstars.client.layers | |
edu.ucdavis.cstars.client.tasks |
Modifier and Type | Method and Description |
---|---|
static MosaicRule |
MosaicRule.create()
Creates a new MosaicRule object
|
MosaicRule |
ImageServiceParameters.getMosaicRule()
Specifies the mosaic rule when defining how individual images should be mosaicked.
|
MosaicRule |
ArcGISImageServiceLayer.getMosaicRule()
Specifies the mosaic rule when defining how individual images should be mosaicked.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageServiceParameters.setMosaicRule(MosaicRule mosaicRule) |
void |
ArcGISImageServiceLayer.setMosaicRule(MosaicRule mosaicRule)
Sets the mosaic rule of the layer to the specified value.
|
void |
ArcGISImageServiceLayer.setMosaicRule(MosaicRule mosaicRule,
boolean doNotRefresh)
Sets the mosaic rule of the layer to the specified value.
|
Modifier and Type | Method and Description |
---|---|
MosaicRule |
ImageServiceIdentifyParameters.getMosaicRule() |
Modifier and Type | Method and Description |
---|---|
void |
ImageServiceIdentifyParameters.setMosaicRule(MosaicRule mosaicRule)
Set the mosaicRule parameter.
|