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 SourceAltitude
Gets or sets the altitude of the sun in degrees
Declaration
double Altitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Azimuth
Gets or sets the azimuth of the sun in degrees
Declaration
double Azimuth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Band
Gets or sets the name of the band used for the computation
Declaration
string Band { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |