Package | Description |
---|---|
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
MosaicRule.Operations |
MosaicRule.getOperation()
Defines the mosaic operation used to resolve overlapping pixels.
|
static MosaicRule.Operations |
MosaicRule.Operations.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MosaicRule.Operations[] |
MosaicRule.Operations.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MosaicRule.setOperation(MosaicRule.Operations operation)
Set the operation.
|