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 SourceColorStyle
Gets or sets the color style.
Declaration
IGridColorStyle ColorStyle { get; set; }
Property Value
Type | Description |
---|---|
IGridColorStyle | The color style. |
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> |
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> |
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 |
SurfaceStyle
Defines the height field of the grid
Declaration
IGridSurfaceStyle SurfaceStyle { get; set; }
Property Value
Type | Description |
---|---|
IGridSurfaceStyle |
Methods
| Improve this Doc View SourceCreateColorStyle()
Creates a default grid color style
Declaration
IGridColorStyle CreateColorStyle()
Returns
Type | Description |
---|---|
IGridColorStyle |
CreateSurfaceStyle()
Creates a default grid surface style
Declaration
IGridSurfaceStyle CreateSurfaceStyle()
Returns
Type | Description |
---|---|
IGridSurfaceStyle |