Search Results for

    Show / Hide Table of Contents

    Interface IGridSurfaceStyle

    A grid surface style

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

    Properties

    | Improve this Doc View Source

    Band

    Gets or sets the band to use for 3D data

    Declaration
    string Band { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DefaultColor

    Gets or sets the default color to use if no ColorStyle is defined at a pixel

    Declaration
    string DefaultColor { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ScaleFactor

    Gets or sets the value that determines how to scale the inputs into a consistent elevation. Defaults to 1 if not specified

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

    ZeroValue

    Gets or sets the value that determines which input value is mapped to zero elevation. Defaults to 0 if not specified

    Declaration
    double ZeroValue { get; set; }
    Property Value
    Type Description
    System.Double

    Extension Methods

    ExtensionMethods.SetDefaultColor(IGridSurfaceStyle, Color)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng