Class RasterWmsItem.WmsImageFormat
Represents all valid WMS image formats
Inheritance
System.Object
RasterWmsItem.WmsImageFormat
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OSGeo.MapGuide.MaestroAPI.SchemaOverrides
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
public static class WmsImageFormat
Fields
| Improve this Doc View SourceGIF
Graphics Interchange Format (GIF)
Declaration
public const string GIF = "GIF"
Field Value
Type | Description |
---|---|
System.String |
JPG
Joint Photographic Experts Group (JPEG)
Declaration
public const string JPG = "JPG"
Field Value
Type | Description |
---|---|
System.String |
PNG
Portable Network Graphics (PNG)
Declaration
public const string PNG = "PNG"
Field Value
Type | Description |
---|---|
System.String |
TIF
Tagged Image File (TIF)
Declaration
public const string TIF = "TIF"
Field Value
Type | Description |
---|---|
System.String |