RasterTileFormat Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. maps. render. models. RasterTileFormat
- com.
- com.
public final class RasterTileFormat
extends ExpandableStringEnum<RasterTileFormat>
Defines values for RasterTileFormat.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Raster |
PNG
An image in the png format. |
Constructor Summary
| Constructor | Description |
|---|---|
| RasterTileFormat() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Raster |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Raster |
fromString(String name)
Creates or finds a Raster |
|
static
Collection<Raster |
values()
Gets known Raster |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
PNG
public static final RasterTileFormat PNG
An image in the png format. Supports zoom levels 0 through 18.
Constructor Details
RasterTileFormat
@Deprecated
public RasterTileFormat()
Deprecated
Creates a new instance of RasterTileFormat value.
Method Details
fromString
public static RasterTileFormat fromString(String name)
Creates or finds a RasterTileFormat from its string representation.
Parameters:
Returns:
values
public static Collection<RasterTileFormat> values()
Gets known RasterTileFormat values.
Returns: