Package | Description |
---|---|
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
ImageServiceParameters.Formats |
ImageServiceParameters.getFormat()
Map image format.
|
static ImageServiceParameters.Formats |
ImageServiceParameters.Formats.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImageServiceParameters.Formats[] |
ImageServiceParameters.Formats.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageServiceParameters.setFormat(ImageServiceParameters.Formats format)
Map image format.
|