Search Results for

    Show / Hide Table of Contents

    Interface IHillShade

    Specifies how to shade given a band and a light source

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

    Properties

    | Improve this Doc View Source

    Altitude

    Gets or sets the altitude of the sun in degrees

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

    Azimuth

    Gets or sets the azimuth of the sun in degrees

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

    Band

    Gets or sets the name of the band used for the computation

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

    ScaleFactor

    Gets or sets the scale factor applied to the band prior to computing hillshade. Defaults to 1 if not specified

    Declaration
    double ScaleFactor { get; set; }
    Property Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng