Uses of Class
com.azure.maps.render.models.RasterTileFormat
Packages that use RasterTileFormat
Package
Description
Package containing the data models for RenderClient.
-
Uses of RasterTileFormat in com.azure.maps.render.models
Fields in com.azure.maps.render.models declared as RasterTileFormatModifier and TypeFieldDescriptionstatic final RasterTileFormat
RasterTileFormat.PNG
An image in the png format.Methods in com.azure.maps.render.models that return RasterTileFormatModifier and TypeMethodDescriptionstatic RasterTileFormat
RasterTileFormat.fromString
(String name) Creates or finds a RasterTileFormat from its string representation.Methods in com.azure.maps.render.models that return types with arguments of type RasterTileFormatModifier and TypeMethodDescriptionstatic Collection
<RasterTileFormat> RasterTileFormat.values()
Gets known RasterTileFormat values.