Search Results for

    Show / Hide Table of Contents

    Interface IRasterLayerDefinition

    Represents a layer definition based on a raster-based feature source

    Inherited Members
    ISubLayerDefinition.LayerType
    ISubLayerDefinition.ResourceId
    System.ComponentModel.INotifyPropertyChanged.PropertyChanged
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface IRasterLayerDefinition : ISubLayerDefinition, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    FeatureName

    Gets or sets the name of the feature class.

    Declaration
    string FeatureName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the feature class.

    | Improve this Doc View Source

    Geometry

    Gets or sets the raster property.

    Declaration
    string Geometry { get; set; }
    Property Value
    Type Description
    System.String

    The raster property.

    | Improve this Doc View Source

    GridScaleRange

    Gets the grid scale ranges.

    Declaration
    IEnumerable<IGridScaleRange> GridScaleRange { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IGridScaleRange>

    The grid scale ranges.

    | Improve this Doc View Source

    GridScaleRangeCount

    Gets the grid scale range count.

    Declaration
    int GridScaleRangeCount { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    AddGridScaleRange(IGridScaleRange)

    Adds the specified grid scale range

    Declaration
    void AddGridScaleRange(IGridScaleRange range)
    Parameters
    Type Name Description
    IGridScaleRange range
    | Improve this Doc View Source

    GetScaleRangeAt(Int32)

    Gets the scale range at.

    Declaration
    IGridScaleRange GetScaleRangeAt(int index)
    Parameters
    Type Name Description
    System.Int32 index

    The index.

    Returns
    Type Description
    IGridScaleRange
    | Improve this Doc View Source

    IndexOfScaleRange(IGridScaleRange)

    Indexes the of scale range.

    Declaration
    int IndexOfScaleRange(IGridScaleRange range)
    Parameters
    Type Name Description
    IGridScaleRange range

    The range.

    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    RemoveGridScaleRange(IGridScaleRange)

    Removes the specified grid scale range

    Declaration
    void RemoveGridScaleRange(IGridScaleRange range)
    Parameters
    Type Name Description
    IGridScaleRange range
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng