Search Results for

    Show / Hide Table of Contents

    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 Source

    GIF

    Graphics Interchange Format (GIF)

    Declaration
    public const string GIF = "GIF"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    JPG

    Joint Photographic Experts Group (JPEG)

    Declaration
    public const string JPG = "JPG"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    PNG

    Portable Network Graphics (PNG)

    Declaration
    public const string PNG = "PNG"
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    TIF

    Tagged Image File (TIF)

    Declaration
    public const string TIF = "TIF"
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng