TilerImageFormat Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Image format specifier for tile and image requests.
public readonly struct TilerImageFormat : IEquatable<Azure.Analytics.PlanetaryComputer.TilerImageFormat>
type TilerImageFormat = struct
Public Structure TilerImageFormat
Implements IEquatable(Of TilerImageFormat)
- Inheritance
-
TilerImageFormat
- Implements
Constructors
| Name | Description |
|---|---|
| TilerImageFormat(String) |
Initializes a new instance of TilerImageFormat. |
Properties
| Name | Description |
|---|---|
| Jp2 |
JPEG 2000 format - supports both lossy and lossless compression. |
| Jpeg |
JPEG format - smaller file size but lossy compression. |
| Jpg |
Alternate extension for JPEG format. |
| Npy |
NumPy array format for raw data access. |
| Png |
Portable Network Graphics format - supports transparency. |
| Pngraw |
Raw PNG format for access to unprocessed data. |
| Tif |
GeoTIFF format for georeferenced raster data. |
| Webp |
WebP format - modern image format with good compression. |
Methods
| Name | Description |
|---|---|
| Equals(TilerImageFormat) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(TilerImageFormat, TilerImageFormat) |
Determines if two TilerImageFormat values are the same. |
| Implicit(String to Nullable<TilerImageFormat>) | |
| Implicit(String to TilerImageFormat) |
Converts a string to a TilerImageFormat. |
| Inequality(TilerImageFormat, TilerImageFormat) |
Determines if two TilerImageFormat values are not the same. |