Search Results for

    Show / Hide Table of Contents

    Interface IGridScaleRange

    A grid scale range

    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IGridScaleRange

    Properties

    | Improve this Doc View Source

    ColorStyle

    Gets or sets the color style.

    Declaration
    IGridColorStyle ColorStyle { get; set; }
    Property Value
    Type Description
    IGridColorStyle

    The color style.

    | Improve this Doc View Source

    MaxScale

    Gets or sets the zoomed out part of the scale range. Defaults to the application's maximum value if not specified. Exclusive

    Declaration
    double? MaxScale { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    | Improve this Doc View Source

    MinScale

    Gets or sets the zoomed in part of the scale range. Defaults to 0 if not specified. Inclusive

    Declaration
    double? MinScale { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Double>
    | Improve this Doc View Source

    RebuildFactor

    When the user has zoomed in by this amount, a request for more detailed raster data is made

    Declaration
    double RebuildFactor { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    SurfaceStyle

    Defines the height field of the grid

    Declaration
    IGridSurfaceStyle SurfaceStyle { get; set; }
    Property Value
    Type Description
    IGridSurfaceStyle

    Methods

    | Improve this Doc View Source

    CreateColorStyle()

    Creates a default grid color style

    Declaration
    IGridColorStyle CreateColorStyle()
    Returns
    Type Description
    IGridColorStyle
    | Improve this Doc View Source

    CreateSurfaceStyle()

    Creates a default grid surface style

    Declaration
    IGridSurfaceStyle CreateSurfaceStyle()
    Returns
    Type Description
    IGridSurfaceStyle
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng