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 SourceBand
Gets or sets the band to use for 3D data
Declaration
string Band { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
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 |
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 |